readme.txt 758 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Libre Computer Board ROC-RK3399-PC
  2. ===================================
  3. Build:
  4. $ make roc_pc_rk3399_defconfig
  5. $ make
  6. Files created in output directory
  7. =================================
  8. output/images
  9. ├── bl31.elf
  10. ├── idbloader.img
  11. ├── Image
  12. ├── rk3399-roc-pc.dtb
  13. ├── rootfs.ext2
  14. ├── rootfs.ext4 -> rootfs.ext2
  15. ├── rootfs.tar
  16. ├── sdcard.img
  17. ├── u-boot.bin
  18. └── u-boot.itb
  19. Creating bootable SD card:
  20. ==========================
  21. Simply invoke (as root)
  22. sudo dd if=output/images/sdcard.img of=/dev/sdX && sync
  23. Where X is your SD card device
  24. Serial console
  25. --------------
  26. Baudrate for this board is 1500000
  27. Wiki link:
  28. https://wiki.amarulasolutions.com/bsp/rockchip/rk3399/roc-rk3399-pc.html