readme.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. PINE64 ROCKPro64
  2. ================
  3. https://www.pine64.org/rockpro64/
  4. Build:
  5. ======
  6. $ make rockpro64_defconfig
  7. $ make
  8. Files created in output directory
  9. =================================
  10. output/images
  11. ├── bl31.elf
  12. ├── boot.vfat
  13. ├── extlinux
  14. ├── idbloader.img
  15. ├── Image
  16. ├── rk3399-rockpro64.dtb
  17. ├── rootfs.ext2
  18. ├── rootfs.ext4 -> rootfs.ext2
  19. ├── rootfs.tar
  20. ├── sdcard.img
  21. ├── u-boot.bin
  22. └── u-boot.itb
  23. Creating bootable SD card:
  24. ==========================
  25. Simply invoke (as root)
  26. sudo dd if=output/images/sdcard.img of=/dev/sdX && sync
  27. Where X is your SD card device.
  28. Booting:
  29. ========
  30. RockPro64 has a 40-pin PI-2 GPIO Bus.
  31. Connect a jumper between pin 23 and pin 25 for SD card boot.
  32. Serial console:
  33. ---------------
  34. The pin layout for serial console on PI-2 GPIO Bus is as follows:
  35. pin 6: gnd
  36. pin 8: tx
  37. pin 10: rx
  38. Initially connect pin 6 and pin 8(transmit). Apply power to RockPro64, once the
  39. power is on then connect pin 10(receive).
  40. Baudrate for this board is 1500000.
  41. Login:
  42. ------
  43. Enter 'root' as login user, and the prompt is ready.
  44. https://wiki.amarulasolutions.com/bsp/rockchip/rk3399/rockpro64.html