1Intro 2===== 3 4This default configuration will allow you to start experimenting with the 5buildroot environment for the Orangepi Zero Plus. With the current configuration 6it will bring-up the board, and allow access through the serial console. 7 8Orangepi Zero Plus link: 9http://www.orangepi.org/OrangePiZeroPlus/ 10 11This configuration uses U-Boot mainline and kernel mainline. 12 13How to build 14============ 15 16 $ make orangepi_zero_plus_defconfig 17 $ make 18 19Note: you will need access to the internet to download the required 20sources. 21 22How to write the SD card 23======================== 24 25Once the build process is finished you will have an image called "sdcard.img" 26in the output/images/ directory. 27 28Copy the bootable "sdcard.img" onto an SD card with "dd": 29 30 $ sudo dd if=output/images/sdcard.img of=/dev/sdX 31 $ sudo sync 32 33Insert the micro SDcard in your Orangepi Zero Plus and power it up. The console 34is on the serial line, 115200 8N1. 35