readme.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Intro
  2. =====
  3. The instructions herein are valid for the FriendlyARM NanoPi NEO,
  4. both the 256MiB and 512MiB versions. They should also work for the
  5. NanoPi NEO Air, but this is untested so far.
  6. The FriendlyARM Nanopi NEO is a 4x4cm² board with an Allwiner H3 SoC:
  7. - quad-core Cortex-A7 @1.2GHz
  8. - 256 or 512MiB of DDR
  9. - uSDCard as only storage option
  10. - 3x USB 2.0 host (one socket, two on expansion pin-holes)
  11. - 1x USB 2.0 OTG (also used as power source)
  12. - 10/100 ethernet MAC
  13. - GPIOs, SPI, I2c...
  14. Support for the Nanopi NEO in U-Boot and Linux is very recent, so only
  15. core, basic features are available.
  16. Unfortunately, support for the ethernet MAC and the USB OTG are not
  17. yet upstream, but are being actively worked on.
  18. How to build
  19. ============
  20. $ make nanopi_neo_defconfig
  21. $ make
  22. Note: you will need access to the internet to download the required
  23. sources.
  24. You will then obtain an image ready to be written to your micro SDcard:
  25. $ dd if=output/images/sdcard.img of=/dev/sdX bs=1M
  26. Notes:
  27. - replace 'sdX' with the actual device with your micro SDcard,
  28. - you may need to be root to do that (use 'sudo').
  29. Insert the micro SDcard in your NanoPi NEO and power it up. The console
  30. is on the serial line, 115200 8N1.