Is it possible to install l4t SDK on tx2 board, without SDKManager?

Hello,
Is it possible to install l4t SDK on tx2 board directly, without SDKManager?

hello flyforward,

it is possible if you’ve already download the JetPack release to your local host machine, i.e. ~/nvidia/nvidia_sdk/
you’re able to enable flash.sh to flash the release image to the target, check developer guide, Flashing and Booting the Target Device for more details.
besides,
you’re able to perform Over-The-Air (OTA) Update on the target if you’re having rel-32 release versions, check release tag for confirmation, i.e. $ cat /etc/nv_tegra_release
thanks

Thanks for your solution!