Hello NVIDIA community! We have successfully designed and produced our first custom NVIDIA Jetson Nano carrier board for the Jetson Nano eMMC module. As you know, the production module offers a 16GB eMMC as a secondary storage medium (Disk space). This is too low for our robotics application, and we are critically short on disk space (< 1GB left).
I am looking for advice with regards to possible solutions to this problem, and I will try to list a couple of them that came to my mind (In order of preference from the best case to the worst case):
1 - Replace the 16GB eMMC chip (on the Jetson Nano module) with a larger one (32GB, 64GB).
2 - Make the storage partitions efficient (We are running Ubuntu 20.04 with ROS installed and we are using about 12GB of /dev/mmcblk0p1).
3 - Install SD card or eMMC on our carrier board (New design, project release date will be further pushed).
4 - Using an external USB based flash space to extend our disk space (We are very short on space and adding a USB flash drive will lead to the board not fitting in the product).
Any kind of help is appreciated!