全部博文(84)
分类: 嵌入式
2010-10-15 23:11:33
上次电脑中毒后,重新安装了H-JTAG,但是今天下载到nor flash时,
check时,总是提示:Flash id does not match
找了很久,不知道什么原因!
后来发现原因是:
H-JTAG中:option--->connection mode---->要选择 Hardware reset at 0x0
并不是网上说的,需要初始化脚本,折腾了半天!
在编写U-boot时,需要将u-boot通过H-JTAG烧写入Nor flash中,但有时烧入u-boot后,再次使用H-JTAG检测Nor flash时会提示错误:
1、Error:Memory read/write error - Can't re-enter debug state.
2、Error:Can't halt target and make it enter DEBUG state.For USB H-JTAG,please reduce the TCK speed and try again.
以上问题的解决办法是:先在NAND FLASH时启动mini2440,启动后再将跳线跳至Nor flash,再检测Nor flash 时就能成功了。