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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,703 次查看
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.

标签 (3)
0 项奖励
回复
1 回复

1,196 次查看
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 项奖励
回复