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