HEng
July 11, 2018, 5:58pm
7
This is a tutorial I wrote about updating firmware on a production line without the Particle tools that rely on Node (which I had been having severe problems with)
Summary:
This is a set of scripts I wrote to update P1 system software (part 1&2), bootloader, and application firmware. They can serve as an example for a method to do this without installing particle-cli tools.
I’m writing some of this stuff down because I haven’t found any material like it, and what I have is working. It should be considered pretty ‘quick and dirty’, but can serve as a decent guide to setting up end of line programming or test processes on a Raspberry Pi if you’re so inclin…