Thanks. Setting the affinity works.
Did I understand that right? " Increased Kernel Launch Latency on Denver 2 Cores"
You hinder Linux to schedul processes on Denver cores, since that increased the time needed to boot Linux?
Is there a way to allow Linux to normally schedule processes on the denver cores after boot finished?
According to the instructions in this comment Cannot enable denver cores for TX2 (Jetpack 4.4 DP) - #11 by carolyuu
1. sudo vim p2771-0000.conf.common
2. Remove “isolcpus=1-2”:
CMDLINE_ADD=“console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0”;
3. Flash kernel-dtb:
$ sudo ./flash.sh -r -k kernel-dtb jetson-tx2 mmcblk0p1
I can activate the denver cores by modifying the device tree.
If I do this, do I delete anything on my Jetson? I ask because it is a lot of work to install the stuff I installed there.