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

Using Ubuntu Server 18.04.6 as host #15

Open
azrin1972 opened this issue Nov 29, 2021 · 2 comments
Open

Using Ubuntu Server 18.04.6 as host #15

azrin1972 opened this issue Nov 29, 2021 · 2 comments

Comments

@azrin1972
Copy link

azrin1972 commented Nov 29, 2021

Hi,

I have an Ubuntu Server 18.04.6 host running in a virtualBox

I'm flashing the Jetson Xavier NX

I've followed all the steps and these are the things that I encountered and the solutions so far...

  1. Error when executing get_jetson_files.sh
  • Error in line 218 of ota_make_recovery_img_dtb.sh
  • Solution: install binutils using
    apt-get install binutils
  1. Error when executing flash_jetson_external_storage.sh
  • error during final stage: network-manager is not running
  • Solution: enable the network-manager service using
sudo systemctl enable  network-manager
sudo systemctl start network-manager

But I'm stuck after the Jetson starts to boot
The script says "waiting for device to expose ssh...

image

Please advise...

Thank you

@jetsonhacks
Copy link
Owner

NVIDIA does not support flashing from a virtual machine. During the flashing process, the board disconnects/reconnects a few times. It is most likely that the virtual machine does not support the USB pass through correctly. A better place to ask this question is on the official NVIDIA forums, where a large group of developers and NVIDIA engineers share their experience: https://forums.developer.nvidia.com/c/agx-autonomous-machines/jetson-embedded-systems/jetson-xavier-nx/258

@azrin1972
Copy link
Author

azrin1972 commented Nov 29, 2021

Actually I did a test using a desktop version using VirtualBox and it worked. Just with the server version that has this problem

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