Using SDK Manager to install JetPack 4.2 to Jetson TX2 via manual mode fails

Hi,

I have been trying to install latest JetPack to my TX2 board but install fails.
I have been using manual mode which requires manually setting board to recovery mode (which is done as lsusb shows NVIDIA usb device present in the system).

Since network is unavailable at this point, I am wondering why SDK installer tries to do this:

10:01:42 INFO : Flash Jetson TX2 : exec_command: scp -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no /tmp/tmp_NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP.sh nvidia@192.168.55.1:~; ssh -t -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no nvidia@192.168.55.1 “~/tmp_NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP.sh && rm -f ~/tmp_NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP.sh”

IP address is not matching the original network configuration, nor the configuration of the host where installer is running.

Naturally this fails after a while:
10:03:53 ERROR : Flash Jetson TX2 : lost connection and eventually installer fails.

Tried from CLI installer as well:
sdkmanager --cli install --user --logintype devzone --product Jetson --version 4.2 --targetos Linux --host --target P3310 --flash all

This in turn returns:
TypeError {}

Any ideas what goes wrong here :/

CLI installer is not supported for JetPack 4.2.
When you manually setting board to recovery mode, the below log is seen but can be ignored safely. Can you please provide the full log for more investigation?