• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..18-Apr-2025-

patches/18-Apr-2025-

rootfs_overlay/etc/qt5/18-Apr-2025-

extlinux.conf A D18-Apr-2025135 54

genimage.cfg A D18-Apr-2025532 3833

linux-sgx.fragment A D18-Apr-2025282 1413

post-build.sh A D18-Apr-2025165 73

readme.txt A D18-Apr-20251.5 KiB6752

uEnv.txt A D18-Apr-2025434 1211

readme.txt

1CircuitCo BeagleBone
2Texas Instuments AM335x Evaluation Module (TMDXEVM3358)
3
4Description
5===========
6
7This configuration will build a complete image for the beaglebone and
8the TI AM335x-EVM, the board type is identified by the on-board
9EEPROM. The configuration is based on the
10ti-processor-sdk-06.01.00.08. Device tree blobs for beaglebone
11variants and the evm-sk are built too.
12
13For Qt5 support support use the beaglebone_qt5_defconfig.
14
15How to build it
16===============
17
18Select the default configuration for the target:
19$ make beaglebone_defconfig
20
21Optional: modify the configuration:
22$ make menuconfig
23
24Build:
25$ make
26
27Result of the build
28===================
29output/images/
30+-- am335x-boneblack.dtb
31+-- am335x-boneblack-wireless.dtb
32+-- am335x-boneblue.dtb
33+-- am335x-bonegreen.dtb
34+-- am335x-bonegreen-wireless.dtb
35+-- am335x-bone.dtb
36+-- am335x-evm.dtb
37+-- am335x-evmsk.dtb
38+-- boot.vfat
39+-- MLO
40+-- rootfs.ext2
41+-- rootfs.tar
42+-- sdcard.img
43+-- u-boot.img
44+-- uEnv.txt
45+-- zImage
46
47To copy the image file to the sdcard use dd:
48$ dd if=output/images/sdcard.img of=/dev/XXX
49
50
51Running Qt5 hellowindow opengl demo:
52===================
53# export QT_QPA_EGLFS_KMS_CONFIG=/etc/qt5/eglfs_kms_cfg.json
54# export QT_QPA_PLATFORM=eglfs
55# export QT_QPA_EGLFS_INTEGRATION=none
56# /usr/lib/qt/examples/opengl/hellowindow/hellowindow
57
58
59Tested hardware
60===============
61am335x-evm (rev. 1.1A)
62beagleboneblack (rev. A5A)
63beaglebone (rev. A6)
64
652020, Adam Duskett <aduskett@gmail.com>
662016, Lothar Felten <lothar.felten@gmail.com>
67