Disk encryption with preempt RT

Hi, we are trying to encrypt rootfs on a system that has the rt-patch applied. We have been using r35.4.1 on the Agx Orin dev-kit and our current pipeline is to

  1. build the kernel and apply the patch according to Kernel Customization — Jetson Linux Developer Guide documentation.
  2. follow the instructions in Disk Encryption — Jetson Linux<br/>Developer Guide 34.1 documentation to encrypt rootfs + flash to mmcblk0p1.

If we follow this pipeline without applying rt-patch, the Orin boots fine and lsblk shows that the rootfs is encrypted. However, following the same pipeline with rt-patch applied causes the Orin to fail to boot. Can we get a confirmation as to whether disk encryption works with preempt-RT?

Here’s the boot logs from the debug port if it’s any help:
debuglogs.txt (54.5 KB)

Hi,
Disk encryption is not supported with RT kernel. Please enable it with default kernel build.

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