readme.txt 599 B

12345678910111213141516171819202122232425262728
  1. Intro
  2. =====
  3. This configuration will build a basic image for the BeagleBoard.org
  4. BeagleBone AI. For more details about the board, visit:
  5. https://beagleboard.org/ai
  6. How to build it
  7. ===============
  8. Configure Buildroot:
  9. $ make beagleboneai_defconfig
  10. Compile everything and build the USB flash drive image:
  11. $ make
  12. How to write the SD card
  13. ========================
  14. Once the build process is finished you will have an image called "sdcard.img"
  15. in the output/images/ directory.
  16. Copy the bootable "sdcard.img" onto an SD card with "dd":
  17. $ sudo dd if=output/images/sdcard.img of=/dev/sdX