Hello, Dear Everyone!
Could you explain the way to copy U-Boot, loaded with MFG Tools / Mxsldr into the RAM, to NAND flash?
Thank you very much!
Solved! Go to Solution.
Hi Vladimir
MFG Tools / Mxsldr use different appraches, for MFG Tools one
can look at commands in ucl.xml file
Programmers (Flash, etc.) (5)
IMX_MFG_TOOL
for Mxsldr:
http://www.denx-cs.de/doku/?q=m28evkusbdownloader
http://www.denx.de/wiki/view/DULG/Manual?stickboard=m28evk
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Vladimir
MFG Tools / Mxsldr use different appraches, for MFG Tools one
can look at commands in ucl.xml file
Programmers (Flash, etc.) (5)
IMX_MFG_TOOL
for Mxsldr:
http://www.denx-cs.de/doku/?q=m28evkusbdownloader
http://www.denx.de/wiki/view/DULG/Manual?stickboard=m28evk
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
As I understood it can be made by "nand write ... ". But how can I find out addresses and size of u-boot to copy?
My bootloader size is 3m (0x300000). So what should I write?
nand erase 0x0 0x300000
nand write 0x0 ??? 0x300000