diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-25 04:28:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-25 07:27:32 +0100 |
commit | f170ee23567e92c43d262b7c134da67c5720ad64 (patch) | |
tree | a797e82eb07067e635a3a05bbef2f62b3f20dabe /target/aarch64 | |
parent | 99fef7a3975a44a42abe3d179a8126b2205c9705 (diff) |
rockpi4-plus: finetune partition table
Diffstat (limited to 'target/aarch64')
-rw-r--r-- | target/aarch64/rockpi4-plus/extlinux.conf | 2 | ||||
-rw-r--r-- | target/aarch64/rockpi4-plus/genimage.cfg | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/target/aarch64/rockpi4-plus/extlinux.conf b/target/aarch64/rockpi4-plus/extlinux.conf index b3737d9e2..6bcaf3c8e 100644 --- a/target/aarch64/rockpi4-plus/extlinux.conf +++ b/target/aarch64/rockpi4-plus/extlinux.conf @@ -1,4 +1,4 @@ label rockpi4-plus-openadk kernel /kernel devicetree /rk3399-rock-pi-4b.dtb - append console=ttyS2,115200n8 root=/dev/mmcblk0p4 rootwait + append console=ttyS2,115200n8 root=/dev/mmcblk0p2 rootwait diff --git a/target/aarch64/rockpi4-plus/genimage.cfg b/target/aarch64/rockpi4-plus/genimage.cfg index 18167daf0..482c9a11d 100644 --- a/target/aarch64/rockpi4-plus/genimage.cfg +++ b/target/aarch64/rockpi4-plus/genimage.cfg @@ -15,11 +15,13 @@ image sdcard.img { } partition loader1 { + in-partition-table = "no" image = "idbloader.img" offset = 32K } partition loader2 { + in-partition-table = "no" image = "u-boot.itb" offset = 8M } |