readme.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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-06.01.00.08. 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-boneblack-wireless.dtb
  24. +-- am335x-boneblue.dtb
  25. +-- am335x-bonegreen.dtb
  26. +-- am335x-bonegreen-wireless.dtb
  27. +-- am335x-bone.dtb
  28. +-- am335x-evm.dtb
  29. +-- am335x-evmsk.dtb
  30. +-- boot.vfat
  31. +-- MLO
  32. +-- rootfs.ext2
  33. +-- rootfs.tar
  34. +-- sdcard.img
  35. +-- u-boot.img
  36. +-- uEnv.txt
  37. +-- zImage
  38. To copy the image file to the sdcard use dd:
  39. $ dd if=output/images/sdcard.img of=/dev/XXX
  40. Running Qt5 hellowindow opengl demo:
  41. ===================
  42. # export QT_QPA_EGLFS_KMS_CONFIG=/etc/qt5/eglfs_kms_cfg.json
  43. # export QT_QPA_PLATFORM=eglfs
  44. # export QT_QPA_EGLFS_INTEGRATION=none
  45. # /usr/lib/qt/examples/opengl/hellowindow/hellowindow
  46. Tested hardware
  47. ===============
  48. am335x-evm (rev. 1.1A)
  49. beagleboneblack (rev. A5A)
  50. beaglebone (rev. A6)
  51. 2020, Adam Duskett <aduskett@gmail.com>
  52. 2016, Lothar Felten <lothar.felten@gmail.com>