I’ve ran in to problems with my Nvidia Thor dev-kit. When I try to flash the device it doesn’t manage to establish a connection over adb.
On host side the output is: (full log attached)
[flash_bsp_jetson-t264_die0]: [executeShellCommand(156)] : command = /work/nvidia/Jetson_Linux_R38.2.1_aarch64/Linux_for_Tegra/unified_flash/out/bsp_images/tools/flashtools/flash/adb devices -l
cwd = /work/nvidia/Jetson_Linux_R38.2.1_aarch64/Linux_for_Tegra/unified_flash/out/bsp_images/flash_workspace/flash-images
[flash_bsp_jetson-t264_die0]: [executeShellCommand(163)] : List of devices attached
[flash_bsp_jetson-t264_die0]: [ListADBDevices(180)] : listing connected adb devices with sudo
[flash_bsp_jetson-t264_die0]: [executeShellCommand(156)] : command = /work/nvidia/Jetson_Linux_R38.2.1_aarch64/Linux_for_Tegra/unified_flash/out/bsp_images/tools/flashtools/flash/adb devices -l
cwd = /work/nvidia/Jetson_Linux_R38.2.1_aarch64/Linux_for_Tegra/unified_flash/out/bsp_images/flash_workspace/flash-images
[flash_bsp_jetson-t264_die0]: [executeShellCommand(163)] : List of devices attached
On target side: (full log attached)
insmod /lib/modules/6.8.12-tegra/updates/dri[ 6.112570] tegra��pll_��-qsp��c0 h��i 81��as n��0c5b��o dy��0000��n ra��.spi��mp
��: Adding to iommu group 20
[ 6.126828] tegra-qspi 810c5b0000.spi: Prod settings list not found
vers/spi/spi-tegra210-quad.ko
modprobe: FATAL: Module mods not found in directory /lib/modules/6.8.12-tegra
Finding UDC
insmod /lib/modules/6.8.12-tegra/kernel/drivers/net/dummy.ko numdummies=1
[ 7.328206] file system registered
adbd64 E 01-01 00:00:07 490 490 adbd_auth.cpp:183] Failed to get adbd socket: No such file or directory
[ 8.340522] bcdVersion must be 0x0100, stored in Little Endian order. Userspace driver should be fixed, accepting 0x0001 for compatibility.
to get adbd socket: No such file or directory
adbd64 I 01-01 00:00:07 490 492 usb.cpp:264] initializing functionfs
adbd64 I 01-01 00:00:07 490 492 usb.cpp:285] opening control endpoint /dev/usb-ffs/adb/ep0
libc: Using old property service protocol (“ro.property_service.version” is not set)
adbd64 I 01-01 00:00:07 490 492 usb.cpp:370] functionfs successfully initialized
adbd64 I 01-01 00:00:07 490 492 usb.cpp:377] registering usb transport
[ 9.362110] tegra-xudc a808670000.usb: EP 0 (type: ctrl, dir: out) enabled
I have been able to flash my device at least one time and this is a new thing. What can cause this issue? How to recover from it?
target.log (117.4 KB)
host.log (444.5 KB)