Hi All,
Have been searching for a while but found nothing related to remote deployment of software to the mbed.
So my current thinking is to transfer the .bin over a wireless link (xbee, Synapse RF Engine, GPRS) using a UART and write it to flash using the LocalFileSystem. If I understand things correctly the mbed should pick it up upon a restart?
I guess I could implement a serial transfer protocol like ymodem or zmodem for the file transfer part which might make the file transfer a little more robust and any terminal program could be used.... this could also be overkill.
Thoughts & comments?
Thanks,
Serge
Hi All,
Have been searching for a while but found nothing related to remote deployment of software to the mbed.
So my current thinking is to transfer the .bin over a wireless link (xbee, Synapse RF Engine, GPRS) using a UART and write it to flash using the LocalFileSystem. If I understand things correctly the mbed should pick it up upon a restart?
I guess I could implement a serial transfer protocol like ymodem or zmodem for the file transfer part which might make the file transfer a little more robust and any terminal program could be used.... this could also be overkill.
Thoughts & comments?
Thanks, Serge