• Visit https://www.embeddedcomputers.net/ for Hardware; Software and all other things related to FlashcatUSB

Unable to detect compatible SPI device

strich

New Member
Hi,

When I run the following command line:
"FlashcatUSB.exe -write -spi -file MAIN_SB2_P4_NOR.bin"

I get the following output. It says it could not detect a compatible SPI device.

Welcome to the FlashcatUSB interfacing software, Build: 570
Copyright 2019 - Embedded Computers LLC
Running on: Microsoft Windows 10 Pro (64 bit)
Successfully connected to FlashcatUSB over USB
Board firmware version: 4.41
Device mode: Serial Programmable Interface (SPI-NOR)
Unable to detect compatible SPI device
Flash memory not detected on SPI NOR mode
----------------------------------------------
Press any key to close

When I launch the application manually, the SPI detects after ~0.5 seconds.

I can flash my device manually no problem. Is there a way to make the command line argument wait ~5 seconds to detect the SPI device before it timesout?

Additional Info:
Build 570
 
I'm starting to think the issue is more than following line "Flash memory not detected on SPI NOR mode"
 
This is norflashing manually. I would like to do it via command line. ( Just adding more information)

1234
 
Alright... I think I solved it... I had two (2) Flashcat's connected to my computer. For some reason, when I ran the application manually, it worked. but through the command prompt, it doesn't like having 2 flash cat devices connected.
 
Back
Top