readme.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. RADXA ROCKPI-N8
  2. ================
  3. https://wiki.radxa.com/RockpiN8
  4. Build:
  5. ======
  6. $ make rock_pi_n8_defconfig
  7. $ make
  8. Files created in output directory
  9. =================================
  10. output/images
  11. .
  12. ├── boot.vfat
  13. ├── extlinux
  14. ├── idbloader.img
  15. ├── rk3288-rock-pi-n8.dtb
  16. ├── rootfs.ext2
  17. ├── rootfs.ext4 -> rootfs.ext2
  18. ├── rootfs.tar
  19. ├── sdcard.img
  20. ├── u-boot.bin
  21. ├── u-boot-dtb.bin
  22. ├── u-boot-dtb.img
  23. └── zImage
  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-N8 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 115200.
  38. The boot order on rockpi-n8 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/rk3288/rock-pi-n8.html