Using Ubuntu Server 18.04.6 as host
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...
- 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
- 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...

Please advise...
Thank you
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
Actually I did a test using a desktop version using VirtualBox and it worked. Just with the server version that has this problem