Hi,
I tried performing the board automation for force-recovery method as instructed in Board Automation — Jetson Linux Developer Guide documentation (nvidia.com)
but when i tried it i got the following error
Traceback (most recent call last):
File “./tools/board_automation/boardctl”, line 56, in
pmxxx = nv_topo(options.target, options.serial, options.index)
File “/home/inbe1e-dt2300cn/orin/Linux_for_Tegra/tools/board_automation/nvtopo.py”, line 187, in init
raise Exception(“No debugger found! If the target is connected and is detected by host (in lsusb as device 0955:7045) then try using sudo or setup udev rule.”)
Exception: No debugger found! If the target is connected and is detected by host (in lsusb as device 0955:7045) then try using sudo or setup udev rule.
i even created an udev rule
thank you