buildroot/board/beaglebone
Dario Binacchi 588ccf3861 configs/beaglebone: bump U-Boot version to 2022.10
Starting from version 2021.10 only distro booting is supported, as
reported by commit ff8f277e9121 ("ti: am335x_evm: Switch to DISTRO_BOOT only").
The patch allows to update U-Boot to versions later than 2021.10.

Tested on beaglebone black.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-02-07 10:05:19 +01:00
..
patches/linux configs/beaglebone: update kernel/uboot, add AM335x EVM support 2016-10-15 17:39:46 +02:00
rootfs_overlay/etc/qt5 configs/beaglebone_qt5: switch to using KMS instead of wayland+weston 2020-12-13 14:51:45 +01:00
extlinux.conf configs/beaglebone: bump U-Boot version to 2022.10 2023-02-07 10:05:19 +01:00
genimage.cfg configs/beaglebone: bump U-Boot version to 2022.10 2023-02-07 10:05:19 +01:00
linux-sgx.fragment configs/beaglebone_qt5: bump kernel and U-Boot, add weston 2019-12-30 14:46:41 +01:00
post-build.sh configs/beaglebone: bump U-Boot version to 2022.10 2023-02-07 10:05:19 +01:00
readme.txt board/beaglebone/readme.txt: update list of DTB files produced 2023-01-30 22:29:51 +01:00
uEnv.txt board/beaglebone: fix boot on BeagleBone Black 2019-11-15 23:38:29 +01:00

readme.txt

CircuitCo BeagleBone
Texas Instuments AM335x Evaluation Module (TMDXEVM3358)

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
ti-processor-sdk-06.01.00.08. Device tree blobs for beaglebone
variants and the evm-sk are built too.

For Qt5 support support use the beaglebone_qt5_defconfig.

How to build it
===============

Select the default configuration for the target:
$ make beaglebone_defconfig

Optional: modify the configuration:
$ make menuconfig

Build:
$ make

Result of the build
===================
output/images/
+-- am335x-boneblack.dtb
+-- am335x-boneblack-wireless.dtb
+-- am335x-boneblue.dtb
+-- am335x-bonegreen.dtb
+-- am335x-bonegreen-wireless.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

To copy the image file to the sdcard use dd:
$ dd if=output/images/sdcard.img of=/dev/XXX


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


Tested hardware
===============
am335x-evm (rev. 1.1A)
beagleboneblack (rev. A5A)
beaglebone (rev. A6)

2020, Adam Duskett <aduskett@gmail.com>
2016, Lothar Felten <lothar.felten@gmail.com>