你好,
我在OMAP-L138单板上使用Winbond公司的并行NOR FLASH,型号W29GL256SH9C(1.8V EMIFA总线),现在通过串口烧写工具sfh_omap-l138.exe擦除和烧写失败,打印如下:
擦除命令:
sfh_OMAP-L138.exe -p com5 -flashtype NOR -erase
pause
(AIS Parse): Read magic word 0x41504954.
(AIS Parse): Waiting for BOOTME... (power on or reset target
(AIS Parse): BOOTME received!
(AIS Parse): Performing Start-Word Sync...
(AIS Parse): Performing Ping Opcode Sync...
(AIS Parse): Processing command 0: 0x58535901.
(AIS Parse): Performing Opcode Sync...
(AIS Parse): Loading section...
(AIS Parse): Loaded 10940-Byte section to address 0x80000000.
(AIS Parse): Processing command 1: 0x58535901.
(AIS Parse): Performing Opcode Sync...
(AIS Parse): Loading section...
(AIS Parse): Loaded 1092-Byte section to address 0x80002ABC.
(AIS Parse): Processing command 2: 0x58535906.
(AIS Parse): Performing Opcode Sync...
(AIS Parse): Performing jump and close...
(AIS Parse): AIS complete. Jump to address 0x80000000.
(AIS Parse): Waiting for DONE...
(AIS Parse): Boot completed successfully.
Waiting for SFT on the OMAP-L138...(停在这里)
因为我在单板上还有一个MCP,型号为MT29C2G24MAA (NAND+MDDR),使用下列擦除命令和烧写命令都正常的。
擦除命令:
sfh_OMAP-L138.exe -p com5 -flashtype NAND -erase
pause
请问,要想烧写并行NOR FLASH,我需要修改