2016-09-23 00:20:48 +02:00
|
|
|
CircuitCo BeagleBone
|
|
|
|
Texas Instuments AM335x Evaluation Module (TMDXEVM3358)
|
2014-03-14 13:13:22 +01:00
|
|
|
|
2016-09-23 00:20:48 +02:00
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
|
|
|
This configuration will build a complete image for the beaglebone and
|
|
|
|
the TI AM335x-EVM, the board type is identified by the on-board
|
|
|
|
EEPROM. The configuration is based on the
|
2020-12-12 23:01:23 +01:00
|
|
|
ti-processor-sdk-06.01.00.08. Device tree blobs for beaglebone
|
2016-09-23 00:20:48 +02:00
|
|
|
variants and the evm-sk are built too.
|
2014-03-14 13:13:22 +01:00
|
|
|
|
2016-09-23 00:20:49 +02:00
|
|
|
For Qt5 support support use the beaglebone_qt5_defconfig.
|
|
|
|
|
2014-03-14 13:13:22 +01:00
|
|
|
How to build it
|
|
|
|
===============
|
|
|
|
|
2016-09-23 00:20:48 +02:00
|
|
|
Select the default configuration for the target:
|
|
|
|
$ make beaglebone_defconfig
|
2014-03-14 13:13:22 +01:00
|
|
|
|
2016-09-23 00:20:48 +02:00
|
|
|
Optional: modify the configuration:
|
|
|
|
$ make menuconfig
|
2014-03-14 13:13:22 +01:00
|
|
|
|
2016-09-23 00:20:48 +02:00
|
|
|
Build:
|
|
|
|
$ make
|
2014-03-14 13:13:22 +01:00
|
|
|
|
|
|
|
Result of the build
|
2016-09-23 00:20:48 +02:00
|
|
|
===================
|
|
|
|
output/images/
|
2019-05-08 19:28:20 +02:00
|
|
|
+-- am335x-boneblack.dtb
|
|
|
|
+-- am335x-bone.dtb
|
|
|
|
+-- am335x-evm.dtb
|
|
|
|
+-- am335x-evmsk.dtb
|
|
|
|
+-- boot.vfat
|
|
|
|
+-- MLO
|
|
|
|
+-- rootfs.ext2
|
|
|
|
+-- rootfs.tar
|
|
|
|
+-- sdcard.img
|
|
|
|
+-- u-boot.img
|
|
|
|
+-- uEnv.txt
|
|
|
|
+-- zImage
|
2016-09-23 00:20:48 +02:00
|
|
|
|
|
|
|
To copy the image file to the sdcard use dd:
|
|
|
|
$ dd if=output/images/sdcard.img of=/dev/XXX
|
|
|
|
|
2020-12-12 23:01:23 +01:00
|
|
|
|
|
|
|
Running Qt5 hellowindow opengl demo:
|
|
|
|
===================
|
|
|
|
# export QT_QPA_EGLFS_KMS_CONFIG=/etc/qt5/eglfs_kms_cfg.json
|
|
|
|
# export QT_QPA_PLATFORM=eglfs
|
|
|
|
# export QT_QPA_EGLFS_INTEGRATION=none
|
|
|
|
# /usr/lib/qt/examples/opengl/hellowindow/hellowindow
|
|
|
|
|
|
|
|
|
2016-09-23 00:20:48 +02:00
|
|
|
Tested hardware
|
|
|
|
===============
|
|
|
|
am335x-evm (rev. 1.1A)
|
|
|
|
beagleboneblack (rev. A5A)
|
|
|
|
beaglebone (rev. A6)
|
2016-08-21 17:00:06 +02:00
|
|
|
|
2020-12-12 23:01:23 +01:00
|
|
|
2020, Adam Duskett <aduskett@gmail.com>
|
2016-09-23 00:20:48 +02:00
|
|
|
2016, Lothar Felten <lothar.felten@gmail.com>
|