How to program mc.itb after linux booting?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to program mc.itb after linux booting?

Jump to solution
1,086 Views
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 Solution
1,005 Views
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.

View solution in original post

3 Replies
1,006 Views
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,005 Views
songhee_yun
Contributor III

Hello~

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

0 Kudos
1,005 Views
yipingwang
NXP TechSupport
NXP TechSupport

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

0 Kudos