Hi,
I’m having trouble flashing a Jetson TX2 with the dev board using an Ubuntu VM on a macOS, Jetpack is unable to “probe” the device.
System config:
- macOS 10.13.6
- Virtual Box 5.2.18
- Ubuntu 16.04
The Jetson TX2 seems to be properly put in Force Recovery Mode, as shown by lsusb on macOS:
$ lsusb
2018-10-04 13:36:58.193 system_profiler[2880:14331] SPUSBDevice: IOCreatePlugInInterfaceForService failed 0xe00002be
Bus 020 Device 002: ID 2109:2813 VIA Labs, Inc. USB2.0 Hub
Bus 020 Device 005: ID 0955:7c18 NVIDIA APX
The device also seems to be rechable from the VM, as it is listed under the appropriate name by lsusb. This image shows the result of lsusb and the error message of Jetpack : https://imgur.com/a/TOmnbVI
What am I doing wrong ? What should I try ?