Hi:
We have two Xavier, one kit and one Moudle
use our own carrier board,the developer kit moudle(remove it from the development kit) flash successful ,but the module was failed.
The above is two logs are used for the same image employed by the successful and unsuccessful flash .use the same instraction:sudo ./flash.sh jetson-agx-xavier-devkit mmcblk0p1
we has try another PC, is the same ,stuck in:[ 10.0629 ] tegrarcm_v2 --isapplet
do you have any suggestion for this, thanks
flash_ok.txt (540.3 KB)
flash_fail.txt (63.9 KB)
To know more it is far easier to see a full log rather than a screenshot. You could attach a log to the forum and it would be searchable. Using your flash command, but with logging, try this:
sudo ./flash.sh jetson-agx-xavier-devkit mmcblk0p1 2>&1 | tee log_flash.txt