Dear Community,
I’m working on a prototype, which is based on a Jetson Nano 4GB devkit, running the latest Ubuntu image (Linux version 4.9.253-tegra (buildbrain@mobile-u64-5434-d8000)).
This image looks cluttered with a lot of useless partitions (some are only 64kB large):
Périphérique Début Fin Secteurs Taille Type
/dev/mmcblk0p1 28672 124733439 124704768 59,5G Système de fichiers Linux
/dev/mmcblk0p2 2048 2303 256 128K Système de fichiers Linux
/dev/mmcblk0p3 4096 4991 896 448K Système de fichiers Linux
/dev/mmcblk0p4 6144 7295 1152 576K Système de fichiers Linux
/dev/mmcblk0p5 8192 8319 128 64K Système de fichiers Linux
/dev/mmcblk0p6 10240 10623 384 192K Système de fichiers Linux
/dev/mmcblk0p7 12288 13055 768 384K Système de fichiers Linux
/dev/mmcblk0p8 14336 14463 128 64K Système de fichiers Linux
/dev/mmcblk0p9 16384 17279 896 448K Système de fichiers Linux
/dev/mmcblk0p10 18432 19327 896 448K Système de fichiers Linux
/dev/mmcblk0p11 20480 22015 1536 768K Système de fichiers Linux
/dev/mmcblk0p12 22528 22655 128 64K Système de fichiers Linux
/dev/mmcblk0p13 24576 24959 384 192K Système de fichiers Linux
/dev/mmcblk0p14 26624 26879 256 128K Système de fichiers Linux
I’m wondering how I could clean it:
- Remove useless partitions
- Remove useless (desktop) applications
I’ve read this post, which describes how to create a minimal image, but the attached file is not longer available. Following the thread, I’ve visited Pythops’ github but this image doesn’t support the 4Gb board. Could anyone point me to a proper trimmed image (including PyTorch)?
Thanks in advance for any help!