Jetpack 4.1.1 install via corporate proxy

Hi,
I’m trying to install Jetpack 4.1.1 DP on Jetson Xavier.

I’m behind a corporate proxy.

I set proxy setting at Host Ubuntu below.
/etc/environment
~.bashrc

But, JetPack 4.1.1 Components Manager gets an error.
Only the message “Error” is displayed on the screen.

Referring to “_installer / Jetpack.log”, the following logs are output.

01-11 19:17:28.4 N: GoogleAnalytics disabled
01-11 19:17:28.4 E: fopen failed with file local.db, errno = 2

Do I need to do something else to avoid errors?

Thanks.

when you want to flash a Xavier with Jetpack what you need to do is to download the Jetpack to a Host computer with ubuntu, connect it with Xavier that is in recovery mode and flash it over usb. Over the network you can only do post install, apparently.

Hi Andrey1984,

Thanks for your advice.

Jetpack 4.x uses https_proxy instead of http_proxy.
http_proxy was set correctly, but it turned out that I made a mistake in https_proxy.

I tried installing again, and finished correctly.