mirror of
https://github.com/m5stack/CoreMP135_buildroot-external-st.git
synced 2026-05-20 11:24:38 -07:00
board/st/genimage-demo: Add a data ext4 partition
Add a data partition alongside the read-only rootfs partition to have a read-write accessible partition. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
This commit is contained in:
@@ -27,4 +27,14 @@ image sdcard.img {
|
||||
partition rootfs-b {
|
||||
size = 200M
|
||||
}
|
||||
|
||||
partition data {
|
||||
image = "data.ext4"
|
||||
}
|
||||
}
|
||||
|
||||
image data.ext4 {
|
||||
name = "data"
|
||||
ext4 {}
|
||||
size = 200M
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user