I have tried the step with stefankmfr0 .
I also facing the same error with what he facing in UART, compared the UART log is same error.
Either there is same step missed? or something somewhere when wrong.
There is no burning fuses enabled.
Use the custom key on the sym2_t234.key in example.sh and generate eks_image.
copy over the eks_image to bootloader directory and sym2_t234.key to Linux_for_Tegra directory.
as you can see… comment #16. we’re testing disk encryption with a custom key based-on a non-fused target.
you must provide the EKB key to the flash command through -i option, for instance, -i ./sym2_t234.key
BTW,
we doubt the failure… "eks image not correct" is due to incorrect bytes at the beginning of the EKS image.
they are… "EEKB", if these 4 bytes are wrong, you will also see such failures.
please do check your EKS image by running… $ hexdump -C -n 4 -s 0x24 eks_t234.img for confirmation.