readme.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Orangepi Rk3399
  2. ================
  3. http://www.orangepi.org/Orange%20Pi%20RK3399/
  4. Build:
  5. ======
  6. $ make orangepi_rk3399_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-orangepi.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. Orangepi-RK3399 by default boots from emmc. For SD card boot to
  31. happen, emmc should be empty. If emmc happens to have any bootable
  32. image then erase emmc so that bootrom will look for a proper image in SD.
  33. emmc can be erased once after booted into linux as shown in below link.
  34. https://wiki.amarulasolutions.com/bsp/setup/rockchip/rk3399_emmc.html
  35. Serial console:
  36. ---------------
  37. Baudrate for this board is 1500000.
  38. Login:
  39. ------
  40. Enter 'root' as login user, and the prompt is ready.
  41. https://wiki.amarulasolutions.com/bsp/rockchip/rk3399/orangepi.html