-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I just went through building all the latest prop tools (GCC, proploader, SimpleIDE, OpenSpin, etc.) from git and I get this error when running proploader.
The "roflcopter" board type is identical to "EEPROM.cfg" only with XTAL2+PLL8X (10 MHz crystal).
I do not have an EEPROM installed at this time and I'm only trying to run this program in RAM. I get the error below:
dan@ender:/gunter/dev/SimpleIDE/My Projects$ proploader -r -b roflcopter -p /dev/ttyUSB1 cmm/Welcome.elf
Loading 'cmm/Welcome.elf'
Loading second-stage loader
Load complete
error: load failed: -1
I rebuilt proploader with -g and tried to gain some insight from GDB. I noticed that the failure happens at serialloader.cpp:321 when receiveDataExactTimeout returns -1.
I was able to program this same board earlier today with an older version of proploader.