6 $ make firefly_rk3288_defconfig
8 Then you can edit the build options using
12 Compile all and build rootfs image:
19 After building, you should get a tree like this:
22 ├── rk3288-firefly.dtb
24 ├── rootfs.ext4 -> rootfs.ext2
27 ├── u-boot-spl-dtb.bin
28 ├── u-boot-spl-dtb.img
34 Buildroot generates a ready-to-use SD card image that you can flash directly to
35 the card. The image will be in output/images/sdcard.img.
36 You can write this image directly to an SD card device (i.e. /dev/xxx):
38 $ dd if=output/images/sdcard.img of=/dev/xxx
40 Finally, you can insert the SD card to the Firefly RK3288 board and boot it.