Still having trouble updating my crow with my PC and cmd!
After I cd to the folder containing the .zip file, in this case running:
cd C:\Users\Jacob\Desktop\Hardware\Firmware\crow\crow-v1.0.0
And then typing “./flash.sh”, it comes up with:
“.” is not recognized as an internal or external command, operable program or batch file.
I try removing the “.” and the same message appears.
I try holding shift, right clicking, copying as path, and pasting it into cmd with cd, as this:
cd “C:\Users\Jacob\Desktop\Hardware\Firmware\crow\crow-v1.0.0.zip”
And it then tells me that the directory name is invalid.
I’ve tried removing the quotation marks but it still comes up with the same message. I’ve tried unzipping, but then I’m back to the “not recognized message” after trying to run the “./flash.sh” command…
Can someone help me?