I’m using virtualbox of ubuntu 18.04 flashing Jetson TX2 by SDK Manager
problem: my virtualbox of ubuntu 18.04 can’t detact target Hardware Jetson TX2, but local pc with Ubuntu 20.04 could, I want virtualbox ubuntu 18.04 detact too
virtualbox of ubuntu 18.04: cannot sense the target Hardware Jetson TX2
local pc with Ubuntu 20.04: can sense the target Hardware Jetson TX2
kayccc
December 12, 2022, 11:17pm
2
joyjj0972285856:
virtualbox ubuntu 18.04
The VM is not supported by SDK manager.
cause my original system is using ubuntu 20.04
instaed of downgrade my whole pc to ubuntu 18.04
I think VM was the good solution
I see some of the demo is using vm ubuntu 18.04 too, so that I think from here might get some way to solve it??
by the way, I also see the ubuntu 18.04
is support until 2023
get any idea for virtualbox of ubuntu 18.04 can’t detact target Hardware Jetson TX2 ?
before I really have to downgrade whole system…
kayccc
December 13, 2022, 1:27am
4
I can’t answer this due to officially flashing Jetson devices from VM is not supported, but you may refer to below topic to see if can help:
Just wanted to share the settings I found that enabled me to run flash.sh successfully through a virtualbox Ubuntu18.04 VM set up through vagrant on OSX:
Rough steps:
use brew to install vagrant, virtualbox
add vagrant box generic/ubuntu1804 for virtualbox
resize vagrant ubuntu1804 image to 60GB
$ cd ~/.vagrant.d/boxes/generic-VAGRANTSLASH-ubuntu1804/2.0.6/virtualbox/
$ VBoxManage clonehd generic-ubuntu1804-virtualbox-disk001.vmdk generic-ubuntu1804-virtualbox-disk001-resized.vdi --format V…
1 Like
thanks
I found the way that used the USB passthrough feature
can solve it
the result pic: by adding/connecting usb port to the virtualbox system, now SDK manager can detect Target hardware Tx2 in vm
I follow this video:(for linux) Enable USB support on VirtualBox - YouTube
system
Closed
December 27, 2022, 1:54am
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.