flash.sh jetson-xavier mmcblk0p1 finished with error

Previously successful flashed Xavier with Jetson 4.2

However with the same laptop and usb cable I am no longer able to

flash.sh jetson-xavier mmcblk0p1 finished with error

Xavier in recovery mode.
lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 0955:7019 NVidia Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:0a2b Intel Corp.
Bus 001 Device 004: ID 0b05:1837 ASUSTek Computer, Inc.
Bus 001 Device 003: ID 0bda:57fa Realtek Semiconductor Corp.
Bus 001 Device 002: ID 0458:0137 KYE Systems Corp. (Mouse Systems)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

23:28:16 INFO : Device Mode Host Setup in Flash : [ Disk Avail:47.64 GB ]
23:28:16 INFO : Device Mode Host Setup in Flash : Using GenericInstaller to Install NV_DEVICE_MODE_SETUP_IMAGE_COMP
23:28:16 INFO : Device Mode Host Setup in Flash : change working directory to /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888
23:28:16 INFO : Device Mode Host Setup in Flash : [ Component Install Started ]
23:28:16 INFO : Device Mode Host Setup in Flash : current working directory is /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888
23:28:16 INFO : Device Mode Host Setup in Flash : exec_command [host]:
23:28:16 INFO : Device Mode Host Setup in Flash : **********************
23:28:16 INFO : Device Mode Host Setup in Flash : #!/bin/bash
23:28:16 INFO : Device Mode Host Setup in Flash : set -e
23:28:16 INFO : Device Mode Host Setup in Flash : set +e
23:28:16 INFO : Device Mode Host Setup in Flash : eth_port_name=$(ip route show default | awk ‘/default via/ {print $5; exit}’)
23:28:16 INFO : Device Mode Host Setup in Flash : if [[ $eth_port_name == ‘’ ]]; then
23:28:16 INFO : Device Mode Host Setup in Flash : echo ‘Can not found route default $eth_port_name, device mode setup failed!’
23:28:16 INFO : Device Mode Host Setup in Flash : exit 0
23:28:16 INFO : Device Mode Host Setup in Flash : fi
23:28:16 INFO : Device Mode Host Setup in Flash : echo ‘Found route default’ $eth_port_name’, setting up device mode’
23:28:16 INFO : Device Mode Host Setup in Flash : setup_t=‘192.168.55.0/24’
23:28:16 INFO : Device Mode Host Setup in Flash : sudo iptables -t nat -A POSTROUTING -s $setup_t -o $eth_port_name -j MASQUERADE
23:28:16 INFO : Device Mode Host Setup in Flash : sudo iptables -A FORWARD -s $setup_t -o $eth_port_name -j ACCEPT
23:28:16 INFO : Device Mode Host Setup in Flash : sudo iptables -A FORWARD -d $setup_t -m state --state ESTABLISHED,RELATED -i $eth_port_name -j ACCEPT
23:28:16 INFO : Device Mode Host Setup in Flash : sudo sysctl -w net.ipv4.ip_forward=1
23:28:16 INFO : Device Mode Host Setup in Flash : check_google_dns=$(dig @8.8.8.8 nvidia.com || true)
23:28:16 INFO : Device Mode Host Setup in Flash : if [[ $check_google_dns == ‘Got answer’ ]]; then
23:28:16 INFO : Device Mode Host Setup in Flash : echo ‘Device mode on host successfuly set with DNS 8.8.8.8!’
23:28:16 INFO : Device Mode Host Setup in Flash : exit 0
23:28:16 INFO : Device Mode Host Setup in Flash : else
23:28:16 INFO : Device Mode Host Setup in Flash : echo ‘Default google DNS is not working, trying to find a valid server in local host settings!’
23:28:16 INFO : Device Mode Host Setup in Flash : dns_list=$(nmcli -t device show $eth_port_name | grep ‘DNS’ | grep -o ‘[^:]*$’)
23:28:16 INFO : Device Mode Host Setup in Flash : for dns in $dns_list; do
23:28:16 INFO : Device Mode Host Setup in Flash : check_dns=$(dig @$dns nvidia.com || true)
23:28:16 INFO : Device Mode Host Setup in Flash : if [[ $check_dns == ‘Got answer’ ]]; then
23:28:16 INFO : Device Mode Host Setup in Flash : sudo iptables -t nat -A PREROUTING -p tcp -d 8.8.8.8 --dport 53 -j DNAT --to-destination $dns
23:28:16 INFO : Device Mode Host Setup in Flash : sudo iptables -t nat -A PREROUTING -p udp -d 8.8.8.8 --dport 53 -j DNAT --to-destination $dns
23:28:16 INFO : Device Mode Host Setup in Flash : echo ‘Device mode on host successfuly set with DNS’ $dns’!’
23:28:16 INFO : Device Mode Host Setup in Flash : exit 0
23:28:16 INFO : Device Mode Host Setup in Flash : fi
23:28:16 INFO : Device Mode Host Setup in Flash : done
23:28:16 INFO : Device Mode Host Setup in Flash : echo ‘Can not found a valid DNS server, device mode setup failed!’
23:28:16 INFO : Device Mode Host Setup in Flash : echo ‘If needed to use device mode, please change the target default dns to a valid server by following the steps in release note.’
23:28:16 INFO : Device Mode Host Setup in Flash : exit 0
23:28:16 INFO : Device Mode Host Setup in Flash : fi
23:28:16 INFO : Device Mode Host Setup in Flash : **********************
23:28:16 INFO : Device Mode Host Setup in Flash : exec_command: /tmp/tmp_NV_DEVICE_MODE_SETUP_IMAGE_COMP.sh
23:28:16 INFO : Device Mode Host Setup in Flash : Found route default enp4s0, setting up device mode
23:28:16 INFO : Device Mode Host Setup in Flash : [host] [sudo] password for tdwebste:
23:28:16 INFO : Device Mode Host Setup in Flash : *********
23:28:16 INFO : Device Mode Host Setup in Flash : net.ipv4.ip_forward = 1
23:28:16 INFO : Device Mode Host Setup in Flash : Device mode on host successfuly set with DNS 8.8.8.8!
23:28:16 INFO : Device Mode Host Setup in Flash : [ Component Install Finished Successfully ]
23:28:16 INFO : Device Mode Host Setup in Flash : [ 4.00 KB used. Disk Avail: 47.64 GB ]
23:28:16 INFO : Device Mode Host Setup in Flash : [ NV_DEVICE_MODE_SETUP_IMAGE_COMP Install took 0s ]
23:28:16 INFO : Device Mode Host Setup in Flash : command finished successfully
23:28:16 INFO : Device Mode Host Setup in Flash : install ‘Device Mode Host Setup in Flash’ success
23:28:16 INFO : Flash Jetson AGX Xavier : Start to install ‘Flash Jetson AGX Xavier’
23:28:16 DEBUG : Flash Jetson AGX Xavier : running command < cd ‘/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888’ ; ‘/opt/nvidia/sdkmanager/resources/app/output/installUtils/adapter’ -a=‘install’ -c=‘eyJpZCI6Ik5WX0w0VF9GTEFTSF9YQVZJRVJfV0lUSF9PU19JTUFHRV9DT01QIiwibmFtZSI6IkZsYXNoIEpldHNvbiBBR1ggWGF2aWVyIiwiZGVzY3JpcHRpb24iOiJGbGFzaCBKZXRzb24gQUdYIFhhdmllciIsImNvbXBUeXBlIjoiZmxhc2giLCJpc1Zpc2libGUiOnRydWUsImxpY2Vuc2VJZCI6Ik5WX0pFVFBBQ0tfT1NfRVVMQSIsImlzRGV0ZWN0YWJsZUluc3RhbGwiOmZhbHNlLCJpc0luc3RhbGxQYXRoQ3VzdG9taXphYmxlIjp0cnVlLCJlc3RpbWF0ZUluc3RhbGxEdXJhdGlvblNlY29uZHMiOjUwMCwidmVyc2lvbiI6IjMyLjMiLCJvcGVyYXRpbmdTeXN0ZW1zIjpbInVidW50dTE2MDQiLCJ1YnVudHUxODA0Il0sImluc3RhbGxTaXplTUIiOjMwMDUzLCJkb3dubG9hZEZpbGVzIjpbXSwiaW5zdGFsbFBhcmFtZXRlcnMiOnsiaW5zdGFsbERpciI6Int7VEFSR0VUX1JPT1R9fS97e0JVTkRMRV9USVRMRX19X3t7Qk9BUkRfSUR9fS9MaW51eF9mb3JfVGVncmEiLCJwcmVJbnN0YWxsQ29tbWFuZHMiOlt7ImNvbW1lbnQiOiJQZXIgYnVnIDIwMDUwMjUzNiAjOCIsInVzZXJDb21tYW5kIjoic3VkbyBhcHQtZ2V0IGluc3RhbGwgLXkgcHl0aG9uIn1dLCJpbnN0YWxsQ29tbWFuZHMiOlt7InVzZXJDb21tYW5kIjoic3VkbyAuL2ZsYXNoLnNoIGpldHNvbi14YXZpZXIgbW1jYmxrMHAxIn0seyJ1c2VyQ29tbWFuZCI6InNsZWVwIDIwIn1dfSwidGFyZ2V0SWRzIjpbIlAyODg4Il0sImRlcGVuZGVuY2llcyI6W3siaWQiOiJOVl9MNFRfRklMRV9TWVNURU1fQU5EX09TX1QxOTRfQ09NUCIsIm9wZXJhdG9yIjoiPT0iLCJ2ZXIiOiIzMi4zIiwiX2lkIjoiTlZfTDRUX0ZJTEVfU1lTVEVNX0FORF9PU19UMTk0X0NPTVBAUDI4ODgifSx7ImlkIjoiTlZfREVWSUNFX01PREVfU0VUVVBfSU1BR0VfQ09NUCIsIm9wZXJhdG9yIjoiPT0iLCJ2ZXIiOiIxLjAiLCJfaWQiOiJOVl9ERVZJQ0VfTU9ERV9TRVRVUF9JTUFHRV9DT01QQFAyODg4In1dLCJleHRlcm5hbF9kZXBlbmRlbmNpZXMiOltdLCJ0YXJnZXRJRCI6IlAyODg4IiwiX2lkIjoiTlZfTDRUX0ZMQVNIX1hBVklFUl9XSVRIX09TX0lNQUdFX0NPTVBAUDI4ODgiLCJwYXJlbnRJRCI6Ik5WX0pFVFBBQ0tfTDRUX0ZMQVNIX1RBUkdFVF9HUk9VUCIsIl9wYXJlbnRJRCI6Ik5WX0pFVFBBQ0tfTDRUX0ZMQVNIX1RBUkdFVF9HUk9VUEBQMjg4OCIsImluc3RhbGxTdGF0dXMiOiJub25lIiwiYWN0aW9uIjoxLCJidW5kbGVUaXRsZSI6IkpldFBhY2tfNC4zX0xpbnV4IiwiaW5zdGFsbFBhdGgiOiIvaG9tZS90ZHdlYnN0ZS9udmlkaWEvbnZpZGlhX3Nkay9KZXRQYWNrXzQuM19MaW51eF9QMjg4OCIsImluc3RhbGxSb290IjoiL2hvbWUvdGR3ZWJzdGUvbnZpZGlhL252aWRpYV9zZGsiLCJib2FyZElEIjoiUDI4ODgiLCJ0YXJnZXRBY2Nlc3NJbmZvIjp7InVzZXIiOiIiLCJwYXNzd29yZCI6IiIsImhvc3QiOiIxOTIuMTY4LjU1LjEiLCJwb3J0IjoiMjIifSwiaXNEcnlSdW4iOmZhbHNlfQ==’ -i=‘NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP’ -v=‘32.3’ -l=‘/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888’ -L=‘/home/tdwebste/.nvsdkm/logs/JetPack_4.3_Linux’ -p=‘20094’ -t=‘P2888’ -e=‘undefined’ >
23:28:16 INFO : Flash Jetson AGX Xavier : [ Disk Avail:47.64 GB ]
23:28:16 INFO : Flash Jetson AGX Xavier : Using GenericInstaller to Install NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP
23:28:16 INFO : Flash Jetson AGX Xavier : change working directory to /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra
23:28:16 INFO : Flash Jetson AGX Xavier : [ Component PreInstall Started ]
23:28:16 INFO : Flash Jetson AGX Xavier : current working directory is /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra
23:28:16 INFO : Flash Jetson AGX Xavier : exec_command: sudo apt-get install -y python
23:28:16 INFO : Flash Jetson AGX Xavier : Reading package lists…
23:28:16 INFO : Flash Jetson AGX Xavier : Building dependency tree…
23:28:16 INFO : Flash Jetson AGX Xavier : Reading state information…
23:28:16 INFO : Flash Jetson AGX Xavier : python is already the newest version (2.7.15~rc1-1).
23:28:16 INFO : Flash Jetson AGX Xavier : 0 upgraded, 0 newly installed, 0 to remove and 26 not upgraded.
23:28:16 INFO : Flash Jetson AGX Xavier : [ Component PreInstall Finished Successfully ]
23:28:16 INFO : Flash Jetson AGX Xavier : [ Component Install Started ]
23:28:16 INFO : Flash Jetson AGX Xavier : current working directory is /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra
23:28:16 INFO : Flash Jetson AGX Xavier : exec_command: sudo ./flash.sh jetson-xavier mmcblk0p1
23:28:16 INFO : Flash Jetson AGX Xavier : ###############################################################################
23:28:16 INFO : Flash Jetson AGX Xavier : # L4T BSP Information:
23:28:16 INFO : Flash Jetson AGX Xavier : # R32 , REVISION: 3.1
23:28:16 INFO : Flash Jetson AGX Xavier : ###############################################################################
23:28:16 INFO : Flash Jetson AGX Xavier : # Target Board Information:
23:28:16 INFO : Flash Jetson AGX Xavier : # Name: jetson-xavier, Board Family: t186ref, SoC: Tegra 194,
23:28:16 INFO : Flash Jetson AGX Xavier : # OpMode: production, Boot Authentication: NS,
23:28:16 INFO : Flash Jetson AGX Xavier : ###############################################################################
23:28:16 INFO : Flash Jetson AGX Xavier : copying soft_fuses(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)… done.
23:28:16 INFO : Flash Jetson AGX Xavier : ./tegraflash.py --chip 0x19 --applet “/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod.bin” --skipuid --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg --bins “mb2_applet nvtboot_applet_t194.bin” --cmd “dump eeprom boardinfo cvm.bin;reboot recovery”
23:28:17 INFO : Flash Jetson AGX Xavier : Welcome to Tegra Flash
23:28:17 INFO : Flash Jetson AGX Xavier : version 1.0.0
23:28:17 INFO : Flash Jetson AGX Xavier : Type ? or help for help and q or quit to exit
23:28:17 INFO : Flash Jetson AGX Xavier : Use ! to execute system commands
23:28:17 INFO : Flash Jetson AGX Xavier :
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.0032 ] Generating RCM messages
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.0207 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod.bin zerosbk
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.0217 ] Header already present for /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod.bin
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.0478 ]
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.0674 ] tegrasign_v2 --key None --getmode mode.txt
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.0683 ] Assuming zero filled SBK key
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.0907 ]
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.0925 ] tegrasign_v2 --key None --file /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin --offset 2960 --length 1136 --pubkeyhash pub_key.key
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.0938 ] Assuming zero filled SBK key
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.0947 ]
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.0963 ] tegrahost_v2 --chip 0x19 0 --updatesigheader /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.hash zerosbk
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1035 ]
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1204 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg.pdf sfuse.bin
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1235 ]
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1252 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin 0 0
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1267 ] RCM 0 is saved as rcm_0.rcm
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1339 ] RCM 1 is saved as rcm_1.rcm
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1339 ] RCM 2 is saved as rcm_2.rcm
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1339 ] List of rcm files are saved in rcm_list.xml
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1339 ]
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1340 ] Signing RCM messages
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1356 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1371 ] Assuming zero filled SBK key
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1384 ]
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1384 ] Copying signature to RCM mesages
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1400 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1425 ]
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1425 ] Boot Rom communication
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1441 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml --skipuid
23:28:17 INFO : Flash Jetson AGX Xavier : [ 0.1454 ] RCM version 0X190001
23:28:19 INFO : Flash Jetson AGX Xavier : [ 0.1470 ] Boot Rom communication completed
23:28:19 INFO : Flash Jetson AGX Xavier : [ 1.1614 ]
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.1643 ] tegrarcm_v2 --isapplet
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.1658 ] Applet version 01.00.0000
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.1853 ]
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.1878 ] tegrarcm_v2 --ismb2
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2254 ]
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2277 ] tegrahost_v2 --chip 0x19 --align nvtboot_applet_t194.bin
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2404 ]
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2426 ] tegrahost_v2 --chip 0x19 0 --magicid PLDT --appendsigheader nvtboot_applet_t194.bin zerosbk
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2441 ] adding BCH for nvtboot_applet_t194.bin
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2496 ]
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2531 ] tegrasign_v2 --key None --list nvtboot_applet_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2548 ] Assuming zero filled SBK key
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2557 ]
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2580 ] tegrahost_v2 --chip 0x19 0 --updatesigheader nvtboot_applet_t194_sigheader.bin.encrypt nvtboot_applet_t194_sigheader.bin.hash zerosbk
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2635 ]
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2651 ] tegrarcm_v2 --download mb2 nvtboot_applet_t194_sigheader.bin.encrypt
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2664 ] Applet version 01.00.0000
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2813 ] Sending mb2
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2814 ] […] 100%
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2944 ]
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2960 ] tegrarcm_v2 --boot recovery
23:28:19 INFO : Flash Jetson AGX Xavier : [ 2.2972 ] Applet version 01.00.0000
23:28:20 INFO : Flash Jetson AGX Xavier : [ 2.3030 ]
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.3060 ] tegrarcm_v2 --isapplet
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.3103 ]
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.3125 ] tegrarcm_v2 --ismb2
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.3140 ] MB2 Applet version 01.00.0000
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.3497 ]
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.3518 ] tegrarcm_v2 --ismb2
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.3533 ] MB2 Applet version 01.00.0000
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.3738 ]
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.3756 ] Retrieving EEPROM data
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.3758 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/cvm.bin
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.3772 ] MB2 Applet version 01.00.0000
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.4119 ] Saved platform info in /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/cvm.bin
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.4464 ]
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.4465 ] Rebooting to recovery mode
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.4482 ] tegrarcm_v2 --ismb2
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.4496 ] MB2 Applet version 01.00.0000
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.4524 ]
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.4524 ] Rebooting to recovery mode
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.4548 ] tegrarcm_v2 --reboot recovery
23:28:20 INFO : Flash Jetson AGX Xavier : [ 3.4565 ] MB2 Applet version 01.00.0000
23:28:22 ERROR : Flash Jetson AGX Xavier : /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/tegraflash_internal.py:1845: SyntaxWarning: “is not” with a literal. Did you mean “!=”?
23:28:22 INFO : Flash Jetson AGX Xavier : if sig_type is not “zerosbk”:
23:28:22 INFO : Flash Jetson AGX Xavier : /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/tegraflash_internal.py:1848: SyntaxWarning: “is” with a literal. Did you mean “==”?
23:28:22 INFO : Flash Jetson AGX Xavier : if sig_type is “oem-rsa”:
23:28:22 INFO : Flash Jetson AGX Xavier : /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/tegraflash_internal.py:2279: SyntaxWarning: “is not” with a literal. Did you mean “!=”?
23:28:22 INFO : Flash Jetson AGX Xavier : while count is not 0 and not check_ismb2():
23:28:22 INFO : Flash Jetson AGX Xavier : /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/tegraflash_internal.py:2288: SyntaxWarning: “is not” with a literal. Did you mean “!=”?
23:28:22 INFO : Flash Jetson AGX Xavier : while count is not 0:
23:28:22 INFO : Flash Jetson AGX Xavier : [ 3.4969 ]
23:28:22 ERROR : Flash Jetson AGX Xavier : Board ID(2888) version(400) sku(0001) revision(L.0)
23:28:22 INFO : Flash Jetson AGX Xavier : creating dummy /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/badpage.bin
23:28:22 ERROR : Flash Jetson AGX Xavier : 1+0 records in
23:28:22 INFO : Flash Jetson AGX Xavier : 1+0 records out
23:28:22 INFO : Flash Jetson AGX Xavier : 4096 bytes (4.1 kB, 4.0 KiB) copied, 0.000143792 s, 28.5 MB/s
23:28:22 INFO : Flash Jetson AGX Xavier : copying bctfile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-memcfg-p2888.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying bctfile1(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-memcfg-sw-override.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying uphy_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying device_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-bct-device-sdmmc.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying misc_cold_boot_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-l4t.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying misc_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-flash.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying pinmux_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying gpioint_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying pmic_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying pmc_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying prod_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying scr_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying scr_cold_boot_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying bootrom_config(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : copying dev_params(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-br-bct-sdmmc.cfg)… done.
23:28:22 INFO : Flash Jetson AGX Xavier : Existing bootloader(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
23:28:22 INFO : Flash Jetson AGX Xavier : copying initrd(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/l4t_initrd.img)… done.
23:28:23 INFO : Flash Jetson AGX Xavier : populating kernel to rootfs… done.
23:28:24 INFO : Flash Jetson AGX Xavier : Welcome to Tegra Flash
23:28:24 INFO : Flash Jetson AGX Xavier : version 1.0.0
23:28:24 INFO : Flash Jetson AGX Xavier : Type ? or help for help and q or quit to exit
23:28:24 INFO : Flash Jetson AGX Xavier : Use ! to execute system commands
23:28:24 INFO : Flash Jetson AGX Xavier :
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.0030 ] Generating signature
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.0038 ] tegrasign_v2 --key --getmode mode.txt
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.0044 ] Assuming zero filled SBK key
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.0046 ]
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.0048 ] header_magic: 805514
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.0056 ] tegrahost_v2 --chip 0x19 --align 1_Image
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.0066 ]
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.0076 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_Image zerosbk
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.0082 ] adding BCH for 1_Image
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.7320 ]
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.7336 ] tegrasign_v2 --key --list 1_Image_sigheader_list.xml --pubkeyhash pub_key.key
23:28:24 INFO : Flash Jetson AGX Xavier : [ 0.7343 ] Assuming zero filled SBK key
23:28:25 INFO : Flash Jetson AGX Xavier : [ 0.7662 ]
23:28:25 INFO : Flash Jetson AGX Xavier : [ 0.7672 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_Image_sigheader.encrypt 1_Image_sigheader.hash zerosbk
23:28:25 INFO : Flash Jetson AGX Xavier : [ 1.5205 ]
23:28:25 INFO : Flash Jetson AGX Xavier : [ 1.5512 ] Signed file: /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/Image_sigheader.encrypt
23:28:25 INFO : Flash Jetson AGX Xavier : Generate header for Image_sigheader.encrypt
23:28:25 INFO : Flash Jetson AGX Xavier : Generate 16-byte-size-aligned base file for Image_sigheader.encrypt
23:28:26 INFO : Flash Jetson AGX Xavier : Remove temporary file
23:28:26 INFO : Flash Jetson AGX Xavier : done.
23:28:26 INFO : Flash Jetson AGX Xavier : populating initrd to rootfs… done.
23:28:26 INFO : Flash Jetson AGX Xavier : populating /home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb to rootfs… done.
23:28:27 INFO : Flash Jetson AGX Xavier : Making Boot image… done.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing sosfile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing tegraboot(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/nvtboot_t194.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing cpu_bootloader(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing mb2blfile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/nvtboot_recovery_t194.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing mtspreboot(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/preboot_c10_prod_cr.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing mcepreboot(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/mce_c10_prod_cr.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing mtsproper(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/mts_c10_prod_cr.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing mb1file(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing bpffile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/bpmp_t194.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : copying bpfdtbfile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/tegra194-a02-bpmp-p2888-a04.dtb)… done.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing scefile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing camerafw(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/camera-rtcpu-rce.img) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing spefile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/spe_t194.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing drameccfile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/dram-ecc.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing badpagefile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/badpage.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing wb0boot(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/warmboot_t194_prod.bin) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing tosfile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/tos-trusty_t194.img) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : Existing eksfile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/eks.img) reused.
23:28:27 INFO : Flash Jetson AGX Xavier : copying soft_fuses(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)… done.
23:28:27 INFO : Flash Jetson AGX Xavier : copying dtbfile(/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)… done.
23:28:28 INFO : Flash Jetson AGX Xavier : Copying nv_boot_control.conf to rootfs
23:28:28 INFO : Flash Jetson AGX Xavier : Welcome to Tegra Flash
23:28:28 INFO : Flash Jetson AGX Xavier : version 1.0.0
23:28:28 INFO : Flash Jetson AGX Xavier : Type ? or help for help and q or quit to exit
23:28:28 INFO : Flash Jetson AGX Xavier : Use ! to execute system commands
23:28:28 INFO : Flash Jetson AGX Xavier :
23:28:28 INFO : Flash Jetson AGX Xavier : [ 0.0028 ] Generating signature
23:28:28 INFO : Flash Jetson AGX Xavier : [ 0.0036 ] tegrasign_v2 --key --getmode mode.txt
23:28:28 INFO : Flash Jetson AGX Xavier : [ 0.0043 ] Assuming zero filled SBK key
23:28:28 INFO : Flash Jetson AGX Xavier : [ 0.0044 ]
23:28:28 INFO : Flash Jetson AGX Xavier : [ 0.0047 ] header_magic: d00dfeed
23:28:28 INFO : Flash Jetson AGX Xavier : [ 0.0056 ] tegrahost_v2 --chip 0x19 --align 1_tegra194-p2888-0001-p2822-0000.dtb
23:28:28 INFO : Flash Jetson AGX Xavier : [ 0.0064 ]
23:28:28 INFO : Flash Jetson AGX Xavier : [ 0.0072 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_tegra194-p2888-0001-p2822-0000.dtb zerosbk
23:28:28 INFO : Flash Jetson AGX Xavier : [ 0.0078 ] adding BCH for 1_tegra194-p2888-0001-p2822-0000.dtb
23:28:28 INFO : Flash Jetson AGX Xavier : [ 0.0138 ]
3:50:19 INFO : Flash Jetson AGX Xavier : [ 1048.9097 ]
23:50:19 INFO : Flash Jetson AGX Xavier : Error: Return value 3
23:50:19 INFO : Flash Jetson AGX Xavier : Command tegradevflash_v2 --pt flash.xml.bin --create
23:50:19 INFO : Flash Jetson AGX Xavier : Failed flashing t186ref.
23:50:19 INFO : Flash Jetson AGX Xavier : exit status 1
23:50:19 INFO : Flash Jetson AGX Xavier : [ Component Install Finished with Error ]
23:50:19 INFO : Flash Jetson AGX Xavier : [ 228.00 KB used. Disk Avail: 47.64 GB ]
23:50:19 INFO : Flash Jetson AGX Xavier : [ NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP Install took 22m3s ]
23:50:19 ERROR : Flash Jetson AGX Xavier : Run commands failed at step Install: command sudo ./flash.sh jetson-xavier mmcblk0p1 finished with error
23:50:19 INFO : Flash Jetson AGX Xavier :
23:50:19 ERROR : Flash Jetson AGX Xavier : command terminated with error
23:50:19 ERROR : Flash Jetson AGX Xavier : install ‘Flash Jetson AGX Xavier’ failure, command < cd ‘/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888’ ; ‘/opt/nvidia/sdkmanager/resources/app/output/installUtils/adapter’ -a=‘install’ -c=‘eyJpZCI6Ik5WX0w0VF9GTEFTSF9YQVZJRVJfV0lUSF9PU19JTUFHRV9DT01QIiwibmFtZSI6IkZsYXNoIEpldHNvbiBBR1ggWGF2aWVyIiwiZGVzY3JpcHRpb24iOiJGbGFzaCBKZXRzb24gQUdYIFhhdmllciIsImNvbXBUeXBlIjoiZmxhc2giLCJpc1Zpc2libGUiOnRydWUsImxpY2Vuc2VJZCI6Ik5WX0pFVFBBQ0tfT1NfRVVMQSIsImlzRGV0ZWN0YWJsZUluc3RhbGwiOmZhbHNlLCJpc0luc3RhbGxQYXRoQ3VzdG9taXphYmxlIjp0cnVlLCJlc3RpbWF0ZUluc3RhbGxEdXJhdGlvblNlY29uZHMiOjUwMCwidmVyc2lvbiI6IjMyLjMiLCJvcGVyYXRpbmdTeXN0ZW1zIjpbInVidW50dTE2MDQiLCJ1YnVudHUxODA0Il0sImluc3RhbGxTaXplTUIiOjMwMDUzLCJkb3dubG9hZEZpbGVzIjpbXSwiaW5zdGFsbFBhcmFtZXRlcnMiOnsiaW5zdGFsbERpciI6Int7VEFSR0VUX1JPT1R9fS97e0JVTkRMRV9USVRMRX19X3t7Qk9BUkRfSUR9fS9MaW51eF9mb3JfVGVncmEiLCJwcmVJbnN0YWxsQ29tbWFuZHMiOlt7ImNvbW1lbnQiOiJQZXIgYnVnIDIwMDUwMjUzNiAjOCIsInVzZXJDb21tYW5kIjoic3VkbyBhcHQtZ2V0IGluc3RhbGwgLXkgcHl0aG9uIn1dLCJpbnN0YWxsQ29tbWFuZHMiOlt7InVzZXJDb21tYW5kIjoic3VkbyAuL2ZsYXNoLnNoIGpldHNvbi14YXZpZXIgbW1jYmxrMHAxIn0seyJ1c2VyQ29tbWFuZCI6InNsZWVwIDIwIn1dfSwidGFyZ2V0SWRzIjpbIlAyODg4Il0sImRlcGVuZGVuY2llcyI6W3siaWQiOiJOVl9MNFRfRklMRV9TWVNURU1fQU5EX09TX1QxOTRfQ09NUCIsIm9wZXJhdG9yIjoiPT0iLCJ2ZXIiOiIzMi4zIiwiX2lkIjoiTlZfTDRUX0ZJTEVfU1lTVEVNX0FORF9PU19UMTk0X0NPTVBAUDI4ODgifSx7ImlkIjoiTlZfREVWSUNFX01PREVfU0VUVVBfSU1BR0VfQ09NUCIsIm9wZXJhdG9yIjoiPT0iLCJ2ZXIiOiIxLjAiLCJfaWQiOiJOVl9ERVZJQ0VfTU9ERV9TRVRVUF9JTUFHRV9DT01QQFAyODg4In1dLCJleHRlcm5hbF9kZXBlbmRlbmNpZXMiOltdLCJ0YXJnZXRJRCI6IlAyODg4IiwiX2lkIjoiTlZfTDRUX0ZMQVNIX1hBVklFUl9XSVRIX09TX0lNQUdFX0NPTVBAUDI4ODgiLCJwYXJlbnRJRCI6Ik5WX0pFVFBBQ0tfTDRUX0ZMQVNIX1RBUkdFVF9HUk9VUCIsIl9wYXJlbnRJRCI6Ik5WX0pFVFBBQ0tfTDRUX0ZMQVNIX1RBUkdFVF9HUk9VUEBQMjg4OCIsImluc3RhbGxTdGF0dXMiOiJub25lIiwiYWN0aW9uIjoxLCJidW5kbGVUaXRsZSI6IkpldFBhY2tfNC4zX0xpbnV4IiwiaW5zdGFsbFBhdGgiOiIvaG9tZS90ZHdlYnN0ZS9udmlkaWEvbnZpZGlhX3Nkay9KZXRQYWNrXzQuM19MaW51eF9QMjg4OCIsImluc3RhbGxSb290IjoiL2hvbWUvdGR3ZWJzdGUvbnZpZGlhL252aWRpYV9zZGsiLCJib2FyZElEIjoiUDI4ODgiLCJ0YXJnZXRBY2Nlc3NJbmZvIjp7InVzZXIiOiIiLCJwYXNzd29yZCI6IiIsImhvc3QiOiIxOTIuMTY4LjU1LjEiLCJwb3J0IjoiMjIifSwiaXNEcnlSdW4iOmZhbHNlfQ==’ -i=‘NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP’ -v=‘32.3’ -l=‘/home/tdwebste/nvidia/nvidia_sdk/JetPack_4.3_Linux_P2888’ -L=‘/home/tdwebste/.nvsdkm/logs/JetPack_4.3_Linux’ -p=‘20094’ -t=‘P2888’ -e=‘undefined’ > terminated with error
23:50:19 INFO : Device Mode Host Setup in Target SDK : install ‘Device Mode Host Setup in Target SDK’ Skipped

hello tdwebste,

could you please have a try to make system image without flashing the board on your laptop.
please include below options for testing,
thanks

--no-flash ----------- perform all steps except physically flashing the board.
                               This will create a system.img.

21:49:51 INFO : Automatic trying to flash the target device with Manual Flash option…
21:49:51 DEBUG : running command < [ lsusb | grep -c "0955:" -ne 1 ] >
21:49:51 DEBUG : command terminated with error
21:49:51 INFO : Only one nvidia device detected, as expected.
21:49:51 DEBUG : running command < lsusb | grep 0955:7020 >
21:49:51 DEBUG : command terminated with error
21:49:51 INFO : Jetson device is in recovery mode.
21:49:51 DEBUG : running command < lsusb | grep 0955:7019 >
21:49:51 INFO : Bus 003 Device 003: ID 0955:7019 NVidia Corp.

There is a problem. Appears the BootRom is not running.

On boot (pressing power button only)
$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 0955:7019 NVidia Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:0a2b Intel Corp.
Bus 001 Device 004: ID 0b05:1837 ASUSTek Computer, Inc.
Bus 001 Device 003: ID 0bda:57fa Realtek Semiconductor Corp.
Bus 001 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

I have attempted to detect the device by nmap, but I do not see an IP appear.

I have tried this with multiple USB cables and and computers.
Finally the Xavier does not mounted as /media fs device.

It did previously before this problem.

What is the best way to confirm that the Xavier is fully booted?

Serial console is the best method of determining boot. If you monitor “dmesg --follow” on your host PC, and then connect the micro-B USB cable (assuming the Xavier is running normally and booted), then you should see a series of serial UART devices (it is an FTDI serial UART over USB). The first serial device is used at 115200 8N1. So for example, if the device shows up as “/dev/ttyUSB4” (which will vary), and if you use gtkterm, then this will work:

gtkterm -b 8 -t 1 -s 115200 -p /dev/ttyUSB4

Note that a boot log from gtkterm is fairly simple, you just tell it to log prior to turning on the Jetson, and then boot the Jetson.

FYI, a recovery mode Jetson is not a “/media” bulk storage device. It is a custom USB device and understood only by the driver package (which is one of the things JetPack/SDK Manager downloads and acts as a front end to).

Fully booted the micro-B USB has a demo small mass storage device the host PC would see (basically it is just a README on an otherwise small and empty filesystem).

Able to boot.
After reboot.
Notice that locks held /var/lib/dpkg/lock-frontend /varlib/dpkg/lock

But usb is /dev/ttyACM0
not
/dev/ttyUSB0

Unless NVIDIA has changed chipsets for the serial UART inside of the Xavier a ttyACM# is from some other serial UART and not from the Xavier serial console. Can anyone from NVIDIA confirm that the serial console UART is still FTDI?

The basic process is that a driver on the host PC is used for a given USB serial UART. In some cases a manufacturer may rename that UART based on their products, and ttyACM as a rename of a ttyUSB implies a non-FTDI manufactured serial UART. If you monitor (on the host PC) “dmesg --follow” and then plug in the micro-B USB from Xavier to host (the Xavier should have power, but not be booted), then this is the output you should see for the quad UART:

[ 9968.368477] usb 1-11: new high-speed USB device number 11 using xhci_hcd
[ 9968.578905] usb 1-11: New USB device found, idVendor=0403, idProduct=6011, bcdDevice= 8.00
[ 9968.578910] usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9968.578913] usb 1-11: Product: Quad RS232-HS
[ 9968.578915] usb 1-11: Manufacturer: FTDI
[ 9968.637934] ftdi_sio 1-11:1.0: FTDI USB Serial Device converter detected
[ 9968.637952] usb 1-11: Detected FT4232H
[ 9968.643066] usb 1-11: FTDI USB Serial Device converter now attached to ttyUSB5
[ 9968.645929] ftdi_sio 1-11:1.1: FTDI USB Serial Device converter detected
[ 9968.645952] usb 1-11: Detected FT4232H
[ 9968.650986] usb 1-11: FTDI USB Serial Device converter now attached to ttyUSB6
[ 9968.653932] ftdi_sio 1-11:1.2: FTDI USB Serial Device converter detected
[ 9968.653952] usb 1-11: Detected FT4232H
[ 9968.658967] usb 1-11: FTDI USB Serial Device converter now attached to ttyUSB7
[ 9968.661932] ftdi_sio 1-11:1.3: FTDI USB Serial Device converter detected
[ 9968.661952] usb 1-11: Detected FT4232H
[ 9968.666981] usb 1-11: FTDI USB Serial Device converter now attached to ttyUSB8

(I already have 4 serial USB UARTs, so it starts numbering at 5)

Do you see “FTDI” and “FT4232H” listed?


Regarding the dpkg lock, this could cause failure to install packages and this is probably the end problem. Perhaps this problem is back…just noticed you are using JetPack 4.2 which is recent.

In older releases there is an attempt to update everything during the first boot. The enormous number of Ubuntu packages needing update implies this could literally take hours on a slow network connection, and still take nearly an hour on a fast network connection. Mistaking this long update for a locked up or failed system was a common event in those earlier packages. Cutting power in the middle of an update might itself complicate things by leaving packages in a bad state.

If you choose to flash again to get around this, then you can edit “Linux_for_Tegra/rootfs/etc/apt/apt.conf.d/20auto-upgrades” and change to this line to prevent long automatic updates on first boot:

APT::Periodic::Unattended-Upgrade "0";

(note that you can change this back after you finish flash and other package installs, but it might be better to simply let it update for a couple of hours and then come back to package installs)

Progress stops here …

[ 1073.622486] usb 1-2: USB disconnect, device number 9
[ 1073.929151] usb 1-2: new high-speed USB device number 10 using xhci_hcd
[ 1074.078008] usb 1-2: New USB device found, idVendor=0955, idProduct=7019, bcdDevice= 1.02
[ 1074.078010] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1074.078012] usb 1-2: Product: APX
[ 1074.078013] usb 1-2: Manufacturer: NVIDIA Corp.
[ 1082.449026] EXT4-fs (loop4): mounted filesystem with ordered data mode. Opts: (null)
[ 1456.743916] usb 1-2: USB disconnect, device number 10

The summarized log below…

$ dmesg --follow

[ 0.474702] ACPI: bus type USB registered
[ 0.474702] usbcore: registered new interface driver usbfs
[ 0.474702] usbcore: registered new interface driver hub
[ 0.474702] usbcore: registered new device dr: _SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
[ 0.474702] SCSI subsystem initialized
[ 0.474702] libata version 3.00 loaded.
[ 0.474702] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.474702] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.474702] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.474702] vgaarb: loaded
[ 0.474702] ACPI: bus type USB registered
[ 0.474702] usbcore: registered new interface driver usbfs
[ 0.474702] usbcore: registered new interface driver hub
[ 0.474702] usbcore: registered new device driver usb

