I earsed nor bank0 by mistake(SW9[3:5] 000), but when I change SW9[3:5] 100 to bank4, I boot board successfully.
I want to flash bank0 by uboot(boot from bank4), how can I do without using JTAG?
Solved! Go to Solution.
Refer to the Layerscape Linux SDK Documentation:
https://docs.nxp.com/bundle/GUID-3FFCCD77-5220-414D-8664-09E6FB1B02C6/page/GUID-956F22A7-1734-47B1-B...
Pre-built composite firmware image can be downloaded from:
https://lsdk.github.io/components.html
section LSDK IMAGES
View solution in original post
after boot from bank4,I tftp the img successfully, but when I use
protect off 584000000 +$filesize
I got an error
Error: end address (0x5d653141f) not in flash!
Further Help please!!! thanks
Complete log of operations including TFTP as textual attachment, please.
thanks a lot, I will try it!