Hello,
I am having problem flashing my TX1 with the Jetpak 4.3 using the sdkmanager.
Following is the part of the log file related to the error I’m getting:
2020-03-06 21:05:08.060 - info: Automatic trying to flash the target device with Manual Flash option...
2020-03-06 21:05:08.063 - info: [INPUT] "[ `lsusb | grep -c \"0955:\"` -ne 1 ] && echo SDKM_END_CODE_SUCCESS_e448fd4e-7246-455f-bef3-a06f6bd96c82 || echo SDKM_END_CODE_FAILURE_e448fd4e-7246-455f-bef3-a06f6bd96c82_$?\r"
2020-03-06 21:05:08.064 - info: cmd finished success [ `lsusb | grep -c "0955:"` -ne 1 ] && echo SDKM_END_CODE_SUCCESS_e448fd4e-7246-455f-bef3-a06f6bd96c82 || echo SDKM_END_CODE_FAILURE_e448fd4e-7246-455f-bef3-a06f6bd96c82_$?
2020-03-06 21:05:08.064 - info: command finished successfully
2020-03-06 21:05:08.067 - info: [INPUT] "[ `lsusb | grep -c \"0955:\"` -gt 1 ] && echo SDKM_END_CODE_SUCCESS_455efc5c-4a45-4aaf-8079-9c9352fa5772 || echo SDKM_END_CODE_FAILURE_455efc5c-4a45-4aaf-8079-9c9352fa5772_$?\r"
2020-03-06 21:05:08.068 - info: cmd finished success [ `lsusb | grep -c "0955:"` -gt 1 ] && echo SDKM_END_CODE_SUCCESS_455efc5c-4a45-4aaf-8079-9c9352fa5772 || echo SDKM_END_CODE_
2020-03-06 21:05:08.068 - info: command finished successfully
2020-03-06 21:05:08.069 - error: Multiple Nvidia devices are connected. Please connect only one Jetson TX1 device.
2020-03-06 21:05:08.069 - info: Automatic trying to flash the target device with Manual Flash option failed!
2020-03-06 21:05:08.070 - info: Automatic trying to flash the target device with Automatic Flash option...
2020-03-06 21:05:08.074 - info: [INPUT] "[ `lsusb | grep -c \"0955:\"` -ne 1 ] && echo SDKM_END_CODE_SUCCESS_a09a4197-3e13-42bd-aff5-f8ec8e4c324c || echo SDKM_END_CODE_FAILURE_a09a4197-3e13-42bd-aff5-f8ec8e4c324c_$?\r"
2020-03-06 21:06:46.235 - info: pausing setup
2020-03-06 21:06:46.613 - info: PAUSE
2020-03-06 21:06:46.613 - info: event InstallPaused!
2020-03-06 21:06:55.167 - info: cleaning up engine
2020-03-06 21:06:55.167 - info: installManager cleanup
2020-03-06 21:06:55.168 - info: cleanning up the downloader
2020-03-06 21:06:55.180 - info: The overall duration (Download + Install) is 00:02:04
After putting the TX1 to recovery mode I run the following command to check
lsusb | grep "0955:"
Here is the output from this:
Bus 003 Device 028: ID 0955:7721 NVidia Corp.
I could not figure out what the problem is. Please help…
Thanks.