This is my setup:
Mojave running VMWare Fusnion latest with an Ubuntu 18.04 LTS latest guest. The guest is hooked up to the Xavier via USB type-C.
I can flash the Xavier without issue. I get to the 50% mark where I think have to switch over to the Xavier and finish the configuration wizard. I do that and it boots up and I login. No issue.
Now it wants to install the SDK components over the IP-over-USB network. Please note that from the Linux guest I can ssh into the xavier at 192.168.55.1 with no issue. Iâm even able to setup key based authentication.
But every time I try to install the SDK components on the Xavier I get:
[b]Could not connect to the target device. Verify that
- The device is connected to this host machine with a USB cable.
- Ubuntu System configuration wizard is completed on the device.
- Jetsonâs Ubuntu OS is up and running.
[/b]
Here is the error log in sdkm.log:
[b]
2019-05-20 16:55:58.031 - info: exec_command: sleep 10
2019-05-20 16:56:08.043 - info: [ Component Install Finished Successfully ]
2019-05-20 16:56:08.043 - info: [ 8.03 GB used. Disk Avail: 63.44 GB ]
2019-05-20 16:56:08.043 - info: [ NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP Install took 7m45s ]
2019-05-20 16:56:08.043 - info: cmd finished success SDKM_END_CODE_SUCCESS_71f0a96c-2682-4145-ae47-fafc1ffc794e
2019-05-20 16:56:08.043 - info: command finished successfully
2019-05-20 16:56:08.044 - info: install âFlash Jetson AGX Xavierâ success
2019-05-20 16:56:19.749 - info: cmd finished failure SDKM_END_CODE_FAILURE_63cc33c5-8438-4d04-8863-2dcb22fead70
2019-05-20 16:56:19.749 - error: command terminated with error
2019-05-20 16:56:19.852 - info: cmd finished failure SDKM_END_CODE_FAILURE_7d3a171c-b562-4219-b9bc-e5f4090ad2ee
2019-05-20 16:56:19.852 - error: command terminated with error
2019-05-20 16:56:19.852 - error: Could not connect to the target device. Verify that:
- The device is connected to this host machine with a USB cable.
- Ubuntu âSystem configuration wizardâ is completed on the device.
- Jetsonâs Ubuntu OS is up and running.[/b]
I donât understand what Iâm doing wrong? How can I tell what command is failing and why? Again, I have connectivity to 192.168.55.1 via ssh without issue.