Shop OBEX P1 Docs P2 Docs Learn Events
Save Program to eprom without PC Tool — Parallax Forums

Save Program to eprom without PC Tool

trytryagaintrytryagain Posts: 26
edited 2009-10-11 20:00 in General Discussion
Pete,

Is it possible to load a new javelin program
through the·ttl interface, save it·to eprom,
then reboot the new program?

I am tying to figure out ways to reload
or update·my javelin program over the
internet -vs- having to burn it with
the pc interface.

Thanks

Jeff···

Comments

  • Peter VerkaikPeter Verkaik Posts: 3,956
    edited 2009-10-11 20:00
    There is no bootloader so that won't work directly.
    There is however a commandline utility called JavelinDirect.
    The IDE beta, and also the JavelinDirect v1.2 that I created,
    generate a .jem file, which is the binary image that you
    must download to the javelin.
    I can·imagine that you·write a utility that receives
    a .jem file over·the internet, and then call·JavelinDirect
    to download it·to the javelin, and sending back the stdout
    message from·JavelinDirect over the internet.

    http://tech.groups.yahoo.com/group/JavelinCode/files/JavelinDirect/

    regards peter
Sign In or Register to comment.