flashing uboot on nand flash from uboot

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

flashing uboot on nand flash from uboot

988 Views
玉栋郭
Contributor III

hi ~

I'm trying imx6ul-EVK,and I  want to update uboot.

how can i flashing uboot on nand flash from uboot?

I try those cmd:

tftpboot 0x90000000 u-boot.imx

nand erase 0x0 0x200000

nand write 0x90000000 0x0 0x200000.

 

but it doesn't work. 

how can i do ?

Labels (3)
0 Kudos
1 Reply

563 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi,

You can refer to How-To use NAND boot on i.MX6UL EVK board .
Have a great day,
Rita

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

0 Kudos