My device is an Orin Jetson AGX Developer Kit, and I am flashing Jetson Linux release 36.4.3 to it.
After enabling disk encryption and flashing the system, the following error occurred:
ERROR: fail to unlock the encrypted deu /deu/mmcblk0p2
I compiled my own system image, and following the instructions in the official documentation, I partitioned the APP_ENC region. Based on OP-TEE, I generated eks_t234.img and placed it in the designated directory. Finally, I executed:
sudo ROOTFS_ENC=1 ./flash.sh -i "./disk_enc.key" jetson-agx-orin-devkit internal
But I got the error:
ERROR: fail to unlock the encrypted deu /deu/mmcblk0p2
Could you advise me on how to resolve this issue?