readme.txt 1.0 KB

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