@n-snyder @murphym18
I think we need to know what is the expected amount of free storage after the base image has been put on the Jetson.
There are currently different amounts of storage in the two Jetsons on the two drones. This image shows the storage on the first drone after I uninstalled any libraries or git cloned anything.
This is the storage on the Jetson-01 on the first/red drone:

This is the apt list of all the installed applications on that drone:
apt.txt
This is the storage on the Jetson-02 on the second/blue drone:

So, I am working on the red drone first to install CUDA and CUDNN. This tells that CUDA takes about 2.2 GB space and CUDNN takes about 300 MB space for installation on Windows and I think for Ubuntu, it is about the same. Yesterday, when I was following this link to try to install CUDA, I had to abort the installation as there was a possibility of the eMMC module running out of storage the and the Jetson crashing. The file system won't show anything so I was not having a clue.
Then later I remembered that we had a similar problem on our sarec2 server where we git pulled the latest code and kept building new docker images and they keep taking memories on the background. This is something we need to be careful about. This screenshot I took this morning shows the currently available docker images on the red drone, most of them are obsolete. We may need to tag the images we want to keep. Otherwise, if we keep updating the code and keep building new docker images, at some point, the eMMC module will crash.

I will regularly clean images from now.
@n-snyder @murphym18
I think we need to know what is the expected amount of free storage after the base image has been put on the Jetson.
There are currently different amounts of storage in the two Jetsons on the two drones. This image shows the storage on the first drone after I uninstalled any libraries or git cloned anything.
This is the storage on the Jetson-01 on the first/red drone:
This is the apt list of all the installed applications on that drone:
apt.txt
This is the storage on the Jetson-02 on the second/blue drone:
So, I am working on the red drone first to install CUDA and CUDNN. This tells that CUDA takes about 2.2 GB space and CUDNN takes about 300 MB space for installation on Windows and I think for Ubuntu, it is about the same. Yesterday, when I was following this link to try to install CUDA, I had to abort the installation as there was a possibility of the eMMC module running out of storage the and the Jetson crashing. The file system won't show anything so I was not having a clue.
Then later I remembered that we had a similar problem on our sarec2 server where we git pulled the latest code and kept building new docker images and they keep taking memories on the background. This is something we need to be careful about. This screenshot I took this morning shows the currently available docker images on the red drone, most of them are obsolete. We may need to tag the images we want to keep. Otherwise, if we keep updating the code and keep building new docker images, at some point, the eMMC module will crash.
I will regularly clean images from now.