Remote SystemUpdate for FEZ Spider

Got a FEZ Spider board. Is there a way to do remote updates using the GHIElectronics.NETMF.SystemUpdate class?

I see support for the Panda and other boards, but can’t find support for FEZ Spider. Please advise.

GHIElectronics.NETMF.SystemUpdate sounds like GHI SDK V4.1.x
If this is the case you should download the latest SDK first and do a Firmware update.

In the premium lib you can find: GHI.Premium.SystemUpdate library.
It’s way simpler than old update function from 4.1 and can be used with every premium board.
Spider is like every EMX based board a premium board.

In other words, yes you can do in field update but this feature was much improved and simplified in 4.2 (what you see for panda is all 4.1 and is not applicable to new products)

I was going the 4.1 route. Will work on the simpler 4.2 implementation. Thanks all.