Adding new partition to spi-nand image
Posted: 2025-04-30 11:00
Hi! I want to create a system image for spi-nand with ubifs where my rootfs partition will be read-only. However, i need a little amount of rw space inside my filesystem. Is it possible to create a dedicated physical partition on a nand flash for that purpose? I can certainly remount nand partitions in /etc/fstab, but i'm not sure that new partition creation is that straightforward. I wonder, is adding new partition to .BoardConfig.mk file enough?