Save SDK Manager log

Hi! I am having some issues installing Jetpack 4.6.1 in a Xavier AGX running on a custom carrier board.
I want to save the sdk logs to debug the install.
The command i am using is:

docker run -it --rm --privileged -v /dev/bus/usb:/dev/bus/usb/ --volume /tmp/:/home/nvidia/nvidia:rw --name JetPack_TX2_Devkit sdkmanager --cli install --logintype devzone --product Jetson --target P2888-0001 --targetos Linux --version 4.6.1 --select 'Jetson OS' --deselect 'Jetson SDK Components' --flash all --license accept --staylogin true --datacollection disable --exitonfinish

Why docker?
You can refer to the page here. Try sdkmanager + dump the log may help clarify the problem.
https://elinux.org/Jetson/General_debug

1 Like

We are using the docker because we are using Ubuntu 20.04 and SDK Manager is for Ubuntu 18.04

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.