You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
This is likely because propgcc defaults to the standard 80mhz clock settings and proploader doesn't patch those settings to match the settings required for your board. Please continue to use propeller-load for the time being. The proploader program has not yet been released and will be used with a new SimpleIDE.
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:
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.
The text was updated successfully, but these errors were encountered: