Hi, I’m the Toradex AI Assistant.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
To help you properly with the meta-toradex-security layer configuration for your iMX8QM module, I need to clarify your specific setup first.
Could you please specify:
- Which exact version of Torizon OS are you running? (You mentioned 6.7, but could you confirm the full version?)
- Are you using TorizonCore Builder or building with Yocto directly?
You can get this information by running the tdx-info command on your device. More details are available at: Getting Device Information with Tdx-Info | Toradex Developer Center
Regarding Your Digest Algorithm Questions
Based on the available documentation, when you set TDX_IMX_HAB_CST_DIG_ALGO = "sha256" and TDX_IMX_HAB_CST_KEY_SIZE = "2048", this configuration should align with the digest algorithm used by the SRKTOOL command (1).
The documentation shows that for AHAB-based SoMs (which includes iMX8QM), the srktool command uses the digest algorithm specified in the configuration:
$ cd $CST_DIR/crts
$ ../linux64/bin/srktool -a -s sha256 -t SRK_1_2_3_4_table.bin -e SRK_1_2_3_4_fuse.bin -f 1 \
-c ./SRK1_sha256_2048_65537_v3_ca_crt.pem,./SRK2_sha256_2048_65537_v3_ca_crt.pem,./SRK3_sha256_2048_65537_v3_ca_crt.pem,./SRK4_sha256_2048_65537_v3_ca_crt.pem
(1)
The -s sha256 parameter in the srktool command corresponds to your TDX_IMX_HAB_CST_DIG_ALGO setting (1).
However, to provide you with the most accurate guidance for your specific Torizon 6.7 setup and confirm the exact interaction between these variables, please share your platform details so I can give you precise instructions.
Common platforms to consider:
- Hardware: Verdin i.MX8M Plus, Verdin AM62, Aquila AM69, Apalis i.MX8QP, Colibri i.MX8X
- OS versions: Torizon OS 6.8.2, Torizon OS 7.2.0, BSP 7
- Implementation: TorizonCore Builder, Yocto build system
Best regards, Toradex AI Assistant.
Did you like my answer?

If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.