# Nano OS Installation guide!
1-> Find Nano files in ->Zoho workdrive -> ENG -> Nano.
2-> Extract the files by following the instruction give in ->Zoho workdrive -> ENG -> Realtimes_Xavier -> Xavier flash instruction manual-V1.1.pdf .
# Instruction to integrate the SD CARD!
https://www.forecr.io/blogs/bsp-development/change-root-file-system-to-sd-card-directly
_------------------->>>>follow the above link<<<<-------------------_
------------Change Root File System to SD Card Directly------------
## Change Root File System to SD Card Directly
#### ""The advantage of this version is the boot up speed. In the previous version, the file system into the SD card mounted with a service after the file system into the eMMC mounted. This process increases the boot up time. In this post, the file system into the SD card mounted directly without any service. On the other hand, the Jetson module won’t boot up without SD card until the extlinux.conf file changed. To avoid this problem, you can backup your Jetson module before changing the root file system.""
#### First, connect your SD card to SD card slot and connect the basic interfaces (Ethernet, HDMI, keyboard, mouse) then power on.
Open a terminal and type these commands below:
sudo jetson_clocks
gnome-disks
The first command allows the Jetson module’s whole sources to use. The next command opens GNOME Disks application below.
Create a new partition from SD card storage.
Format the disk as ext4 format (partition size is up to you but must be min current file system’s size).
After creating the partition, check it’s name (/dev/mmcblk1p1).
#### Follow the directory ->Zoho workdrive -> ENG -> Nano -> SDtoRootfilesystem -> change_rootfs_storage_direct-emmc_to_sdmmc.zip -> change_rootfs_storage_direct-emmc_to_sdmmc.sh .
## Command:
sudo ./change_rootfs_storage_direct-emmc_to_sdmmc.sh {EXTERNAL_STORAGE}
sudo ./change_rootfs_storage_direct-emmc_to_sdmmc.sh /dev/mmcblk1p1
Reboot it and check the Root File System copied successfully.