readme.txt 956 B

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