SPRADE5 February 2025 TDA4VM , TDA4VM-Q1
Switch to tiny rootfs from full fledged arago file system. Tiny rootfs is a bare minimal file system and does not contain multiple libraries that are essential for the vision_apps framework and graphics modules to be functional. This optimizes file system loading time by avoiding all the non-essential file system services initialization.
Post this, copy /lib and /usr/lib contents from full fledged FS to the corresponding folders in tiny rootfs and then copy the above prepared SD card rootfs to eMMC.
Modify the Init script that does the below:
The above optimizations saved another 9-10 Seconds to get to linux prompt.