readme.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. RADXA ROCKPI-N10
  2. ================
  3. https://wiki.radxa.com/RockpiN10
  4. Build:
  5. ======
  6. $ make rock_pi_n10_defconfig
  7. $ make
  8. Files created in output directory
  9. =================================
  10. output/images
  11. .
  12. ├── bl31.elf
  13. ├── boot.vfat
  14. ├── extlinux
  15. ├── idbloader.img
  16. ├── Image
  17. ├── rk3399pro-rock-pi-n10.dtb
  18. ├── rootfs.ext2
  19. ├── rootfs.ext4 -> rootfs.ext2
  20. ├── rootfs.tar
  21. ├── sdcard.img
  22. ├── u-boot.bin
  23. └── u-boot.itb
  24. Creating bootable SD card:
  25. ==========================
  26. Simply invoke (as root)
  27. sudo dd if=output/images/sdcard.img of=/dev/sdX && sync
  28. Where X is your SD card device.
  29. Booting:
  30. ========
  31. Serial console:
  32. ---------------
  33. RockPi-N10 has a 40-pin GPIO header. The pin layout is as follows:
  34. pin 6: gnd
  35. pin 8: tx
  36. pin 10: rx
  37. Baudrate for this board is 1500000.
  38. The boot order on rockpi-n10 is emmc, sd. If emmc contains a valid Image, the board
  39. always boots from emmc. To boot from SD, erase emmc as per the guide:
  40. https://wiki.amarulasolutions.com/bsp/setup/rockchip/rk3399_emmc.html
  41. Login:
  42. ------
  43. Enter 'root' as login user, and the prompt is ready.
  44. wiki link:
  45. ----------
  46. https://wiki.amarulasolutions.com/bsp/rockchip/rk3399pro/rock-pi-n10.html