Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flash Timeout on JNX42 with Jetpack 6 (L4T 36.2.0 DP) #134

Open
daxatino opened this issue Feb 4, 2025 · 1 comment
Open

Flash Timeout on JNX42 with Jetpack 6 (L4T 36.2.0 DP) #134

daxatino opened this issue Feb 4, 2025 · 1 comment

Comments

@daxatino
Copy link

daxatino commented Feb 4, 2025

The Setup and Build steps occur without problem., but the flashing step leads to "Waiting for target to boot-up..." to timeout. I can flash the Jetson successfully when using the Auvidea official firmware, so this should rule-out any problem with the hardware.

It seems from other NVIDIA forums, the problem might be on the host machine not finding the micro-USB.

Any ideas on how to solve or further debug this problem?

CV_MIPI-modules Branch: Master
Carrier Board: Auvidea JNX42-M.2
Board: Jetson Orin NX 16GB

flash_3-3_0_20250204-155148.log

@daxatino daxatino changed the title Flash Timeout on JX42 with Jetpack 6 (L4T 36.2.0 DP) Flash Timeout on JNX42 with Jetpack 6 (L4T 36.2.0 DP) Feb 5, 2025
@bazo80
Copy link
Collaborator

bazo80 commented Feb 11, 2025

Hello @daxatino ,

you could check

cat /sys/module/usbcore/parameters/autosuspend

If there is a value of 2, then you should deactivate the autosuspend (as root) with

echo -1 > /sys/module/usbcore/parameters/autosuspend

please have a try
best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants