Hello all.
Here’s a fairly obnoxious use case but relevant to me
My reading of the SystemUpdate class documentation has me lead to believe this is just impossible to accomplish; but alas I’m posting here anyway hoping I’m very wrong!
Computer:
VisualStudio Express, all setup with NETMF and GHI SDK.
not Attached to a Panda2.
Attached to a USB XBee serial adapter
Device:
Battery powered Panda2 (reset buttons accessible and can be pressed by user)
Also has XBee serial module.
SD Card installed.
Desired process:
Code and compile on Computer.
Transfer Main Application update image to Device via XBee and store on Device’s SD Card (transfer protocol is easy)
Update Device with image.
My problem:
It seems the only way to acquire an image is to compile it and deploy it to a device attached by USB… and then extract the image from the device. Is there any other method?
Is a virtual machine possible here? Having a second Panda2 just for compiling isn’t really an option for us at the moment.
Thanks for any assistance
–Mitch