can I copy the u-boot.imx image in ram to ROM for next boot up?

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

can I copy the u-boot.imx image in ram to ROM for next boot up?

893 次查看
damienhuang
Contributor IV

Hi all,

I need helps on this.

I downloaded my uboot image (i.e. u-boot.imx) into the ram of my imx6 sabrelite board using the "imx_usb" tool and started runing this image at 0x177ff400. I am wondering if I can transfer this runtime image into SPI ROM for next autoboot without using the "imx_usb" again or runing the 6x_upgrade script.

Will the run time image change from its original contents in file?

thanks in advance.

Cheers,

Damien

标签 (2)
0 项奖励
2 回复数

469 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Damien

yes run time image should work if written to spi with

proper 0x400 offset .

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励

469 次查看
damienhuang
Contributor IV

Yes, Igor, you are right.

After restored the header to the runtime image, just write it to 0x400

offset will do.

Cheers,

0 项奖励