diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-25 05:11:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-25 07:27:32 +0100 |
commit | c2c3c3d1a5c96acb81a8968ad9af8ebc662fa8b3 (patch) | |
tree | e89a597aac9dc7be6fbaea4c9f30e33a2c0276ba /target/aarch64 | |
parent | 962890ff4f0aae63a0d5738bf30acb7b94ff96d0 (diff) |
rockpi4-plus: add cfgfs partition
Diffstat (limited to 'target/aarch64')
-rw-r--r-- | target/aarch64/rockpi4-plus/genimage.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/aarch64/rockpi4-plus/genimage.cfg b/target/aarch64/rockpi4-plus/genimage.cfg index 482c9a11d..9ea22a6d3 100644 --- a/target/aarch64/rockpi4-plus/genimage.cfg +++ b/target/aarch64/rockpi4-plus/genimage.cfg @@ -37,4 +37,9 @@ image sdcard.img { partition-type = 0x83 image = "rootfs.ext" } + + partition cfgfs { + partition-type = 0x88 + image = "cfgfs.img" + } } |