summaryrefslogtreecommitdiff
path: root/target/aarch64/rockpi4-plus/genimage.cfg
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-12-20 14:30:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-12-25 07:27:26 +0100
commit2f4941496c737543a12a0b6fc279081ef13b9a80 (patch)
tree083835e0116524f2edaafe528222d3c37c0cf8c1 /target/aarch64/rockpi4-plus/genimage.cfg
parent13cca63887cce9a73379d19029128fa60c36fc52 (diff)
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.
Diffstat (limited to 'target/aarch64/rockpi4-plus/genimage.cfg')
-rw-r--r--target/aarch64/rockpi4-plus/genimage.cfg9
1 files changed, 4 insertions, 5 deletions
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"
}
}