Other Parts Discussed in Thread: OMAP-L138
Hi,
We are using the Serial Boot and Flash Loading Utility (sft) in order to, via the UART, write an AIS in a NOR flash memory so we can boot from it later.
Here is the process we are following with the result we get:
As you can see is the CFI Query what is supposed to be failing, thus the NOR_open() function fails too.
The points is that we are monitoring the communication between the DSP and the NOR (by reading the EMIF buses with a digital analyzer) and apparently the NOR is answering the CFI Query properly, but the code used by the SFT to check it seem to be expecting another answer because keeps querying the CFI in 8 and 16 bits mode until it stops and indicates a failure.
Could you tell us where could we find the code used by the SFT to write on the NOR (in the StarterWare we only found the NAND_writer and the SPI_writer) and/or what is the NOR supposed to be answering so the DSP start to write on it?
Do you have any clue of what is going on?
Thanks in advance,
Juan