Power mode only seems to work with the GUI login

I had a Jetson Orin Nano 8GB running jetpack 5.2. I’m trying to drop the power usage for running on batteries. I have connected a power meter between the adapter and the jetson. When I login and set the power mode with the GUI to 7W and then reboot. I login and I can see on the power meter that it’s working.

However, if I stop the GUI with

sudo systemctl stop gdm3.service

Then the power shoots up again. The same applies if I disable the graphical login. There’s clearly some dependency on the GUI login for the power mode to work. Running

nvpmodel -q

Shows the mode to be 7W but the power meter shows it’s running at greater than 10W if the GUI is not running.

Clearly running a graphical user login is going to use more power than not. Running on batteries it’s desirable not to have to run the GUI. But the above shows there’s clearly a dependency.

How can I run on 7W power mode headless and have it really work ?

Regards,
Kim Hendrikse

Hi KimHendrikse,

We don’t have Jetpack 5.2. Do you mean Jetpack 5.1.2(R35.4.1)?

Are you using the custom carrier board for Orin Nano since we don’t have batteries on the devkit board?

It might be expected since it needs more power for the display.

Is this your use case to use 7W power mode w/o GUI?

Yes, I mean 5.1.2.

I will have to make a power source that delivers power to the same sort of plug

It uses more power so I will want to eliminate it. Running on batteries I need all of the advantages I can get.

Yes., the use case is without GUI, it’s for a wildlife related use case and there will be no screen, it will be running outside on solar power. Every ounce of power I can get rid off is useful. As it is, it’s very challenging but the end result will be very nice indeed.

It looks like I can save an additional 0.6W power if I can disable the GUI. It’s for a human wildlife conflict mitigation project (Bear and lynx initially) and needs to stay outside for long periods of time.

This is the tegrastats when the GUI is running:

09-30-2024 18:48:09 RAM 667/7471MB (lfb 1583x4MB) SWAP 0/10240MB (cached 0MB) CPU [0%@960,0%@960,0%@960,0%@960,off,off] EMC_FREQ 0%@2133 GR3D_FREQ 0%@[407,0] VIC_FREQ 435 APE 200 CV0@-256C CPU@50.687C iwlwifi@41C SOC2@49.468C SOC0@48.687C CV1@-256C GPU@50C tj@50.812C SOC1@50.812C CV2@-256C VDD_IN 5291mW/5291mW VDD_CPU_GPU_CV 406mW/406mW VDD_SOC 1625mW/1625mW

This is tegastats when it is not

09-30-2024 18:49:47 RAM 366/7471MB (lfb 1697x4MB) SWAP 0/10240MB (cached 0MB) CPU [0%@729,0%@729,0%@729,0%@729,off,off] EMC_FREQ 0%@2133 GR3D_FREQ 0%@[305,0] VIC_FREQ 435 APE 200 CV0@-256C CPU@52.062C iwlwifi@41C SOC2@50.468C SOC0@49.906C CV1@-256C GPU@50.718C tj@52.312C SOC1@52.312C CV2@-256C VDD_IN 7030mW/7030mW VDD_CPU_GPU_CV 405mW/405mW VDD_SOC 3489mW/3489mW

VDD_SOC is 1625mW when the GUI is running and 3489mW when it is not. Much higher.

Maybe you can try with Minimal Flavor Root File System

Please share the result of the following command on your board.

# nvpmodel -q --verbose

and also, the /etc/nvpmodel.conf on your board for further check.

Hmm, it’s quite undesirable to change the whole development environment to try and get low power mode to work headless. I’m been running headless since 2019 and many models. Just not tried low power mode before. I do have to point out, that it is a Seeed Studio board, though I can’t see that making a difference, the kernel is identical and if we are talking about headless then the carrier specific component is not enabled.

I do also have a Jetson Nano Developer kit and a Xavier AGX Orin board, but haven’t tried it on these boards as they are not the ones that will be shipping.

The output of ```

nvpmodel --verbose -f /etc/nvpmodel.conf is:

NVPM VERB: Config file: /etc/nvpmodel.conf
NVPM VERB: parsing done for /etc/nvpmodel.conf
NVPM VERB: set power mode as 7W(1) in /etc/nvpmodel.conf.
NVPM VERB: Set power mode: 1
NVPM VERB: write PARAM CPU_ONLINE: ARG CORE_0: PATH: /sys/devices/system/cpu/cpu0/online VAL: 1
NVPM VERB: write PARAM CPU_ONLINE: ARG CORE_1: PATH: /sys/devices/system/cpu/cpu1/online VAL: 1
NVPM VERB: write PARAM CPU_ONLINE: ARG CORE_2: PATH: /sys/devices/system/cpu/cpu2/online VAL: 1
NVPM VERB: write PARAM CPU_ONLINE: ARG CORE_3: PATH: /sys/devices/system/cpu/cpu3/online VAL: 1
NVPM VERB: write PARAM CPU_ONLINE: ARG CORE_4: PATH: /sys/devices/system/cpu/cpu4/online VAL: 0
NVPM VERB: write PARAM CPU_ONLINE: ARG CORE_5: PATH: /sys/devices/system/cpu/cpu5/online VAL: 0
NVPM VERB: write PARAM FBP_POWER_GATING: ARG FBP_PG_MASK: PATH: /sys/devices/gpu.0/fbp_pg_mask VAL: 2
NVPM VERB: write PARAM TPC_POWER_GATING: ARG TPC_PG_MASK: PATH: /sys/devices/gpu.0/tpc_pg_mask VAL: 252
NVPM VERB: write PARAM GPU_POWER_CONTROL_ENABLE: ARG GPU_PWR_CNTL_EN: PATH: /sys/devices/gpu.0/power/control VAL: on
NVPM VERB: PARAM CPU_A78_0: ARG MIN_FREQ: VAL 729600 (rounded)
NVPM VERB: PARAM CPU_A78_0: ARG MAX_FREQ: VAL 960000 (rounded)
NVPM VERB: write PARAM CPU_A78_0: ARG MIN_FREQ: PATH: /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq VAL: 729600
NVPM VERB: write PARAM CPU_A78_0: ARG MAX_FREQ: PATH: /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq VAL: 960000
NVPM VERB: PARAM GPU: ARG MAX_FREQ: VAL 408000000 (rounded)
NVPM VERB: write PARAM GPU: ARG MIN_FREQ: PATH: /sys/devices/17000000.ga10b/devfreq_dev/min_freq VAL: 0
NVPM VERB: write PARAM GPU: ARG MAX_FREQ: PATH: /sys/devices/17000000.ga10b/devfreq_dev/max_freq VAL: 408000000
NVPM VERB: write PARAM GPU_POWER_CONTROL_DISABLE: ARG GPU_PWR_CNTL_DIS: PATH: /sys/devices/gpu.0/power/control VAL: auto
NVPM VERB: PARAM EMC: ARG FREQ_TABLE is empty!
NVPM VERB: write PARAM EMC: ARG MAX_FREQ: PATH: /sys/kernel/nvpmodel_emc_cap/emc_iso_cap VAL: 2133000000
NVPM VERB: set power mode successfully.

And actually quite surprised that this seems to be a new question, surely robot maker’s etc must also want to run in low power mode and headless??

Regards
Kim

Okay, if you are using a custom carrier board which is not designed by you, then do not modify the rootfs.

It seems your power mode is working as expected now.

The power mode usage and headless mode are strongly depending on the requirement.
You can customize them for your use case.

This is exactly my point. It “seems” to be working now based on the output and the command that I run but it is in fact not working. Measuring it with a power meter (that is between the ac adapter and the wall socket) shows that despite the output of the nvpmodel command the power usage jumped right up. This is also reflected in the output of the tegrastats that I showed earlier, which shows that VCC_SOC more than doubled.

That’s what’s so puzzeling.

My use case is outdoor battery operation for monitoring animals. I think it’s a use case that no one has done yet with jetsons but one which can be extremely valuable for biodiversity research as well as mitigating people/wildlife conflict.

This confuses me. How does modifying rootfs come into the picture?

Ah okay, you are suggesting that I do not modify the linux startup? Stopping GUI startup is a pretty normal thing to be able to do on linuxes that have been installed as a desktop.

Everything about it works just fine, just not this low power mode and there’s nothing to suggest that low power mode will work if I install the custom rootfs either at this stage.

That’s a pretty big hammer that would change everything else that my software stack depends on potentially. That link make’s no specific statement about low power mode still working and it’s not logical to assume that if nvpmodel says that the device is in low power mode and it in reality is not that it would relate to not using a GUI-less version.

But okay. It’s nice to know there is one of those. But it would change everything about my software installation procedure. Not something I can try right now especially as there’s no logic that this would fix the problem as I see it.

rootfs is tied to the design and execution of init during startup. init is systemd on Ubuntu, and the rootfs more or less designs the steps which systemd goes through to configure.

Linuxdev had the good suggestion to check dmesg when I shutdown the graphical login, thanks for that and I see that the kernel throws an exception:

Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.579163] ------------[ cut here ]------------
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.579192] WARNING: CPU: 0 PID: 0 at drivers/gpio/gpio-tegra186.c:937 tegra186_gpio_irq+0x1ac/0x1f0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588712] Modules linked in: nvidia_modeset(O) fuse ramoops reed_solomon loop bnep iwlmvm mac80211 snd_soc_tegra186_asrc snd_soc_tegra210_ope snd_soc_tegra210_iqc snd_soc_tegra186_arad snd_soc_tegra210_mvc snd_soc_tegra186_dspk snd_soc_tegra210_afc snd_soc_tegra210_dmic snd_soc_tegra210_admaif snd_soc_tegra210_mixer snd_soc_tegra210_adx snd_soc_tegra210_amx snd_soc_tegra210_i2s snd_soc_tegra210_sfc snd_soc_tegra_pcm aes_ce_blk crypto_simd cryptd aes_ce_cipher ghash_ce sha2_ce sha256_arm64 sha1_ce snd_soc_spdif_tx snd_soc_tegra_machine_driver uvcvideo videobuf2_vmalloc btusb btrtl btbcm btintel snd_soc_tegra210_adsp userspace_alert snd_soc_tegra_utils binfmt_misc snd_hda_codec_hdmi snd_soc_simple_card_utils snd_soc_tegra210_ahub tegra_bpmp_thermal snd_hda_tegra nvadsp tegra210_adma snd_hda_codec iwlwifi snd_hda_core cfg80211 nv_imx219 spi_tegra114 r8168 nvidia(O) input_leds ina3221 pwm_fan nvgpu nvmap ip_tables x_tables [last unloaded: mtd]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588905] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W O 5.10.120-tegra #1
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588908] Hardware name: Unknown NVIDIA Orin Nano Developer Kit/NVIDIA Orin Nano Developer Kit, BIOS 4.1-33958178 08/01/2023
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588915] pstate: 20400089 (nzCv daIf +PAN -UAO -TCO BTYPE=–)
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588922] pc : tegra186_gpio_irq+0x1ac/0x1f0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588927] lr : tegra186_gpio_irq+0x11c/0x1f0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588930] sp : ffff800010003ef0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588933] x29: ffff800010003ef0 x28: ffff1b2b80da2e60
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588940] x27: ffffd797c9a5cfe8 x26: 0000000000000018
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588947] x25: ffff1b2b85174080 x24: ffff1b2b85179400
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588954] x23: 000000000000000c x22: 000000000000004c
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588960] x21: 00000000000000ae x20: 0000000000000000
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588967] x19: ffffd797c8f0f290 x18: 0000000000000000
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588973] x17: 0000000000000000 x16: 0000000000000000
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588979] x15: 0000aaaac3f6f870 x14: 0000000000000000
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588986] x13: 0000000000000000 x12: 0000000000000000
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588992] x11: 0000000000000040 x10: ffffd797c99c7b60
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.588998] x9 : ffffd797c99c7b58 x8 : ffff1b2b804b1dd0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589005] x7 : 0000000000000000 x6 : 0000000000000001
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589011] x5 : 0000000000000000 x4 : 0000000000000000
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589017] x3 : 0000000000000000 x2 : ffffd797c7dd0d70
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589024] x1 : 000000000000004c x0 : 0000000000000000
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589030] Call trace:
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589037] tegra186_gpio_irq+0x1ac/0x1f0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589047] generic_handle_irq+0x40/0x60
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589054] __handle_domain_irq+0x70/0xd0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589061] gic_handle_irq+0x68/0x134
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589064] el1_irq+0xd0/0x180
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589073] cpuidle_enter_state+0xb8/0x410
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589078] cpuidle_enter+0x40/0x60
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589083] call_cpuidle+0x44/0x80
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589087] do_idle+0x208/0x270
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589090] cpu_startup_entry+0x30/0x70
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589099] rest_init+0xdc/0xe8
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589107] arch_call_rest_init+0x18/0x20
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589112] start_kernel+0x500/0x538
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.589115] —[ end trace 3c46fac864c64f6a ]—
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.835767] NVRM gpumgrGetSomeGpu: Failed to retrieve pGpu - Too early call!.
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.835775] NVRM nvAssertFailedNoLog: Assertion failed: NV_FALSE @ gpu_mgr.c:296
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.835786] CPU: 0 PID: 2511 Comm: Xorg Tainted: G W O 5.10.120-tegra #1
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.835790] Hardware name: Unknown NVIDIA Orin Nano Developer Kit/NVIDIA Orin Nano Developer Kit, BIOS 4.1-33958178 08/01/2023
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.835793] Call trace:
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.835807] dump_backtrace+0x0/0x1d0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.835812] show_stack+0x30/0x40
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.835820] dump_stack+0xd8/0x138
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.835910] os_dump_stack+0x18/0x20 [nvidia]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.835991] tlsEntryGet+0x130/0x138 [nvidia]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836069] gpumgrGetSomeGpu+0x7c/0x90 [nvidia]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836147] threadPriorityStateFree+0x234/0x2a0 [nvidia]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836225] RmShutdownAdapter+0x168/0x268 [nvidia]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836303] rm_shutdown_adapter+0x50/0x70 [nvidia]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836381] nv_shutdown_adapter+0xb4/0x4b0 [nvidia]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836459] nv_shutdown_adapter+0x2d8/0x4b0 [nvidia]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836537] nvidia_dev_put+0x38/0xc40 [nvidia]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836602] nvkms_close_gpu+0x60/0x98 [nvidia_modeset]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836656] nvRmFreeDeviceEvo+0x8c/0x130 [nvidia_modeset]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836705] nvkms_ioctl_common+0x180/0x1b0 [nvidia_modeset]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836783] nvidia_frontend_unlocked_ioctl+0x5c/0x78 [nvidia]
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836791] __arm64_sys_ioctl+0xac/0xf0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836796] el0_svc_common.constprop.0+0x80/0x1d0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836800] do_el0_svc+0x38/0xb0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836806] el0_svc+0x1c/0x30
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836810] el0_sync_handler+0xa8/0xb0
Oct 4 17:28:26 kim-orin-nano-8g kernel: [268722.836813] el0_sync+0x16c/0x180
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.420334] ------------[ cut here ]------------
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.420365] WARNING: CPU: 0 PID: 0 at drivers/gpio/gpio-tegra186.c:937 tegra186_gpio_irq+0x1ac/0x1f0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.429877] Modules linked in: nvidia_modeset(O) fuse ramoops reed_solomon loop bnep iwlmvm mac80211 snd_soc_tegra186_asrc snd_soc_tegra210_ope snd_soc_tegra210_iqc snd_soc_tegra186_arad snd_soc_tegra210_mvc snd_soc_tegra186_dspk snd_soc_tegra210_afc snd_soc_tegra210_dmic snd_soc_tegra210_admaif snd_soc_tegra210_mixer snd_soc_tegra210_adx snd_soc_tegra210_amx snd_soc_tegra210_i2s snd_soc_tegra210_sfc snd_soc_tegra_pcm aes_ce_blk crypto_simd cryptd aes_ce_cipher ghash_ce sha2_ce sha256_arm64 sha1_ce snd_soc_spdif_tx snd_soc_tegra_machine_driver uvcvideo videobuf2_vmalloc btusb btrtl btbcm btintel snd_soc_tegra210_adsp userspace_alert snd_soc_tegra_utils binfmt_misc snd_hda_codec_hdmi snd_soc_simple_card_utils snd_soc_tegra210_ahub tegra_bpmp_thermal snd_hda_tegra nvadsp tegra210_adma snd_hda_codec iwlwifi snd_hda_core cfg80211 nv_imx219 spi_tegra114 r8168 nvidia(O) input_leds ina3221 pwm_fan nvgpu nvmap ip_tables x_tables [last unloaded: mtd]
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430048] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W O 5.10.120-tegra #1
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430052] Hardware name: Unknown NVIDIA Orin Nano Developer Kit/NVIDIA Orin Nano Developer Kit, BIOS 4.1-33958178 08/01/2023
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430059] pstate: 20400089 (nzCv daIf +PAN -UAO -TCO BTYPE=–)
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430065] pc : tegra186_gpio_irq+0x1ac/0x1f0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430070] lr : tegra186_gpio_irq+0x11c/0x1f0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430072] sp : ffff800010003ef0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430076] x29: ffff800010003ef0 x28: ffff1b2b80da2e60
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430082] x27: ffffd797c9a5cfe8 x26: 0000000000000018
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430088] x25: ffff1b2b85174080 x24: ffff1b2b85179400
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430094] x23: 000000000000000c x22: 000000000000004c
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430100] x21: 00000000000000ae x20: 0000000000000000
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430106] x19: ffffd797c8f0f290 x18: 0000000000000000
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430112] x17: 0000000000000000 x16: 0000000000000000
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430117] x15: 0000000000000000 x14: fffffffffebf7d00
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430124] x13: 003d0968bf54a530 x12: 00001e8480000000
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430130] x11: 0000000000000040 x10: ffffd797c99c7b60
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430136] x9 : ffffd797c99c7b58 x8 : ffff1b2b804b1dd0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430142] x7 : 0000000000000000 x6 : 0000000000000001
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430148] x5 : 0000000000000000 x4 : 0000000000000000
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430153] x3 : 0000000000000000 x2 : ffffd797c7dd0d70
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430159] x1 : 000000000000004c x0 : 0000000000000000
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430165] Call trace:
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430171] tegra186_gpio_irq+0x1ac/0x1f0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430181] generic_handle_irq+0x40/0x60
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430186] __handle_domain_irq+0x70/0xd0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430192] gic_handle_irq+0x68/0x134
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430196] el1_irq+0xd0/0x180
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430205] cpuidle_enter_state+0xb8/0x410
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430210] cpuidle_enter+0x40/0x60
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430216] call_cpuidle+0x44/0x80
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430220] do_idle+0x208/0x270
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430223] cpu_startup_entry+0x2c/0x70
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430232] rest_init+0xdc/0xe8
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430240] arch_call_rest_init+0x18/0x20
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430245] start_kernel+0x500/0x538
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.430249] —[ end trace 3c46fac864c64f6b ]—
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.435135] ------------[ cut here ]------------
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.435144] WARNING: CPU: 0 PID: 0 at drivers/gpio/gpio-tegra186.c:937 tegra186_gpio_irq+0x1ac/0x1f0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444630] Modules linked in: nvidia_modeset(O) fuse ramoops reed_solomon loop bnep iwlmvm mac80211 snd_soc_tegra186_asrc snd_soc_tegra210_ope snd_soc_tegra210_iqc snd_soc_tegra186_arad snd_soc_tegra210_mvc snd_soc_tegra186_dspk snd_soc_tegra210_afc snd_soc_tegra210_dmic snd_soc_tegra210_admaif snd_soc_tegra210_mixer snd_soc_tegra210_adx snd_soc_tegra210_amx snd_soc_tegra210_i2s snd_soc_tegra210_sfc snd_soc_tegra_pcm aes_ce_blk crypto_simd cryptd aes_ce_cipher ghash_ce sha2_ce sha256_arm64 sha1_ce snd_soc_spdif_tx snd_soc_tegra_machine_driver uvcvideo videobuf2_vmalloc btusb btrtl btbcm btintel snd_soc_tegra210_adsp userspace_alert snd_soc_tegra_utils binfmt_misc snd_hda_codec_hdmi snd_soc_simple_card_utils snd_soc_tegra210_ahub tegra_bpmp_thermal snd_hda_tegra nvadsp tegra210_adma snd_hda_codec iwlwifi snd_hda_core cfg80211 nv_imx219 spi_tegra114 r8168 nvidia(O) input_leds ina3221 pwm_fan nvgpu nvmap ip_tables x_tables [last unloaded: mtd]
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444724] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W O 5.10.120-tegra #1
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444726] Hardware name: Unknown NVIDIA Orin Nano Developer Kit/NVIDIA Orin Nano Developer Kit, BIOS 4.1-33958178 08/01/2023
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444730] pstate: 20400089 (nzCv daIf +PAN -UAO -TCO BTYPE=–)
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444733] pc : tegra186_gpio_irq+0x1ac/0x1f0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444737] lr : tegra186_gpio_irq+0x11c/0x1f0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444738] sp : ffff800010003ef0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444740] x29: ffff800010003ef0 x28: ffff1b2b80da2e60
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444745] x27: ffffd797c9a5cfe8 x26: 0000000000000018
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444749] x25: ffff1b2b85174080 x24: ffff1b2b85179400
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444754] x23: 000000000000000c x22: 000000000000004c
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444758] x21: 00000000000000ae x20: 0000000000000000
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444763] x19: ffffd797c8f0f290 x18: 0000000000000000
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444767] x17: 0000000000000000 x16: 0000000000000000
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444772] x15: 0000000000000000 x14: ffffd797c9942680
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444776] x13: ffff43952516d000 x12: 000000003464d91d
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444780] x11: 0000000000000040 x10: ffffd797c99c7b60
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444784] x9 : ffffd797c99c7b58 x8 : ffff1b2b804b1dd0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444789] x7 : 0000000000000000 x6 : 0000000000000001
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444793] x5 : 0000000000000000 x4 : 0000000000000000
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444797] x3 : 0000000000000000 x2 : ffffd797c7dd0d70
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444802] x1 : 000000000000004c x0 : 0000000000000000
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444806] Call trace:
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444810] tegra186_gpio_irq+0x1ac/0x1f0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444814] generic_handle_irq+0x40/0x60
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444818] __handle_domain_irq+0x70/0xd0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444821] gic_handle_irq+0x68/0x134
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444823] el1_irq+0xd0/0x180
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444828] cpuidle_enter_state+0xb8/0x410
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444832] cpuidle_enter+0x40/0x60
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444834] call_cpuidle+0x44/0x80
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444837] do_idle+0x208/0x270
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444839] cpu_startup_entry+0x2c/0x70
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444844] rest_init+0xdc/0xe8
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444848] arch_call_rest_init+0x18/0x20
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444852] start_kernel+0x500/0x538
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.444854] —[ end trace 3c46fac864c64f6c ]—
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.449722] ------------[ cut here ]------------
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.449735] WARNING: CPU: 0 PID: 0 at drivers/gpio/gpio-tegra186.c:937 tegra186_gpio_irq+0x1ac/0x1f0
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.459221] Modules linked in: nvidia_modeset(O) fuse ramoops reed_solomon loop bnep iwlmvm mac80211 snd_soc_tegra186_asrc snd_soc_tegra210_ope snd_soc_tegra210_iqc snd_soc_tegra186_arad snd_soc_tegra210_mvc snd_soc_tegra186_dspk snd_soc_tegra210_afc snd_soc_tegra210_dmic snd_soc_tegra210_admaif snd_soc_tegra210_mixer snd_soc_tegra210_adx snd_soc_tegra210_amx snd_soc_tegra210_i2s snd_soc_tegra210_sfc snd_soc_tegra_pcm aes_ce_blk crypto_simd cryptd aes_ce_cipher ghash_ce sha2_ce sha256_arm64 sha1_ce snd_soc_spdif_tx snd_soc_tegra_machine_driver uvcvideo videobuf2_vmalloc btusb btrtl btbcm btintel snd_soc_tegra210_adsp userspace_alert snd_soc_tegra_utils binfmt_misc snd_hda_codec_hdmi snd_soc_simple_card_utils snd_soc_tegra210_ahub tegra_bpmp_thermal snd_hda_tegra nvadsp tegra210_adma snd_hda_codec iwlwifi snd_hda_core cfg80211 nv_imx219 spi_tegra114 r8168 nvidia(O) input_leds ina3221 pwm_fan nvgpu nvmap ip_tables x_tables [last unloaded: mtd]
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.459331] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W O 5.10.120-tegra #1
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.459334] Hardware name: Unknown NVIDIA Orin Nano Developer Kit/NVIDIA Orin Nano Developer Kit, BIOS 4.1-33958178 08/01/2023
Oct 4 17:28:27 kim-orin-nano-8g kernel: [268723.459337] pstate: 20400089 (nzCv daIf +PAN -UAO -TCO BTYPE=–)

So this might be related to it.

However, I saw that exception in the logs already before I shutdown the graphical login I might add.

I’ll try again with Jetpack 6.*. It’s my intention to launch with that version anyway, I just haven’t ported everthing to it yet.

Kim

Okay, please also verify with Jetpack 6.1 (R36.4.0), which is just released last week.

1 Like

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