注:
1)使用的是ads1.2工具
2)如果uboot原来就存在,则需要通过串口停在uboot下然后打开ads1.2
3)打开J-Link V4.78c进行设置speed 1000 然后使用ads1.2初始化内存
1、加载uboot.bin
J-Link>loadbin g:\3518\uboot_tools\3518a.bin 0x80800000
Loading binary file... [g:\3518\uboot_tools\3518a.bin]
Writing bin data into target memory @ 0x80800000.
2、设置uboot执行地址
J-Link>setpc 0x80800000
3、执行
J-Link>go
这时,如果顺利,在串口可以看到相应的uboot打印信息。