Add README

This commit is contained in:
NovaCainDev
2015-11-15 11:02:01 +01:00
parent c692c6ed8b
commit c4a693b34a

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# rpi_b
Attempt to port of Minix 3.3.0 to RaspberryPi B+ (BCM2835)
To build it just run ./releasetools/arm_sdimage.sh command from main directory
To load binaries to SD card just use regular command, e.g.:
dd if=minix_arm_sd.img of=/dev/mmcblk0 bs=1M oflag=direct
The Raspberry Pi B+ version is build as evbearmv6hf-el architecture
U-Boot loader allows to update FW through ethernet interface
Output messages are printing out through serial interface of RaspberryPi B+ board