docs: Update arm build instructions; no functional change

* For a post PM world
This commit is contained in:
Alexander von Gluck IV 2014-02-09 23:44:57 -06:00
parent 490f23801a
commit 0ba833faa0
2 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,8 @@ The BeagleBone Black supports booting from an microSD card while the boot switch
# Compiling
* Build an ARM toolchain using `./configure --build-cross-tools-gcc4 arm ../buildtools`
* Create your work directory `mkdir generated.arm; cd generated.arm`
* Build an ARM toolchain using `../configure --build-cross-tools arm ../../buildtools`
* Build our loader using `jam -q -sHAIKU_BOOT_BOARD=beagleboneblk haiku_loader`
* TODO

View File

@ -37,7 +37,8 @@ The Raspberry Pi SD card generally uses the MBR file system layout below. Partit
# Compiling
* Build an ARM toolchain using `./configure --build-cross-tools-gcc4 arm ../buildtools`
* Create your work directory `mkdir generated.arm; cd generated.arm`
* Build an ARM toolchain using `../configure --build-cross-tools arm ../../buildtools`
* Build our loader using `jam -q -sHAIKU_BOOT_BOARD=raspberry_pi -sHAIKU_BOOT_PLATFORM=raspberrypi_arm haiku_loader`
* Build our file system using `jam -q -sHAIKU_BOOT_BOARD=raspberry_pi -sHAIKU_BOOT_PLATFORM=raspberrypi_arm haiku-floppyboot.tgz`