Which two pins should be shorted when jetson nano entering recovery mode?

I jumper FC and GND pins,but it seem without effect.


Who told you to check /dev/ttyACM0 when the board in recovery mode?

Recovery mode is used for board to be able to get flashed by x86 host. You should check lsusb on your host but not /dev/ttyACM0…

使用lsusb命令能看到设备存在,但是执行命令时却又提示设备不存在,这是为什么呢。设备已连接至恢复模式

請問你以前有用過這台host燒過任何jetson platform嗎

没有

那麻煩先檢查一下下面幾個事項好了

  1. 請問micro usb cable有沒有插好

  2. 請問micro usb cable有沒有data line.

  3. 請問host是不是ubuntu VM. 因為我們的tool不支援vm.

工具是不支持VM的吗。
我们以前也是使用的ubuntu VM,并没有出现这个问题,工具能正常使用。现在换了一个VM,就出现这个错误了。

對, 我們的tool本來就沒有支援VM.

有些ubuntu VM能正常工作不代表其他的不會有問題.

hi,我这边更换了物理机,使用命令刷机:
sudo ./flash.sh -k BMP --image bootloader/bmp.blob jetson-nano-qspi-sd mmcblk0p1
提示错误:
Error: Invalid target board - jetson-nano-qspi-sd.
这是什么原因呢。

I’m closing this topic due to there is no update from you for a period, assuming this issue was resolved.
If still need the support, please open a new topic. Thanks

請問一下為什麼要忽然用一個奇怪的command進行燒錄… 你自己知道加了-k BMP --image 的目的是什麼嗎…?

所謂的jetson-nano-qspi-sd之所以能用, 其實是指你的Linux_for_Tegra底下有一個jetson-nano-qspi-sd.conf這個檔案存在… 如果這個檔案不存在的話, 就沒辦法用這個board config燒錄…

舉例來說, 今天如果自己建了一個 jetson-123.conf, 如果它是一個有效的conf 格式的話, 那就可以拿去flash.sh當作參數.

sudo ./flash.sh jetson-123 mmcblk0p1

所以你可以先確認一下到底你的BSP folder底下到底有沒有 jetson-nano-qspi-sd.conf.