Hello,
I'm trying to mount root partition as read-only and with option noatime to avoid write cycles on SD card (on similar platform as sabresd).
setting bootargs this way:
bootargs_mmc=setenv bootargs ${bootargs} root=${cur_root_part} rootwait ro rootflags=noatime
gives me error: Unrecognized mount option "notime" or missing value
setting bootargs the way:
bootargs_mmc=setenv bootargs ${bootargs} root=${cur_root_part} rootwait ro,noatime
ignores the noatime option.
If any one can give me some thoughts on my problem, i would appreciate it very much!
Regards,
Novak Jost