[ 1.303952] tun: Universal TUN/TAP device driver, 1.6
[ 1.303966] PPP generic driver version 2.4.2
[ 1.303987] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.303988] ehci-pci: EHCI PCI platform driver
[ 1.303994] ehci-platform: EHCI generic platform driver
[ 1.303999] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 1.304000] ohci-pci: OHCI PCI platform driver
[ 1.304005] ohci-platform: OHCI generic platform driver
[ 1.304009] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.304117] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.304120] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.305169] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[ 1.305172] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.305296] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[ 1.305297] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.305298] usb usb1: Product: xHCI Host Controller
[ 1.305298] usb usb1: Manufacturer: Linux 5.3.0-40-generic xhci-hcd
[ 1.305299] usb usb1: SerialNumber: 0000:00:14.0
[ 1.305387] hub 1-0:1.0: USB hub found
[ 1.305401] hub 1-0:1.0: 16 ports detected
[ 1.306242] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.306243] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.306245] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.306264] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
[ 1.306265] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.306266] usb usb2: Product: xHCI Host Controller
[ 1.306266] usb usb2: Manufacturer: Linux 5.3.0-40-generic xhci-hcd
[ 1.306267] usb usb2: SerialNumber: 0000:00:14.0
[ 1.306346] hub 2-0:1.0: USB hub found
[ 1.306356] hub 2-0:1.0: 10 ports detected

