bootFromExternalStorage icon indicating copy to clipboard operation
bootFromExternalStorage copied to clipboard

Using Ubuntu Server 18.04.6 as host

Open azrin1972 opened this issue 4 years ago • 2 comments

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

azrin1972 avatar Nov 29 '21 13:11 azrin1972

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

jetsonhacks avatar Nov 29 '21 17:11 jetsonhacks

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

azrin1972 avatar Nov 29 '21 23:11 azrin1972