Skip to content

Flashing Babbage board with barebox

Andrey Smirnov edited this page May 24, 2015 · 1 revision
  1. Insert an SD card to be used for bootloader programming
  2. cd <barebox source code directory>
  3. scripts/make-demo-sd.sh /dev/sd<?>
  4. Set SW1 to MMC-1 option and insert SD card in slot P1
  5. Wait for bootloader to boot(interrupt the countdown)
  6. erase /dev/dataflash0.barebox-pbl
  7. cp /dev/mmc0.barebox /dev/dataflash0.barebox-pbl
  8. erase /dev/dataflash0.barebox
  9. mount /dev/mmc0.0 /mnt
  10. cp /mnt/barebox.bin /dev/dataflash0.barebox
  11. Set SW1 to SPI-NOR option
  12. Reset the board
Clone this wiki locally