readme.txt 933 B

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