Disk Encryption

Hi 👋

I wnat ur assist in "Disk Encryption " process on jeston agx orin , I need ur guidance in this because I don’t want to do any mistakes

Thanks in advance

Hello,

Thanks for visiting the NVIDIA Developer forums! Your topic will be best served in the Jetson category.

I have moved this post for better visibility.

Cheers,
Tom

1 Like

hello ahmadsondos103,

may I know which Jetpack release version you’re working with?

please refer to developer guide, Disk Encryption for details.
you may see-also similar discussion threads, such as.. Topic 270934, and Topic 264454.
we’ve checked disk encryption worked normally on Jetson Orin Nano DevKit.

I’m working on jetson agx orin , JetPack 6.2

hello ahmadsondos103,

you may use flash.sh to generate and flash the encrypted rootfs,
for instance,
$ sudo ROOTFS_ENC=1 ./flash.sh -i disk_enc.key jetson-agx-orin-devkit internal

please visit Jetson Linux | NVIDIA Developer to download [Driver Package (BSP) Sources] package.
please note that, you should use the same disk encryption key (i.e. sym2_t234.key) to generate the EKS image.
you may see-also below for sample to create EKS image.
$public_sources/r36.4.3/Linux_for_Tegra/source/atf_and_optee/optee/samples/hwkey-agent/host/tool/gen_ekb/example.sh

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.