6 This default configuration will allow you to start experimenting with the
7 buildroot environment for the OrangePi One. With the current configuration
8 it will bring-up the board, and allow access through the serial console.
15 $ make orangepi_one_defconfig
17 Compile everything and build the SD card image:
21 How to write the SD card
22 ========================
24 Once the build process is finished you will have an image called "sdcard.img"
25 in the output/images/ directory.
27 Copy the bootable "sdcard.img" onto an SD card with "dd":
29 $ sudo dd if=output/images/sdcard.img of=/dev/sdX