Skip to content

Instantly share code, notes, and snippets.

@bradfa
Created December 28, 2012 12:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradfa/4397472 to your computer and use it in GitHub Desktop.
Save bradfa/4397472 to your computer and use it in GitHub Desktop.
Bone Barebox
From barebox /next branch, as of 4ed7dad60bfbef20ef2de191c20f0a8da66bde56
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- am335x_beaglebone_mlo_large_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-
$ cp MLO /media/F84E-1690/
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- am335x_beaglebone_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-
$ cp barebox-flash-image /media/F84E-1960/barebox.bin
Boot output:
barebox 2012.12.0-00215-g4ed7dad #3 Fri Dec 28 07:45:32 EST 2012
Board: Texas Instrument's Beagle Bone
omap-hsmmc omap-hsmmc0: registered as omap-hsmmc0
mci mci0: registered disk0
malloc space: 0x8f000000 -> 0x8fffffff (size 16 MiB)
stack space: 0x4030b800 -> 0x4030ce00 (size 5.5 KiB)
running /env/bin/init...
Hit any key to stop autoboot: 1
could not open /boot/uImage: No such file or directory
barebox@Texas Instrument's Beagle Bone:/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment