Problem installing jetpack on jetson xavier NX module using Nvidia SDK Manager

Hello,

If you install jetpack component with os on jetson xavier NX production module using Nvidia SDK Manager, less than 1 meg is left in emmc.

What should I do in this case?

Thank you.

Hello @forumuser,

We delete the apt cache packages by typing

sudo apt-get autoremove
sudo apt-get clean

On the other hand, you can delete the packages which you do not use like thunderbird or libreoffice.

sudo apt-get remove thunderbird*

Regards.

1 Like

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