Shop OBEX P1 Docs P2 Docs Learn Events
is there a C library that hasfunctions to save and run programs from SD card? — Parallax Forums

is there a C library that hasfunctions to save and run programs from SD card?

twm47099twm47099 Posts: 867
edited 2014-01-09 09:45 in Propeller 1
In the propeller BOE tutorials, there are Spin objects for loading Spin programs to the SD card and then have an object in a Spin program load and run a program from the SD card (which in turn can load and run another program etc.)

Is there a C library that has functions that would do that? (load and run a C program) Or if not can you give any suggestions on how that would be done?

Thanks
Tom

Comments

  • jazzedjazzed Posts: 11,803
    edited 2014-01-09 09:45
    Use Dave Hein's Spinix. It has some forth stuff in it these days, but that is optional.

    There are several posts here that talk about using Spinix: http://forums.parallax.com/showthread.php/148959-Getting-started-with-Spinix?p=1193830&viewfull=1#post1193830

    twm47099 wrote: »
    In the propeller BOE tutorials, there are Spin objects for loading Spin programs to the SD card and then have an object in a Spin program load and run a program from the SD card (which in turn can load and run another program etc.)

    Is there a C library that has functions that would do that? (load and run a C program) Or if not can you give any suggestions on how that would be done?

    Thanks
    Tom
Sign In or Register to comment.