8 First, configure Buildroot for your chiliBoard:
10 make grinn_chiliboard_defconfig
16 After building you should get a tree like this:
19 ├── am335x-chiliboard.dtb
29 Create a bootable microSD card
30 ==============================
32 Buildroot prepares a bootable microSD card image "sdcard.img" in output/images/
33 directory, To flash SD card just run the following command:
35 sudo dd if=output/images/sdcard.img of=/dev/<sd_card> bs=1M
37 where <sd_card> can be sdX or mmcblkX
39 *** WARNING! This will destroy all contents of device you specify! ***
44 - insert the microSD card in the microSD slot of the board;
45 - plug micro USB cable to provide power and console interface
46 - use terminal emulator with 115200 bps, 8n1