Hi ,
Currently I'm working for Program J32v, we are using IMX8 DX currently observing she_storage_create api is failing in lifecycle moved device (OEM closed) (Lifecycle = 0x0080), but it works fine in OEM open board (Lifecycle = 0x0020).
Attaching the test program we tested in both scenarios.
Below are logs snippets.
Tested in OEM CLOSED board (Lifecycle = 0x0080)
# ./she_test_v
nvm manager failed to start
Closed nvm session
Tested in OEM OPEN board (Lifecycle = 0x0020)
./tmp/she_test_v
she_storage_create ret:0x1
she_open_session handle:0xe442d0d0
she_cmd_load_key ret:0x0
she_cmd_enc_cbc ret:0x0
she_cmd_dec_cbc ret:0x0
she_close_session
Closed nvm session
Thanks
Vignesh Pandian