mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
- Bump Linux to 6.6.56 (LTS).
- Bump U-Boot to 2024.07, so it contains commit ebb0ad4eef0a ("arch: arm:
mach-rockchip: Kconfig: Enable BOOTSTD_FULL for RK3399 and RK3588").
- Bump TF-A to 2.11.
- Enable hash checking: BR2_DOWNLOAD_FORCE_CHECK_HASHES.
- Add relevant hashes in the patches folder for the board.
Signed-off-by: Roberto Medina <robertoxmed@gmail.com>
[Julien: update .checkpackageignore]
Signed-off-by: Julien Olivain <ju.o@free.fr>
Libre Computer Board ROC-RK3399-PC =================================== Build: $ make roc_pc_rk3399_defconfig $ make Files created in output directory ================================= output/images ├── bl31.elf ├── idbloader.img ├── Image ├── rk3399-roc-pc.dtb ├── rootfs.ext2 ├── rootfs.ext4 -> rootfs.ext2 ├── rootfs.tar ├── sdcard.img ├── u-boot.bin └── u-boot.itb Creating bootable SD card: ========================== Simply invoke (as root) sudo dd if=output/images/sdcard.img of=/dev/sdX && sync Where X is your SD card device Serial console -------------- Baudrate for this board is 1500000 Wiki link: https://wiki.amarulasolutions.com/bsp/rockchip/rk3399/roc-rk3399-pc.html