From c2c3c3d1a5c96acb81a8968ad9af8ebc662fa8b3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 Dec 2022 05:11:01 +0100 Subject: rockpi4-plus: add cfgfs partition --- target/aarch64/rockpi4-plus/genimage.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/aarch64') 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" + } } -- cgit v1.2.3