SDAA437 July 2026 TDA4VE-Q1
The ospi.rootfs partition is used to store all Linux-related software components required for system boot.
Unlike a conventional J721S2 Linux system that stores the kernel image, DTB, and root filesystem on eMMC, this implementation stores all Linux artifacts within a UBIFS volume located in OSPI NOR flash.
Figure 3-2 Root Filesystem
StructureThe partition is formatted as a UBI device and contains a UBIFS volume named rootfs. The volume stores below items.
Both U-Boot and Linux access this same UBIFS volume during the boot process. U-Boot loads the kernel image and DTB from the volume, while Linux subsequently mounts the volume as its root filesystem.
At the completion of the implementation described in this application note, the OSPI NOR flash contains all software components required for Linux boot.
This architecture enables Linux boot without any dependency on SD/eMMC storage.