-
Notifications
You must be signed in to change notification settings - Fork 0
Flashing Babbage board with barebox
Andrey Smirnov edited this page May 24, 2015
·
1 revision
- Insert an SD card to be used for bootloader programming
- cd <barebox source code directory>
- scripts/make-demo-sd.sh /dev/sd<?>
- Set SW1 to MMC-1 option and insert SD card in slot P1
- Wait for bootloader to boot(interrupt the countdown)
- erase /dev/dataflash0.barebox-pbl
- cp /dev/mmc0.barebox /dev/dataflash0.barebox-pbl
- erase /dev/dataflash0.barebox
- mount /dev/mmc0.0 /mnt
- cp /mnt/barebox.bin /dev/dataflash0.barebox
- Set SW1 to SPI-NOR option
- Reset the board