My application uses NVS to store data and it works just fine - no errors reading or writing , and saved data persists between device power cycles.
My application also has the Zephyr shell integrated, and if after writing my data I send "kernel reboot cold" (or warm) command, my data does not persist after device reboots.
Any ideas why and how to fix?
Thank you