[ 1.519119] libphy: r8169: probed
[ 1.519338] r8169 0000:04:00.0 eth0: RTL8168gu/8111gu, 70:8b:cd:0f:54:61, XID 509, IRQ 131
[ 1.519339] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.529992] scsi host0: ahci
[ 1.530233] scsi host1: ahci
[ 1.530282] ata1: SATA max UDMA/133 abar m2048@0xda133000 port 0xda133100 irq 128
[ 1.530283] ata2: SATA max UDMA/133 abar m2048@0xda133000 port 0xda133180 irq 128
[ 1.558393] r8169 0000:04:00.0 enp4s0: renamed from eth0
[ 1.645558] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.645672] acpi device:15: registered as cooling_device8
[ 1.731435] nvme nvme0: 7/0/0 default/read/poll queues
[ 1.731528] nvme nvme1: 7/0/0 default/read/poll queues
[ 1.732518] nvme0n1: p1 p2 p3 p4 p5 p6
[ 1.732573] nvme1n1: p1 p2 p3 p4 p5 p6
[ 1.789649] acpi device:17: registered as cooling_device9
[ 1.789712] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input4
[ 1.794217] usb 1-1: New USB device found, idVendor=0403, idProduct=6011, bcdDevice= 8.00
[ 1.794218] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.794219] usb 1-1: Product: Quad RS232-HS
[ 1.794220] usb 1-1: Manufacturer: FTDI
[ 1.844375] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.844437] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.845628] ata1.00: ATA-8: HGST HTS721010A9E630, JB0OA3J0, max UDMA/133
[ 1.845630] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.847128] ata1.00: configured for UDMA/133
[ 1.847387] scsi 0:0:0:0: Direct-Access ATA HGST HTS721010A9 A3J0 PQ: 0 ANSI: 5
[ 1.847691] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.848004] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1.848005] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.848055] sd 0:0:0:0: [sda] Write Protect is off
[ 1.848056] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.848176] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 1.918792] ata2.00: ATA-10: ST2000LX001-1RG174, SDM1, max UDMA/133
[ 1.918794] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.921540] usb 1-4: new high-speed USB device number 3 using xhci_hcd
[ 1.960565] sda: sda1 sda2
[ 1.961160] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.007161] ata2.00: configured for UDMA/133
[ 2.007404] scsi 1:0:0:0: Direct-Access ATA ST2000LX001-1RG1 SDM1 PQ: 0 ANSI: 5
[ 2.007639] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 2.007682] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 2.007683] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.007768] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.007769] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.007907] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 2.009037] sdb: sdb1 sdb2
[ 2.009360] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 2.108063] usb 1-4: New USB device found, idVendor=0bda, idProduct=57fa, bcdDevice= 0.02
[ 2.108081] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 2.108081] usb 1-4: Product: USB2.0 HD UVC WebCam
[ 2.108082] usb 1-4: Manufacturer: 04081-0009510016271002517
[ 2.108083] usb 1-4: SerialNumber: 200901010001
[ 2.237545] usb 1-5: new low-speed USB device number 4 using xhci_hcd
[ 2.237553] tsc: Refined TSC clocksource calibration: 2711.999 MHz
[ 2.237557] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x271785701be, max_idle_ns: 440795203568 ns
[ 2.237603] clocksource: Switched to clocksource tsc
[ 2.389404] usb 1-5: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[ 2.389405] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.389406] usb 1-5: Product: USB Optical Mouse
[ 2.389407] usb 1-5: Manufacturer: Logitech
[ 2.517540] usb 1-8: new full-speed USB device number 5 using xhci_hcd
[ 2.691081] usb 1-8: New USB device found, idVendor=0b05, idProduct=1837, bcdDevice= 0.04
[ 2.691082] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.691099] usb 1-8: Product: ROG MacroKey
[ 2.691099] usb 1-8: Manufacturer: ASASTeK COMPUTER INC.
[ 2.829539] usb 1-9: new full-speed USB device number 6 using xhci_hcd
[ 2.978800] usb 1-9: config 1 interface 1 altsetting 0 endpoint 0x3 has wMaxPacketSize 0, skipping
[ 2.978815] usb 1-9: config 1 interface 1 altsetting 0 endpoint 0x83 has wMaxPacketSize 0, skipping
[ 2.978817] usb 1-9: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.01
[ 2.978818] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.003768] usbcore: registered new interface driver usbhid
[ 3.003769] usbhid: USB HID core driver
[ 3.005529] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:046D:C077.0001/input/input5
[ 3.005604] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-5/input0
[ 3.007189] asus_wmi: ASUS WMI generic driver loaded
[ 3.007913] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1837.0002/input/input6
[ 3.065800] asus 0003:0B05:1837.0002: input,hidraw1: USB HID v1.10 Keyboard [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:00:14.0-8/input0
[ 3.074955] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1837.0003/input/input7
[ 3.133829] asus 0003:0B05:1837.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:00:14.0-8/input1
[ 3.133902] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:0B05:1837.0004/input/input8
[ 3.134050] asus 0003:0B05:1837.0004: input,hidraw3: USB HID v1.10 Mouse [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:00:14.0-8/input2

[ 5.466868] usbcore: registered new interface driver usbserial_generic
[ 5.466874] usbserial: USB Serial support registered for generic
[ 5.467690] mc: Linux media interface: v0.10
[ 5.474896] usbcore: registered new interface driver ftdi_sio
[ 5.474907] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 5.474932] ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected
[ 5.474951] usb 1-1: Detected FT4232H
[ 5.474998] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 5.475231] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 5.478210] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
[ 5.478239] ftdi_sio 1-1:1.1: FTDI USB Serial Device converter detected
[ 5.478274] usb 1-1: Detected FT4232H
[ 5.478296] videodev: Linux video capture interface: v2.00
[ 5.478387] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB1
[ 5.478404] ftdi_sio 1-1:1.2: FTDI USB Serial Device converter detected
[ 5.478416] usb 1-1: Detected FT4232H
[ 5.478495] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB2
[ 5.478509] ftdi_sio 1-1:1.3: FTDI USB Serial Device converter detected
[ 5.478536] usb 1-1: Detected FT4232H
[ 5.478629] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB3

