I enabled disk encryption on an Orin AGX devkit using JetPack 5.1.2. While running tests with ‘dd’ on the encrypted partitions, the CPU usage is much higher than I expected (30-70% per core on all 8 cores). Is the hardware acceleration enabled in 5.1.2?
I saw this topic regarding l4t 36.3 (JetPack 6.0).
I confirmed that the device tree nodes are there for the Orin AGX devkit, but I’m wondering if the driver code is there to support it.
Hi,
The hardware se engine is enabled and certain executions are on hardware engine. And still some executions are on CPU. It is expected to have higher CPU usage when comparing to no disk encryption.