parallaxinc / PropLoader

Parallax Propeller loader supporting both serial and wifi downloads
MIT License
27 stars 13 forks source link

Image Verification breaks File To SD feature #24

Closed PropGit closed 7 years ago

PropGit commented 7 years ago

The binary image verification enhancements added recently are applied also to the File-to-SD feature... that caused that feature to fail. Please prevent that image verification from happening when it's trying to load a file to SD.

From SimpleIDE's Build Status during File-to-SD:

proploader.exe -p COM23 -f techloop.wavOpening file 'techloop.wav'
ERROR: File is corrupt or not a Propeller application
dbetz commented 7 years ago

I think this might be a different problem from what you think. To write a file to the SD card I have to download a helper program. It is probably that program that is being flagged as corrupt. I'll have to check to see why that is happening. It is just an array of bytes from a .binary file so it should be okay. I'm not sure what's going wrong.

dbetz commented 7 years ago

Never mind. You were right. I've just pushed a fix.

dbetz commented 7 years ago

This is fixed I believe. Can it be closed?

PropGit commented 7 years ago

Yes, I'll close it now.