提问人:DavidP 提问时间:10/12/2018 最后编辑:VC.OneDavidP 更新时间:10/12/2018 访问量:880
闪存故障
Flash memory failure
问:
我正在研究带有 NOR 片上闪存选择 270 的 XScale PXA0。 由于以前的闪存已经过时,我公司将其更改为兼容 AMD/Spansion 的MX29GL128。
我正在尝试使用劳特巴赫 JTAG 在上面写东西。
这是我的剧本:https://pastebin.com/jcjsbwE3
; reset the FLASH declaration
FLASH.CFI 0x00000000 L
; declare FLASH sectors via
; CFI query
;FLASH.CHANGEtype ALL AM29F100
; change type to AM29F100 to use "word wise" mode
FLASH.UNLOCK ALL
; unlock FLASH if required
FLASH.ReProgram ALL
; enable the FLASH for programming
;Data.LOAD.auto /home/lai/devel/uboot-2017-01/u-boot.bin
Data.LOAD.binary /tftpboot/u-boot-rioms-pxa270.bin D:0x00000000--0x1FFFF
; load the programming file
FLASH.ReProgram off
; program the FLASH and disable
; the FLASH programming
但是得到一个错误。
地址 SD: 周围的闪存编程错误。
0x7C
在这张图片上,您可以看到总线上的命令和错误。
你有想法吗?我已经坚持了很多天了
答: 暂无答案
评论