SDK Manager v1.3 crashes before flashing a Jetson TX2 board

Hi Stephane,

We found this is caused by a bug in SDK Manager client 1.3. It cannot handle proxy well. We will fix the issue in SDK Manager 1.4 in future. For now, can you please use the following steps as a workaround?

  1. Run following command in a terminal window on host to install additional packages.
    sudo apt-get install -y cmake g++ gcc-aarch64-linux-gnu g+±aarch64-linux-gnu pigz lbzip2 qemu-user-static python
  2. Disable proxy settings in SDK Manager client settings page.
  3. Use offline install to install JetPack 4.4.1, according to the steps in https://docs.nvidia.com/sdk-manager/offline-install/index.html

Sorry for the inconvenience, please let me know if there is any issue with offline install. Thanks.