readme.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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-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. Running Qt5 hellowindow opengl demo:
  37. ===================
  38. # export QT_QPA_EGLFS_KMS_CONFIG=/etc/qt5/eglfs_kms_cfg.json
  39. # export QT_QPA_PLATFORM=eglfs
  40. # export QT_QPA_EGLFS_INTEGRATION=none
  41. # /usr/lib/qt/examples/opengl/hellowindow/hellowindow
  42. Tested hardware
  43. ===============
  44. am335x-evm (rev. 1.1A)
  45. beagleboneblack (rev. A5A)
  46. beaglebone (rev. A6)
  47. 2020, Adam Duskett <aduskett@gmail.com>
  48. 2016, Lothar Felten <lothar.felten@gmail.com>