[ 5.792169] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input12
[ 5.792262] usbcore: registered new interface driver uvcvideo
[ 5.792262] USB Video Class driver (1.1.1)
[ 5.793453] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input13
[ 5.795997] usbcore: registered new interface driver btusb
[ 5.809494] Bluetooth: hci0: Firmware revision 0.0 build 176 week 45 2017

[ 220.959604] nvidia-uvm: Unloaded the UVM driver.
[ 606.908288] BTRFS info (device sdb2): disk space caching is enabled
[ 606.908290] BTRFS info (device sdb2): has skinny extents
[ 891.730531] usb 1-1: USB disconnect, device number 2
[ 891.730622] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[ 891.730631] ftdi_sio 1-1:1.0: device disconnected
[ 891.730775] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1
[ 891.730787] ftdi_sio 1-1:1.1: device disconnected
[ 891.730882] ftdi_sio ttyUSB2: FTDI USB Serial Device converter now disconnected from ttyUSB2
[ 891.730889] ftdi_sio 1-1:1.2: device disconnected
[ 891.730942] ftdi_sio ttyUSB3: FTDI USB Serial Device converter now disconnected from ttyUSB3
[ 891.730966] ftdi_sio 1-1:1.3: device disconnected
[ 893.742888] usb 1-1: new high-speed USB device number 8 using xhci_hcd
[ 893.891283] usb 1-1: New USB device found, idVendor=0403, idProduct=6011, bcdDevice= 8.00
[ 893.891284] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 893.891286] usb 1-1: Product: Quad RS232-HS
[ 893.891286] usb 1-1: Manufacturer: FTDI
[ 893.893852] ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected
[ 893.893884] usb 1-1: Detected FT4232H
[ 893.893968] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
[ 893.894063] ftdi_sio 1-1:1.1: FTDI USB Serial Device converter detected
[ 893.894074] usb 1-1: Detected FT4232H
[ 893.894152] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB1
[ 893.894238] ftdi_sio 1-1:1.2: FTDI USB Serial Device converter detected
[ 893.894249] usb 1-1: Detected FT4232H
[ 893.894320] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB2
[ 893.894427] ftdi_sio 1-1:1.3: FTDI USB Serial Device converter detected
[ 893.894437] usb 1-1: Detected FT4232H
[ 893.894516] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB3
[ 897.838750] usb 1-2: new high-speed USB device number 9 using xhci_hcd
[ 897.987559] usb 1-2: New USB device found, idVendor=0955, idProduct=7019, bcdDevice= 1.02
[ 897.987561] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 897.987562] usb 1-2: Product: APX
[ 897.987563] usb 1-2: Manufacturer: NVIDIA Corp.
[ 920.061663] bpfilter: Loaded bpfilter_umh pid 27230
[ 1064.716362] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 35)
[ 1064.716363] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 35)
[ 1064.716364] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 35)
[ 1064.716365] mce threshold, cpu clock throttled (total events = 35)
[ 1064.719318] mce: CPU0: Core temperature/speed normal
[ 1064.719319] mce: CPU6: Package temperature/speed normal
[ 1064.719320] mce: CPU1: Package temperature/speed normal
[ 1064.719321] mce: CPU2: Package temperature/speed normal
[ 1064.719321] mce: CPU5: Package temperature/speed normal
[ 1064.719322] mce: CPU4: Core temperature/speed normal
[ 1064.719323] mce: CPU3: Package temperature/speed normal
[ 1064.719323] mce: CPU7: Package temperature/speed normal
[ 1064.719324] mce: CPU4: Package temperature/speed normal
[ 1064.719325] mce: CPU0: Package temperature/speed normal
[ 1073.622486] usb 1-2: USB disconnect, device number 9
[ 1073.929151] usb 1-2: new high-speed USB device number 10 using xhci_hcd
[ 1074.078008] usb 1-2: New USB device found, idVendor=0955, idProduct=7019, bcdDevice= 1.02
[ 1074.078010] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1074.078012] usb 1-2: Product: APX
[ 1074.078013] usb 1-2: Manufacturer: NVIDIA Corp.
[ 1082.449026] EXT4-fs (loop4): mounted filesystem with ordered data mode. Opts: (null)
[ 1456.743916] usb 1-2: USB disconnect, device number 10
^C

