[haiku-commits] haiku: hrev46847 - docs/develop/ports/arm

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 10 Feb 2014 06:41:57 +0100 (CET)

hrev46847 adds 1 changeset to branch 'master'
old head: 490f23801afa978a212ab3bc5526ce8b213b2f61
new head: 0ba833faa02d4adb68d276c54a56e2102e07a073
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=0ba833f+%5E490f238

----------------------------------------------------------------------------

0ba833f: docs: Update arm build instructions; no functional change
  
  * For a post PM world

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46847
Commit:      0ba833faa02d4adb68d276c54a56e2102e07a073
URL:         http://cgit.haiku-os.org/haiku/commit/?id=0ba833f
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Mon Feb 10 05:44:57 2014 UTC

----------------------------------------------------------------------------

2 files changed, 4 insertions(+), 2 deletions(-)
docs/develop/ports/arm/beagleboneblk.md | 3 ++-
docs/develop/ports/arm/raspberry_pi.md  | 3 ++-

----------------------------------------------------------------------------

diff --git a/docs/develop/ports/arm/beagleboneblk.md 
b/docs/develop/ports/arm/beagleboneblk.md
index 01be7ab..6e1aa1f 100644
--- a/docs/develop/ports/arm/beagleboneblk.md
+++ b/docs/develop/ports/arm/beagleboneblk.md
@@ -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
 
diff --git a/docs/develop/ports/arm/raspberry_pi.md 
b/docs/develop/ports/arm/raspberry_pi.md
index c5fef51..4f555d5 100644
--- a/docs/develop/ports/arm/raspberry_pi.md
+++ b/docs/develop/ports/arm/raspberry_pi.md
@@ -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`
 


Other related posts:

  • » [haiku-commits] haiku: hrev46847 - docs/develop/ports/arm - kallisti5