Jetson Platform Services configuration of storage to use mmcblk0p1

Can I use UUID to setup jetson-storage and
Is it safe to use /dev/mmcblk0p1 for /data ?

I installed NVIDIA Jetson Platform Services and am now going through the documents and modifying the configuration files.
/opt/nvidia/jetson-configs/jetson-storage.conf and
/opt/nvidia/jetson-1.1.0/services/storage/bin/jetson-storage-setup
both presume storage of
#User defined storage list, ex: (”/dev/sda" “/dev/nvme0n1” “dev/sdb”)."

I installed jetpack on nvme0n1. I intend to use
STORAGE_PATH=(“/dev/mmcblk0”)
for jetson-storage.

If I modify jetson-storage-setup to use mmcblk0p1
would anything else need to be modified?

Thank you,
Scott

Hi,
We would suggest follow guidance in developer guide to set the storage in flashing. Please check
Flashing Support — NVIDIA Jetson Linux Developer Guide 1 documentation

The method you would like to do may not work properly. You may give it a try but it is uncertain whether it works or not.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.