This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EVM Flash for OMAP3530EVM

I am looking for the latest version of EVM Flash.  I currently have revision 1.2, but I am unable to capture an image of the onboard Micron flash.  Here is my debug output from EVM Flash:

Download [08:38:15]: [00] Initiating OMAP ROM code communication

Download [08:38:15]: [00] Opening UART/USB connection

Download [08:38:15]: [00] Waiting for target to reset

Download [08:38:19]: [00] ASIC ID read (0x45 bytes)

Download [08:38:19]: [00] GP device detected.

Download [08:38:19]: [00] Second file read: .\targets\2nd-downloaders\dnld_startup_3530evm_gp.2nd

Download [08:38:19]: [00] Transferring second file to target

Download [08:38:19]: [00] Second file transferred to target (0x5704 bytes)

Download [08:38:19]: [00] Releasing UART/USB connection...

Download [08:38:20]: [00] Reconnecting to target (LL connect)

Download [08:38:20]: [00] Verifying connection

Download [08:38:20]: [00] Connection successfully established

Download [08:38:20]: [00] Processing read to buffer request on device type: 0x2

Download [08:38:20]: [00] Could not locate specified device type (#0x02) at: 0x00000000 in XML file

Download [08:38:20]: [00] Read operation completed. Result = 0xFFFFFFEF

Download [08:38:51]: [00] Initiating OMAP ROM code communication

Download [08:38:51]: [00] Opening UART/USB connection

Download [08:38:51]: [00] Waiting for target to reset

Download [08:38:55]: [00] ASIC ID read (0x45 bytes)

Download [08:38:55]: [00] GP device detected.

Download [08:38:55]: [00] Second file read: .\targets\2nd-downloaders\dnld_startup_3530evm_gp.2nd

Download [08:38:55]: [00] Transferring second file to target

Download [08:38:55]: [00] Second file transferred to target (0x5704 bytes)

Download [08:38:55]: [00] Releasing UART/USB connection...

Download [08:38:56]: [00] Reconnecting to target (LL connect)

Download [08:38:56]: [00] Verifying connection

Download [08:38:56]: [00] Connection successfully established

Download [08:38:56]: [00] Processing read to buffer request on device type: 0x2

Download [08:38:56]: [00] Could not locate specified device type (#0x02) at: 0x00000000 in XML file

Download [08:38:56]: [00] Read operation completed. Result = 0xFFFFFFEF

Am I possibly setting the start and ending addresses wrong?

  • Seems like you are setting the start address wrongly since it thinks the start address is 0x00000000. In the flashing SW for the OMAP3530EVM the flash is mapped at a physical address (I unfortunately can't remmeber which) and you should specify this being the start address in order to access the first byte in the flash...

    Assuming the EVM Flash tool is (based on) CSST you can investigate the file called targets.xml to find the correct start address for the EVM flash chip...

    Hope this helps - Good luck
      Søren