Shop OBEX P1 Docs P2 Docs Learn Events
Prop portable binary programmer — Parallax Forums

Prop portable binary programmer

Zap-oZap-o Posts: 452
edited 2010-02-05 16:31 in Propeller 1
I have not been able to find a small compiler that I can offer my customers to use in the field. I need to re-program a unit and the customer needs something to load my new binary code into the propeller.

Any ideas...

Thanks in advance

Comments

  • LeonLeon Posts: 7,620
    edited 2010-02-05 14:02
    Can't he use a laptop and a Prop Plug?

    Leon

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Amateur radio callsign: G1HSM
  • Zap-oZap-o Posts: 452
    edited 2010-02-05 14:09
    Well the units have a usb port on them already besides the prop plug would be useless. Don't the prop plug still need a compiler?
  • LeonLeon Posts: 7,620
    edited 2010-02-05 14:22
    The Propeller Tool can be used to download binary into a target system.

    Leon

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Amateur radio callsign: G1HSM
  • Zap-oZap-o Posts: 452
    edited 2010-02-05 14:27
    Yes this is true but I did not want to have the customer have to install a complete program like the propeller tool. I was leaning towards something smaller.
  • Zap-oZap-o Posts: 452
    edited 2010-02-05 15:51
    Yes I tried using this propellant but I get a error message. "Propellent.exe requires 'propeller_file' parameter."

    Any ideas?
  • hover1hover1 Posts: 1,929
    edited 2010-02-05 16:19
    Are you using the correct syntax?

    (Syntax Definitions:
    Propellent.exe {/LIB lib_path} {/PORT (AUTO | COM#)} {/SIGNAL (DTR | RTS | BOTH)} {/GUI (ON | STATUS | DIALOGS | OFF)} {/EEPROM} propeller_file {>message_file} – Load source/image and download to Propeller chip.
    
  • hover1hover1 Posts: 1,929
    edited 2010-02-05 16:31
    The most common way, (for me at least), to run it is from a DOS window. You can't just click on the icon.

    UPDATE:


    Maybe a small batch file to copy your update to the customer computer. A zipped file would contain Propellent.exe, your .eeprom file, and a batch file (call it update.bat).
    the batch file would contain:
    ·
    c:\yournewdirectory\propellent /eeprom yourfile.eeprom
    



    Create a new directory and unzip your files there. Then click on update.bat.

    I'm assuming the USB drivers are already loaded, so propellant can find the port.

    Post Edited (hover1) : 2/5/2010 5:17:19 PM GMT
Sign In or Register to comment.