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,708件の閲覧回数
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,201件の閲覧回数
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 件の賞賛
返信