5 To be able to use ODROID-C2 board with the images generated by
6 Buildroot, you have to prepare the SDCard or eMMC.
11 $ make odroidc2_defconfig
13 Then you can edit the build options using
17 Compile all and build rootfs image:
21 Note: you will need to have access to the network, since Buildroot will
22 download the packages' sources.
27 After building, you should obtain this tree:
33 +-- meson64_odroidc2.dtb
40 [1] This is the ODROID-C2 configuration file used in u-boot.
42 How to write the SD card or eMMC
43 ================================
45 Once the build process is finished you will have an image called "sdcard.img"
46 in the output/images/ directory.
48 Copy the bootable "sdcard.img" onto an SD card or eMMC with "dd":
50 $ sudo dd if=output/images/sdcard.img of=/dev/sdX
52 Insert the SDcard into your ODROID-C2, and power it up. Your new system