nand writing is available for boot image in iMX6?

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

nand writing is available for boot image in iMX6?

1,950 Views
hyun-moyang
Contributor III

Hi,

I want to write the boot image in i.MX6 to use console window as below,
"reload_uboot=tftpboot u-boot.bin; nand erase 0x0 0x40000; nand write 0x10800000 0x0 0x40000"
When i download the uboot image to use above command, nand writing is OK , but when it is rebooting, downloaded image is not applicable.
Is there another command for downloading the uboot image?
please let me know
Regards
HM
Labels (2)
0 Kudos
7 Replies

845 Views
igorpadykov
NXP Employee
NXP Employee

Hi Hyun-mo

for bootable image one needs MFG Tool, it uses kobs-ng for

writing boot parameters to NAND.You can find these commands in

Best regards

igor

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

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

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

0 Kudos

845 Views
hyun-moyang
Contributor III

Hi igor,

The First , I already writed the boot image to use MFG tool. And then, i want to write the boot image to use console window.

So, I writed the boot image to use the below command ,

"reload_uboot=tftpboot u-boot.bin; nand erase 0x0 0x40000; nand write 0x10800000 0x0 0x40000"

Boot image is not applicable in i.MX6 AI PDK.

I already review the documents, i.MX_6Dual6Quad_Sabre-AI_Linux_User's_Guide.pdf.

But i can't find how to download the boot image to use console window.

If you know it, please let me know.

Regards

HM


0 Kudos

845 Views
igorpadykov
NXP Employee
NXP Employee

is boot image written with MFG tool working (boots) ?

Also please refer below

NAND FLASH support for i.MX6 U-Boot

~igor

0 Kudos

845 Views
hyun-moyang
Contributor III

Hi Igor,

is boot image written with MFG tool working (boots) ?

==>(Answer) right.

I checked your provided URL.

I have to use the 2013.10 u-boot version for writing the boot image to use console window.

Is it right?

Thanks

HM

0 Kudos

845 Views
igorpadykov
NXP Employee
NXP Employee

Yes, as answered on that link by BSP experts:

"The 3.10.9-1.0.0 alpha release supports NAND boot"

So please use it.

~igor

0 Kudos

845 Views
hyun-moyang
Contributor III

Hi Igor,

I can't find 3.10.9-1.0.0 alpha release in Freescale site.

Please give me the link to download.

Regards

HM

0 Kudos

845 Views
igorpadykov
NXP Employee
NXP Employee

http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_3.10.9_1.0.0_alpha

since this is not official release please post possible questions to

meta-fsl-arm mailing list, so that someone familiar with this release could try to assist you.

https://lists.yoctoproject.org/listinfo/meta-freescale

~igor

0 Kudos