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.
13 $ make beagleboardx15_defconfig
15 Then you can edit the build options using
19 Compile all and build a sdcard image:
26 After building, you should get a tree like this:
29 ├── am57xx-beagle-x15.dtb
30 ├── am57xx-beagle-x15-revb1.dtb
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