Is it possible to load firmware into emmc of imx6slevk without using mfg tool?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Is it possible to load firmware into emmc of imx6slevk without using mfg tool?

ソリューションへジャンプ
866件の閲覧回数
sujay1
Contributor V

I'm using an imx6slevk board with yocto bsp.

The standard procedure for flashing involves copying the compiled images into mfg tools predefined path and using the right mfg tool.

I'd like to avoid using mfg tool.

The board can be connected to a Linux PC via USB and the zimage dtb u-boot and rootfs.tar can be copied to a folder in the board, next time the board boots it should use these images.

Is it possible to do this?

Please note I'm not planning on using SD card for booting.

ラベル(3)
タグ(3)
0 件の賞賛
1 解決策
764件の閲覧回数
sujay1
Contributor V

I found a directory at /run/media/mmcblkp1 that had .dtb and zImage. replacing these files is what I was looking for, but it's not possible to do this for u-boot or rfs

元の投稿で解決策を見る

0 件の賞賛
3 返答(返信)
765件の閲覧回数
sujay1
Contributor V

I found a directory at /run/media/mmcblkp1 that had .dtb and zImage. replacing these files is what I was looking for, but it's not possible to do this for u-boot or rfs

0 件の賞賛
764件の閲覧回数
art
NXP Employee
NXP Employee

There is no way to program a bare i.MX-based board without using an external tool such as MFGtool.

Please note that there is the UUU - Universal Update Utility tool, that is going to replace the MFGtool:

https://github.com/NXPmicro/mfgtools/releases

It is available for both Windows and Linux. Please try it.

Best Regards,

Artur

0 件の賞賛
764件の閲覧回数
sujay1
Contributor V

Hi Arthur,

Thanks for the reply, just a few questions.

Can the UUU perform according to my specifications?

also has the community released any doc. regarding this tool?

on further digging  I came across a backing storage file is this something I can use for storing boot images?

0 件の賞賛