Reasoning behind 0001-Drop-bc-usage-and-remove-symlink-creation-functions.patch #1513
Replies: 2 comments 14 replies
-
Hi @andregirard37 |
Beta Was this translation helpful? Give feedback.
-
The symlinks aren't done at runtime so that we can support building with read-only root filesystems. Instead, the Orins do require a reboot to change the |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have problems with my Yocto build targeting the NX Orin. I noticed, looking at the NVIDIA forum, that people had /etc/nvpmodel/nvpmodel_p3767_0000.conf populated. my /etc/nvpmodel/ folder is empty. Which is normal since there is a patch to actually remove it: recipes-bsp/tegra-binaries/tegra-nvpower/0001-Drop-bc-usage-and-remove-symlink-creation-functions.patch
I was wondering the reasoning behind this as my nvpmodel -q --verbose does not seem to work:
$ sudo nvpmodel -q --verbose
NVPM VERB: Config file: /etc/nvpmodel.conf
NVPM VERB: parsing done for /etc/nvpmodel.conf
NVPM VERB: Using default settings.
NVPM WARN: power mode is not set!
NVPM VERB: Using default settings.
I am using the seeed Studios reComputer J4012 devkit. Not sure if that would play any role.
Also, do you know of any way to avoid a reboot of the board when changing the nvpmodel profile:
ubuntu@jetson:~$ sudo nvpmodel -m 2
NVPM ERROR: Error writing 240 to /sys/devices/gpu.0/tpc_pg_mask: 19
NVPM WARN: Reboot required for changing to this power mode: 2
NVPM WARN: DO YOU WANT TO REBOOT NOW? enter YES/yes to confirm:
On the Xavier NX, we used to be able to change the profile on the fly without a reboot. Not sure if that could still be possible.
Thanks as always!
Beta Was this translation helpful? Give feedback.
All reactions