-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Milestone
Description
The .eeprom image in the attached archive is generated by OpenSpin v1.0.78. It is a valid image (downloadable via Propellent and Propeller Tool) but PropLoader says "ERROR: File is corrupt or not a Propeller application."
It does, however, work properly with a .binary image generated from the same source with the same OpenSpin compiler.
C:\Scribbler-3_Library-master>proploader -p COM33 ExampleS3.eeprom
Opening file 'ExampleS3.eeprom'
ERROR: File is corrupt or not a Propeller application
C:\Scribbler-3_Library-master>proploader -p COM33 ExampleS3.binary
Opening file 'ExampleS3.binary'
Downloading file to port COM33
14060 bytes remaining
13036 bytes remaining
12012 bytes remaining
10988 bytes remaining
9964 bytes remaining
8940 bytes remaining
7916 bytes remaining
6892 bytes remaining
5868 bytes remaining
4844 bytes remaining
3820 bytes remaining
2796 bytes remaining
1772 bytes remaining
748 bytes remaining
14060 bytes sent
Verifying RAM
Download successful!