Loading all 6 TX2 NX CPU cores

Beware that the default kernel command line contains specification “isolcpus=1-2”. CPU0 is the first CPU, the Denver cores are CPUs 1 and 2. Take a look at the output of this:
cat /proc/cmdline

You might find these of use:

I’d like to emphasize that in kernel command line parameters, that in most cases if a parameter is repeated, then the final parameter is the “authoritative” parameter. So if something enables “isolcpus” in command line, but then later “isolcpus” is specified to not isolate CPUs, this latter will be what occurs. It isn’t necessary to remove this parameter everywhere so long as something disables it in the end.

Or you can use “taskset” (affinity) to use the cores.