I could flash android 12.1.0 in imx8qxp-mek(emmc) target. I am pushing GNSS driver gps.default.so & gps_cfg.inf into "/vendor/lib64/hw" & "/vendor/etc" directory respectively. As by default file system is read only, so i remount the file system by following below link.
I could push gps.default.so file but showing "/vendor/etc" as read only while pushing gps_cfg.inf file. Do I need to follow any other steps to remount "/vendor/etc" directory.
Followed the steps as per section 6.2.3 but still same issue. Could push file in "/vendor/lib64/hw" but couldn't push it in "/vendor/etc". Attaching logs for the same:
Thanks for your response. we have followed the same section 6.2.3 DM-verity configuration and we could push gps.default.so successfully under "/vendor/lib64/hw". This means we have followed the steps correctly. However, "/vendor/etc" is still read only where we have to push other file "gps_cfg.inf".