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

[BUG] Connection timed out when starting the flashing process #30

Open
MomoHsieh opened this issue Mar 3, 2023 · 5 comments
Open

[BUG] Connection timed out when starting the flashing process #30

MomoHsieh opened this issue Mar 3, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@MomoHsieh
Copy link

Describe the issue
Connection timed out when starting the flashing process

Which version of Ubuntu on the Host machine
Ubuntu version: 20.04

What version of L4T/JetPack
L4T/JetPack version: R35.2.1

Which Jetson
Jetson: xavier AGX

To Reproduce
Steps to reproduce the behavior:
For example, what command line did you run?

  1. Flased the emmc with sdkmanager R35.2.1. (Checked the emmc flashed success)
  2. sudo systemctl stop udisks2.service on host
  3. After that I executed the script
install_dependencies.sh
get_jetson_files.sh
flash_jetson_external_storage.sh

Then the AGX reboot but without showing anything on the screen after the host script showed SSH ready

Additional context

Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for device to expose ssh ......RTNETLINK answers: File exists
RTNETLINK answers: File exists
Waiting for device to expose ssh ...Run command: flash on fc00:1:1:0::2
SSH ready
mount.nfs: Connection timed out
Flash failure
Cleaning up...
@MomoHsieh MomoHsieh added the bug Something isn't working label Mar 3, 2023
@Denri006
Copy link

I also have this issue.with the exact same configuration. Does anyone have a solution?

@YuanMeng126
Copy link

I also encountered the same problem. Have you solved it?

@Denri006
Copy link

I also encountered the same problem. Have you solved it?

https://github.com/jetsonhacks/rootOnNVMe

I went with this approach instead. It worked.

@YuanMeng126
Copy link

I also encountered the same problem. Have you solved it?

https://github.com/jetsonhacks/rootOnNVMe

I went with this approach instead. It worked.

Thank you for the information, but I use jetson Orin nano, not Jetson Xavier NX and Jetson AGX Xavier.

@Denri006
Copy link

No problem. The process should be similar, if not identical, for Orin nano. I'd suggest modifying the script as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants