How to program mc.itb after linux booting?

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

How to program mc.itb after linux booting?

跳至解决方案
1,181 次查看
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,100 次查看
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,101 次查看
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,100 次查看
songhee_yun
Contributor III

Hello~

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

0 项奖励
1,100 次查看
yipingwang
NXP TechSupport
NXP TechSupport

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

0 项奖励