| This config currently supports the beagleboard x15, |
| and generates a barebone image. |
| The image must be flashed to a SD card to be used. |
| $ make beagleboardx15_defconfig |
| Then you can edit the build options using |
| Compile all and build a sdcard image: |
| After building, you should get a tree like this: |
| ├── am57xx-beagle-x15.dtb |
| ├── am57xx-beagle-x15-revb1.dtb |
| How to write the microSD card |
| ============================= |
| Once the build process is finished you will have an image called "sdcard.img" |
| in the output/images/ directory. |
| Copy the bootable "sdcard.img" onto an SD card with "dd": |
| $ sudo dd if=output/images/sdcard.img of=/dev/sdX |