Author Topic: update firmware  (Read 1946 times)

metric

  • Newbie
  • *
  • Posts: 1
update firmware
« on: November 08, 2016, 05:32:01 pm »
I just managed to start the boards for the first time and update the firmware to 1.0 using the Linux binary.  (It would not work otherwise, BTW OSX did not connect to the acorn wifi, I had to use Android phone and chrome).  Then I manually claimed the boards on spark.io per instructions. The boards are now connected to spark.io.

Now I see 1.06 released. How does one update the firmware?  Can I do it through the spark cloud or is serial cable my only option?

Is it possible to program using spark cloud with 1.0.6?

emardee

  • Full Member
  • ***
  • Posts: 135
Re: update firmware
« Reply #1 on: November 08, 2016, 11:00:05 pm »
Yes it is possible.

My understanding is that if you can just upload a sketch using Particle Build IDE (or Arduino IDE for that matter), and select v1.0.6 it will update only the runtime copy of the firmware that runs with that sketch. The base firmware will remain at v1 (in your case), which only runs when in config mode.

There is due to be a method to update the base config-mode firmware, but I haven't yet seen those instructions be released (unless I missed them?), however that only applies when not running a sketch, so is less important.

Note: the Particle IDE has only just been released (and not officially yet!) so might have some issues (like possibly not all the libraries available yet). Therefore you might get a more reliable experience using Arduino IDE for now... although hopefully the official release of the Particle method is due any day now, and with it better instructions.