Jetson Xavier NX install JetPack4.4 error using sdkmanager(version 1.3.1.7110)

Hi, I got sdkm flash error on NX( only EMMC 16GB,work on a jetson nano carrier board), sdkmanager shows info as following file when I choose non-devkit option:
sdkm.log (2.4 MB)

Really need help, Thanks.

add terminal log:terminal.log (4.5 KB)

Hi suchb,
I checked the log and found the there are multiple flashing and each time succeeded. Like shown as the following:
09:52:11.254 - info: NV_L4T_FLASH_XAVIER_NX_WITH_OS_IMAGE_COMP@JETSON_XAVIER_NX: [ 858.5553 ] Bootloader version 01.00.0000
*09:52:13.305 - info: NV_L4T_FLASH_XAVIER_NX_WITH_OS_IMAGE_COMP@JETSON_XAVIER_NX: [ 858.7251 ] *
*09:52:13.309 - info: NV_L4T_FLASH_XAVIER_NX_WITH_OS_IMAGE_COMP@JETSON_XAVIER_NX: *** The target t186ref has been flashed successfully. ****
09:52:13.309 - info: NV_L4T_FLASH_XAVIER_NX_WITH_OS_IMAGE_COMP@JETSON_XAVIER_NX: Reset the board to boot from internal eMMC.
*09:52:13.309 - info: NV_L4T_FLASH_XAVIER_NX_WITH_OS_IMAGE_COMP@JETSON_XAVIER_NX: *
09:52:33.323 - info: NV_L4T_FLASH_XAVIER_NX_WITH_OS_IMAGE_COMP@JETSON_XAVIER_NX: [ Component Install Finished Successfully ]

However, target component installation failed because “sudo apt-get update” failed.
15:43:40 INFO: CUDA Toolkit for L4T: Ign:3 https://repo.download.nvidia.com/jetson/common r32.4 InRelease
15:43:40 INFO: CUDA Toolkit for L4T: Unable to connect to repo.download.nvidia.com:https: [IP: 23.210.215.106 443]
15:43:40 INFO: CUDA Toolkit for L4T: Err:8 Index of /ubuntu-ports bionic-updates InRelease
15:43:40 INFO: CUDA Toolkit for L4T: Cannot initiate the connection to ports.ubuntu.com:80 (2001:67c:1360:8001::24). - connect (101: Network is unreachable) Cannot initiate the connection to ports.ubuntu.com:80 (2001:67c:1360:8001::23). - connect (101: Network is unreachable)
15:43:42 INFO: CUDA Toolkit for L4T: Reading package lists…
15:43:42 INFO: CUDA Toolkit for L4T: E: The repository ‘https://repo.download.nvidia.com/jetson/common r32.4 Release’ does not have a Release file.
15:43:42 ERROR: CUDA Toolkit for L4T: command terminated with error

It seems that the network has issue. Can you please check network on your Jetson board? Please make sure “sudo apt-get update” pass on Jetson board first, then retry installation. You don’t need flash board again during re-installation.