How to write RootFS into QuadSPI-NOR via MFGTool in i.MX6SX

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to write RootFS into QuadSPI-NOR via MFGTool in i.MX6SX

1,156 Views
erickang
Contributor II

Dear All,
I have a question how to write RootFS into QuadSPI-NOR via MFGTool.

My development environment is like as below,
- AP : i.MX6SX
- Board type : i.MX6SX-SDB
- Linux version : Linux 3.10.53
- Storage : QuadSPI-NOR

In this case, I could confirm the operation of u-boot, kernel and DTB.
But I couldn't find how to write RootFS into QuadSPI-NOR via MFGTool.

I think Partitioning and Writing method will be needed to write RootFS into QuadSPI-NOR.

Could you tell me how to write RootFS into QuadSPI-NOR via MFGTool?

Best Regards,
Eric.

Labels (3)
0 Kudos
1 Reply

649 Views
jimmychan
NXP TechSupport
NXP TechSupport

I think the NOR is /dev/mtd0. You can take mksdcard-android.sh.tar for reference how to create the partition. or you can try to use fdisk command.

Then use 'mount' command to mount the NOR to a folder.

Then use 'tar' command to extract the rootfs to the NOR.

0 Kudos