Programming the propeller without the propeller tool?
Shane M
Posts: 58
Is there a software program that will allow you to program the propeller without viewing the source code?· Or a spec that will allow me to compile an exe file that can program a prop.
I need to give my customers a way to upgrade the firmware without opening the source code.· I can just have them download the program, plug it in and hit a button.
I saw the SD card idea.· I will have an sd card slot in newer revisions.· I already have 6 units in the field that *may* need updates.
Any ideas?
Shane
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Shane Merem
www.websiteforge.com
www.magnusoft.com
·
I need to give my customers a way to upgrade the firmware without opening the source code.· I can just have them download the program, plug it in and hit a button.
I saw the SD card idea.· I will have an sd card slot in newer revisions.· I already have 6 units in the field that *may* need updates.
Any ideas?
Shane
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Shane Merem
www.websiteforge.com
www.magnusoft.com
·
Comments
If you are a Windows user you can use Propellent to do it on the command line. If you are a Mac or Linux user there are other options here : propeller.wikispaces.com/Development+Tools
Plenty of ways to do what you want to do.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lt's not particularly silly, is it?
David-Programming the propeller with out the propeller tool?
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Shane Merem
www.websiteforge.com
www.magnusoft.com
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter, E.I.
www.brilldea.com - Prop Blade, LED Painter, RGB LEDs, 3.0" LCD Composite video display, eProto for SunSPOT
www.tdswieter.com
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
--Steve
Propeller Tools
When the bootloader loads RAM from a .binary file, prior to saving the loaded data to EEPROM, if fills in the necessary boilerplate and zeroes.
But if you're programming an EEPROM without the Prop's bootloader, you have to fill in this info yourself before writing it to the chip.
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
--Steve
Propeller Tools
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Shane Merem
www.websiteforge.com
www.magnusoft.com
·
-Phil