i have used the sdk manager to flash my orin nano super dev kit onto the nvme. i can ssh into it and pull up the terminal gui and the settings gui, but no apps or browsers that are installed open when i try to run them. the mouse starts to spin and then the app shows up on the bar on top but the the app never opens. i chromium and brave browsers do the same.
*** Please note that this reply is generated by LLM automatically ***
Based on the provided context, it appears that you are experiencing issues with running applications on your Jetson Orin Nano Developer Kit after flashing the SDK using the SDK Manager. Specifically, you mentioned that:
- You can SSH into the device and access the terminal and settings GUI.
- However, when trying to run installed applications, including Chromium and Brave browsers, they fail to open.
- The mouse cursor spins, and the application icon appears in the top bar, but the application itself never launches.
To troubleshoot this issue, let’s consider a few potential causes:
- Container-related issues: The provided context mentions several container-related issues, such as “Container torch_tensorrt not working” and “NanoOwl container doesn’t work in r36.4.0”. Although these issues are specific to different containers, it’s possible that there’s a broader container-related problem affecting your system.
- Graphics or display issues: The fact that the mouse cursor spins and the application icon appears in the top bar suggests that there might be a graphics or display-related issue. This could be related to the NVIDIA graphics drivers or the display settings on your Jetson Orin Nano.
- Dependency or library issues: It’s possible that the applications you’re trying to run are missing dependencies or libraries required for them to function properly.
To resolve this issue, you can try the following steps:
- Verify container runtime: Ensure that the NVIDIA Container Runtime is installed and functioning correctly. You can check the status of the container runtime by running
sudo systemctl status nvidia-container-runtimein the terminal. - Update graphics drivers: Make sure that the NVIDIA graphics drivers are up-to-date. You can check for updates using the
sudo apt-get updateandsudo apt-get upgradecommands. - Check display settings: Verify that the display settings are configured correctly. You can try adjusting the display settings or resetting them to their default values.
- Reinstall affected applications: Try reinstalling the applications that are failing to launch. This may resolve any dependency or library issues.
- Check system logs: Inspect the system logs for any error messages related to the applications or containers. You can use the
sudo journalctlcommand to view the system logs.
If none of these steps resolve the issue, you may want to try flashing the SDK again or seeking further assistance from the NVIDIA developer community or support forums.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
Hi,
Are you able to see Ubuntu desktop after booting?
There is a known issue about web browser and please apply the solution:
hi, yes i have been able to see the desktop gui on both my jetson orin nano super and my orin agx but both arent able to run any web browser except he gnome web browser that is in the store.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.