python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / board / beagleboardx15 / readme.txt
blob56ebca8c5f537901c42a20c629d3498cbc21255e
1 BeagleBoard X15
3 Intro
4 =====
5 This config currently supports the beagleboard x15,
6 and generates a barebone image.
8 The image must be flashed to a SD card to be used.
10 How to build it
11 ===============
13   $ make beagleboardx15_defconfig
15 Then you can edit the build options using
17   $ make menuconfig
19 Compile all and build a sdcard image:
21   $ make
23 Result of the build
24 -------------------
26 After building, you should get a tree like this:
28   output/images/
29   ├── am57xx-beagle-x15.dtb
30   ├── am57xx-beagle-x15-revb1.dtb
31   ├── boot.vfat
32   ├── MLO
33   ├── rootfs.ext2
34   ├── rootfs.ext4
35   ├── rootfs.tar
36   ├── sdcard.img
37   ├── u-boot.img
38   ├── u-boot-spl.bin
39   └── zImage
41 How to write the microSD card
42 =============================
44 Once the build process is finished you will have an image called "sdcard.img"
45 in the output/images/ directory.
47 Copy the bootable "sdcard.img" onto an SD card with "dd":
49   $ sudo dd if=output/images/sdcard.img of=/dev/sdX