docs: Update arm build instructions; no functional change
* For a post PM world
This commit is contained in:
@@ -35,7 +35,8 @@ The BeagleBone Black supports booting from an microSD card while the boot switch
|
|||||||
|
|
||||||
# Compiling
|
# 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`
|
* Build our loader using `jam -q -sHAIKU_BOOT_BOARD=beagleboneblk haiku_loader`
|
||||||
* TODO
|
* TODO
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,8 @@ The Raspberry Pi SD card generally uses the MBR file system layout below. Partit
|
|||||||
|
|
||||||
# Compiling
|
# 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 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`
|
* Build our file system using `jam -q -sHAIKU_BOOT_BOARD=raspberry_pi -sHAIKU_BOOT_PLATFORM=raspberrypi_arm haiku-floppyboot.tgz`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user