Hallo,
I’ve purchased an Xavier NX module with a waveshare carrier board. Through the SDK software i’ve managed to install the Linux OS but unfortunately when i try to install the SDK Developement packages (such as CUDA, cuDNN) the Jetson is running out of storage.
How is it possible, the eMMC storage is 16 GB and the target needed space is 15 GB ?
Any suggestions?
Thank you for your reply!
In both cases (referring to the previous post), initially the kernel image must be loaded from the eMMC storage or the SD card (depending on the Jetson module).
In our case, the SDK components (CUDA, cuDNN) cannot be installed to the eMMC due to lack of capacity.
Is it possible to boot from the eMMC and then mount an external NVMe drive (or an external USB) and install the SDK components?
Any suggestions?
Found a solution that worked for me!
I managed to boot the Jetson Xavier NX module from an external SSD and install the rest of the SDK components (e.g cuda, cuDNN, etc.). The steps that i followed are presented below:
Install the Jetpack 4.5.1 OS image through the SDK manager.
To install the SDK components, the jetson was set on recovery mode and followed the instructions to install the rest of the SDK components from the SDK manager, (through automatic install due to that the jetson module has already been flashed).