From 2f4941496c737543a12a0b6fc279081ef13b9a80 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 20 Dec 2022 14:30:18 +0100 Subject: use rockpi4 b plus dtb instead of c, fixes bootup. A lot of drivers where moved from mini.config to target/linux/config. WLAN works, ethernet works, i2c works, RTC works. --- target/aarch64/rockpi4-plus/genimage.cfg | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'target/aarch64/rockpi4-plus/genimage.cfg') diff --git a/target/aarch64/rockpi4-plus/genimage.cfg b/target/aarch64/rockpi4-plus/genimage.cfg index 6c93aa58c..18167daf0 100644 --- a/target/aarch64/rockpi4-plus/genimage.cfg +++ b/target/aarch64/rockpi4-plus/genimage.cfg @@ -2,17 +2,16 @@ image boot.vfat { vfat { files = { "kernel", - "rk3399-rock-pi-4c-plus.dtb", + "rk3399-rock-pi-4b.dtb", "extlinux" } } - size = 112M + size = 32M } image sdcard.img { hdimage { - partition-table-type = "gpt" } partition loader1 { @@ -26,14 +25,14 @@ image sdcard.img { } partition boot { - partition-type-uuid = F + partition-type = 0xC bootable = "true" image = "boot.vfat" offset = 16M } partition rootfs { - partition-type-uuid = b921b045-1df0-41c3-af44-4c6f280d3fae + partition-type = 0x83 image = "rootfs.ext" } } -- cgit v1.2.3