sudo minicom -D /dev/ttyUSB[0-3] all show connection offline

It looks like it is reenumerating, which it will normally do during a flash or if any USB device in common with the root_hub is changed. Is this a VM? VMs have problems with reenumeration if not set up properly for it.

Minicom works well, but it has some complexity if not used right (such as sending modem init strings). I recommend trying with gtkterm since I know it works. If you monitor “dmesg --follow” while connecting the micro-B USB cable with the recovery mode Jetson, then the lowest number of the newly detected “/dev/ttyUSB#” is the correct one for serial console. Assuming it is “/dev/ttyUSB0”, and if minicom does not show anything, then try gtkterm like this:

sudo apt-get install gtkterm
# Skip "sudo" for the next part if your user is a member of group "dialout":
sudo gtkterm -b 8 -t 1 -s 115200 -p /dev/ttyUSB0

You can run this prior to starting the flash, right after the Jetson’s micro-B USB is attached.

Problem solved.

This is the discovery.

I could make the nvidia xavier boot install with any of my USB-C to USB-A cables, but these cable did not detect a USBIP device.
The USB-C to USB-C cables would not make the nvidia xavier boot install, but these cables could detect a USBIP device.

My solution was to use a USB-C USB-A cable to boot install up until the USBIP was required to complete the remote install setup.