I cannot get disc encryption to work on L4T 36.4.3 but it works great on L4T 36.2.0.
The problem is that it says the flash was successful but it wont boot correctly afterwards. I’ve attached both flash log as well as the serial debug log to this port.Processing: serial_encryption_bug.log…
Processing: flash_3-3_0_20260415-130836.log…
This is the command that I use on both:
sudo ROOTFS_ENC=1 ADDITIONAL_DTB_OVERLAY_OPT=“BootOrderNvme.dtbo”
./tools/kernel_flash/l4t_initrd_flash.sh
-i “${ENCRYPTION_KEY_PATH}”
–external-device nvme0n1p1
-c tools/kernel_flash/flash_l4t_nvme_rootfs_enc.xml
-p “-c bootloader/${ORIN_FLASH_CONFIG_FOLDER}/cfg/flash_t234_qspi.xml”
–network usb0
jetson-orin-nano-devkit internal
I’ve already tried generating new eks_t234.img and sym2_t234.key using the example.sh as I figured the old ones maybe only work for 36.2.0 but I had no success.
serial_encryption_bug.txt (152.8 KB)
flash_log.txt (49.8 KB)