Shop OBEX P1 Docs P2 Docs Learn Events
XMM boot options? — Parallax Forums

XMM boot options?

RaymanRayman Posts: 14,665
edited 2013-05-13 12:50 in Propeller 1
Maybe this is an easy question, but I don't know where to look for an answer...

I have some code running in xmmc, xmm-split, and xmm-single modes.

But, this is being programmed over serial interface.

How can I make these bootable?

Can everything be in flash?
Or, maybe that doesn't work for xmm-single mode?

Do you already have it rigged so that it can boot this from uSD card?

Comments

  • David BetzDavid Betz Posts: 14,516
    edited 2013-05-13 12:44
    Rayman wrote: »
    Maybe this is an easy question, but I don't know where to look for an answer...

    I have some code running in xmmc, xmm-split, and xmm-single modes.

    But, this is being programmed over serial interface.

    How can I make these bootable?

    Can everything be in flash?
    Or, maybe that doesn't work for xmm-single mode?

    Do you already have it rigged so that it can boot this from uSD card?
    Just use the -e option to program the EEPROM with a loader that can start your program from flash. That should work with xmmc or xmm-split. For xmm-single you'd have to load from an SD card.
  • RaymanRayman Posts: 14,665
    edited 2013-05-13 12:49
    How do you load xmm-single from SD card?
  • David BetzDavid Betz Posts: 14,516
    edited 2013-05-13 12:50
    Rayman wrote: »
    How do you load xmm-single from SD card?
    Use the -l option of propeller-load. Try typing "propeller-load -?" to get a full list of options.
Sign In or Register to comment.