readme.txt 948 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. BeagleBoard X15
  2. Intro
  3. =====
  4. This config currently supports the beagleboard x15,
  5. and generates a barebone image.
  6. The image must be flashed to a SD card to be used.
  7. How to build it
  8. ===============
  9. $ make beagleboardx15_defconfig
  10. Then you can edit the build options using
  11. $ make menuconfig
  12. Compile all and build a sdcard image:
  13. $ make
  14. Result of the build
  15. -------------------
  16. After building, you should get a tree like this:
  17. output/images/
  18. +-- am57xx-beagle-x15.dtb
  19. +-- am57xx-beagle-x15-revb1.dtb
  20. +-- boot.vfat
  21. +-- MLO
  22. +--rootfs.ext2
  23. +-- rootfs.ext4
  24. +-- rootfs.tar
  25. +-- sdcard.img
  26. +-- u-boot.img
  27. +-- u-boot-spl.bin
  28. +-- zImage
  29. How to write the microSD card
  30. =============================
  31. Once the build process is finished you will have an image called "sdcard.img"
  32. in the output/images/ directory.
  33. Copy the bootable "sdcard.img" onto an SD card with "dd":
  34. $ sudo dd if=output/images/sdcard.img of=/dev/sdX