python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / board / beaglebone / readme.txt
blobe908b222353f6325003fbcb1447855c020dd0b22
1 CircuitCo BeagleBone
2 Texas Instuments AM335x Evaluation Module (TMDXEVM3358)
4 Description
5 ===========
7 This configuration will build a complete image for the beaglebone and
8 the TI AM335x-EVM, the board type is identified by the on-board
9 EEPROM. The configuration is based on the
10 ti-processor-sdk-02.00.00.00. Device tree blobs for beaglebone
11 variants and the evm-sk are built too.
13 For Qt5 support support use the beaglebone_qt5_defconfig.
15 How to build it
16 ===============
18 Select the default configuration for the target:
19 $ make beaglebone_defconfig
21 Optional: modify the configuration:
22 $ make menuconfig
24 Build:
25 $ make
27 Result of the build
28 ===================
29 output/images/
30 ├── am335x-boneblack.dtb
31 ├── am335x-bone.dtb
32 ├── am335x-evm.dtb
33 ├── am335x-evmsk.dtb
34 ├── boot.vfat
35 ├── MLO
36 ├── rootfs.ext2
37 ├── rootfs.tar
38 ├── sdcard.img
39 ├── u-boot.img
40 ├── uEnv.txt
41 └── zImage
43 To copy the image file to the sdcard use dd:
44 $ dd if=output/images/sdcard.img of=/dev/XXX
46 Tested hardware
47 ===============
48 am335x-evm (rev. 1.1A)
49 beagleboneblack (rev. A5A)
50 beaglebone (rev. A6)
52 2016, Lothar Felten <lothar.felten@gmail.com>