readme.txt 995 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. Intro
  2. =====
  3. NanoPi Neo4 is a RK3399 SoC based ARM64 board.
  4. Official wiki: http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO4
  5. Mainline wiki: https://wiki.amarulasolutions.com/bsp/rockchip/rk3399/neo4.html
  6. Build
  7. =====
  8. Run NanoPi Neo4 configuration
  9. $ make nanopi_neo4_defconfig
  10. To build, run make comamnd.
  11. $ make
  12. Files created in output directory
  13. =================================
  14. output/images
  15. ├── bl31.bin
  16. ├── bl31.elf
  17. ├── Image
  18. ├── rk3399-nanopi-neo4.dtb
  19. ├── rootfs.ext2
  20. ├── rootfs.ext4 -> rootfs.ext2
  21. ├── rootfs.tar
  22. ├── sdcard.img
  23. ├── u-boot.bin
  24. ├── u-boot.itb
  25. ├── u-boot-spl-dtb.bin
  26. ├── u-boot-tpl-dtb.bin
  27. ├── u-boot-tpl-dtb.img
  28. └── u-boot-tpl-spl-dtb.img
  29. Creating bootable SD card:
  30. =========================
  31. Simply invoke (as root)
  32. # dd if=output/images/sdcard.img of=/dev/sdX && sync
  33. Where X is your SD card device
  34. Serial console
  35. --------------
  36. Baudrate for this board is 1500000