SDAA437 July 2026 TDA4VE-Q1
The OSPI flash layout introduced in Section 3 reserves the ospi.rootfs partition for Linux storage.
Before creating the UBI device, any existing data in the partition must be removed.
root@j721s2-evm:~# ubiformat /dev/mtd5
ubiformat: mtd5 (nor), size 58458112 bytes (55.7 MiB), 223 eraseblocks of 262144 bytes (256.0 KiB), min. I/O size 16 bytes
libscan: scanning eraseblock 222 -- 100 % complete
ubiformat: 223 eraseblocks have valid erase counter, mean value is 1
ubiformat: formatting eraseblock 222 -- 100 % complete
root@j721s2-evm:~#After formatting completes, the partition is ready for UBI
attachment.