Is it possible to special order the jetson nano with more flash memory? For example, could a special order be manufactured with 32 GB of eMMC or 64gb emmc?
Hi mike6,
We currently do not plan to produce Nano with 32GB or 64 GB eMMC version.
If you can handle the increased weight (mostly heat sink) and increased power requirement (mostly due to raw increase in performance), then you might consider instead the Xavier.
If you log in here, then click the link again, there is some Xavier information (redirect does not work):
https://developer.nvidia.com/embedded/jetson-agx-xavier-developer-kit
This is nice. JP 4.5.1 plus DS 4.5 does not fit on a 16 GB eMMC…
Hello,
The capacity of the jetson nano production module (emmc) is too small. I want to install tensorRT, cuda, etc. by connecting an external hard disk via usb. Is there any way?
Thank you.
If you just want to install and run content from an external device it is quite simple to do. If you are trying to actually boot from an alternate device, then it gets complicated fast.
Most of the optional content (not all) is somewhere in “/usr/local
”. You could create a partition on a USB device (e.g., hard drive) or maybe m.2 storage and simply mount it on “/usr/local
”. Then it would “just work”. You might want to copy the existing content there onto the device, remove that content from the original device, and then mount to “/usr/local
”. FYI, for an m.2 I’d just use ordinary mount options since it is always there, but if you use a removable device (e.g., something USB), then I’d use a mount option for trying to mount the device if present, but continuing to boot without that device if not found.
Are you ok with the simple approach? Someone else would have to answer the steps for putting it all on external, and this would differ in answer between SD card and eMMC models (technically SD is already external, but it would have to be a hybrid of SD and other).