buildroot/board/beaglebone
Lothar Felten 23df65e10e configs: beaglebone: bump kernel and uboot version
Switch to Linux kernel version 4.9.59 from the TI SDK 04.02.00.09
(TI SDK release date: 23.12.2017)
Updated uboot to version 2018.01
uEnv.txt corrected to boot from sd card on the ti-am335x-evm

Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-04-02 17:23:36 +02:00
..
patches/linux configs/beaglebone: update kernel/uboot, add AM335x EVM support 2016-10-15 17:39:46 +02:00
genimage.cfg beaglebone: add DT for BeagleBone Green 2017-04-05 22:25:40 +02:00
genimage_linux41.cfg board/beaglebone: skip bonegreen.dtb if not built 2017-08-11 22:36:39 +02:00
linux-4.1-sgx.fragment configs/beaglebone_qt5: new defconfig 2016-10-15 17:39:46 +02:00
post-image.sh board/beaglebone: skip bonegreen.dtb if not built 2017-08-11 22:36:39 +02:00
readme.txt configs/beaglebone_qt5: new defconfig 2016-10-15 17:39:46 +02:00
uEnv.txt configs: beaglebone: bump kernel and uboot version 2018-04-02 17:23:36 +02: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-02.00.00.00. 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-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

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

2016, Lothar Felten <lothar.felten@gmail.com>