Changing Storage of the Root File System [EMMC to SDMMC] - Forecr.io

Changing Storage of the Root File System [EMMC to SDMMC]

Jetson AGX Xavier | Jetson Nano | Jetson Xavier NX

20 February 2021
ENVIRONMENT

Hardware: DSBOX-NX2

OS: JetPack 4.4.1


Most of the time EMMC flash is not enough. In this blog post, we will explain how to move your root file system on EMMC flash to SDCard on SDMMC slot. This process can be used for all JetPack versions.

This post applicable to:

• DSBOARD-NX2,

• DSBOX-NX2,

• DSBOX-N2.

Prerequisites:

1. Connect SDCard to your device while it is powered off.

2. Connect basic interfaces(HDMI, keyboard, mouse, ethernet) then power on.

Formatting the SD card 

To copy Root File System, you have to find the name of the newly connected storage device. To do this, you can use gnome-disks command on terminal.Its name must be /dev/mmcblk1 but double check it.

Format the disk as ext4 format(partition size is up to you but must be min 16GB).



Format the disk as ext4 format(partition size is up to you but must be min 16GB).



Check the newly created partition's name.


Copying the script 


Copy the script which attached below to the device then extract it.


Copying the root file system 


Open a new terminal and run change-rootfs-storage.shscript with new partition name. This script copy file system on EMMC to SDCard then create service to use SDCard as the default root file system storage. After this script, reboot your device.


sudo ./change-rootfs-storage.sh /dev/mmcblk1p1


After rebooting you can see that new storage is assigned as root file system.


Thank you for reading our blog post.