readme.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. CircuitCo BeagleBone
  2. Texas Instuments AM335x Evaluation Module (TMDXEVM3358)
  3. Description
  4. ===========
  5. This configuration will build a complete image for the beaglebone and
  6. the TI AM335x-EVM, the board type is identified by the on-board
  7. EEPROM. The configuration is based on the
  8. ti-processor-sdk-02.00.00.00. Device tree blobs for beaglebone
  9. variants and the evm-sk are built too.
  10. For Qt5 support support use the beaglebone_qt5_defconfig.
  11. How to build it
  12. ===============
  13. Select the default configuration for the target:
  14. $ make beaglebone_defconfig
  15. Optional: modify the configuration:
  16. $ make menuconfig
  17. Build:
  18. $ make
  19. Result of the build
  20. ===================
  21. output/images/
  22. ├── am335x-boneblack.dtb
  23. ├── am335x-bone.dtb
  24. ├── am335x-evm.dtb
  25. ├── am335x-evmsk.dtb
  26. ├── boot.vfat
  27. ├── MLO
  28. ├── rootfs.ext2
  29. ├── rootfs.tar
  30. ├── sdcard.img
  31. ├── u-boot.img
  32. ├── uEnv.txt
  33. └── zImage
  34. To copy the image file to the sdcard use dd:
  35. $ dd if=output/images/sdcard.img of=/dev/XXX
  36. Tested hardware
  37. ===============
  38. am335x-evm (rev. 1.1A)
  39. beagleboneblack (rev. A5A)
  40. beaglebone (rev. A6)
  41. 2016, Lothar Felten <lothar.felten@gmail.com>