How to program mc.itb after linux booting?

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

How to program mc.itb after linux booting?

ソリューションへジャンプ
1,138件の閲覧回数
songhee_yun
Contributor III

yipingwang

Hi Thank you always...

I uses lx2160ardb. 

According to 'LSDKUG_Rev19.09.pdf' 5.4.4.1, mc.itb image can be update using u-boot cli.

I want to update that image after linux kernel booting. How can i do?

Thanks,

Songhee

1 解決策
1,057件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

If you use SD card boot, you could use the following command to write MC image under Linux

sudo dd if=mc.itb of=/dev/sdX bs=512 seek=20480

Note:/dev/sdX is SD card device name.

元の投稿で解決策を見る

3 返答(返信)
1,058件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

If you use SD card boot, you could use the following command to write MC image under Linux

sudo dd if=mc.itb of=/dev/sdX bs=512 seek=20480

Note:/dev/sdX is SD card device name.

1,057件の閲覧回数
songhee_yun
Contributor III

Hello~

if i uses FlexSPI Nor, which command should i use? 

0 件の賞賛
1,057件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

For FlexSPI Nor boot, you have to program mc.itb in u-boot.

0 件の賞賛