Hi.
I am using Jetson Orin NX 16GB with custom carrier board.
I tried nv_overlayfs_config, which was added in Jetpack 6.x. It worked well and made it much easier to set up the overlayfs environment than the traditional method.
But on the other hand, I lost the flexibility to set any directory as R/W type.
So, how can I create any directory of R/W type in the overlayfs environment set up with nv_overlayfs_config?
Note that in my environment, I cannot use any external storage device other than the storage device on which the OS is installed.
Thank you.