readme.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Intro
  2. =====
  3. This default configuration will allow you to start experimenting with the
  4. buildroot environment for the Orangepi Lite2. With the current configuration
  5. it will bring-up the board, and allow access through the serial console.
  6. Orangepi Lite2 link:
  7. http://www.orangepi.org/Orange%20Pi%20Lite%202/
  8. Wiki link:
  9. https://openedev.amarulasolutions.com/display/ODWIKI/Orangepi+Lite2
  10. How to build
  11. ============
  12. $ make orangepi_lite2_defconfig
  13. $ make
  14. Note: you will need access to the internet to download the required
  15. sources.
  16. How to write the SD card
  17. ========================
  18. Once the build process is finished you will have an image called "sdcard.img"
  19. in the output/images/ directory.
  20. Copy the bootable "sdcard.img" onto an SD card with "dd":
  21. $ sudo dd if=output/images/sdcard.img of=/dev/sdX
  22. $ sudo sync
  23. Insert the micro SDcard in your Orangepi Lite2 and power it up. The console
  24. is on the serial line, 115200 8N1.
  25. WiFi
  26. ====
  27. # wpa_passphrase ACCESSPOINTNAME >> /etc/wpa_supplicant.conf
  28. (type password and enter)
  29. # wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B
  30. # udhcpc -i wlan0
  31. # ping google.com