Skip to content

PropLoader thinks .eeprom file is corrupt or not valid Propeller Application #33

@PropGit

Description

@PropGit

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."

ValidEEActsInvalid.zip

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions