-->
Page 1 of 2

Ripping and then flashing

PostPosted: Mon May 15, 2017 1:25 pm
by alex_g
Sorry if the answer already exists somewhere, please feel free to point me at it!

OK, here's what I need:
After I flash my Lua firmware and write my program files into flash, is there a way to lift the whole image, so that I can subsequently flash it onto several chips, without having to to load the firmware and my program files on each chip individually first?

I'm sure there must be something, 'xcuse my ignorance.

Re: Ripping and then flashing

PostPosted: Mon May 15, 2017 1:40 pm
by marcelstoer
You can build an image of your SPIFFS file system and flash it together with the firmware: https://nodemcu.readthedocs.io/en/latest/en/spiffs/

Re: Ripping and then flashing

PostPosted: Mon May 15, 2017 2:25 pm
by alex_g
Ah, OK, great, thanks. I think I know what to do now!

Re: Ripping and then flashing

PostPosted: Tue May 16, 2017 7:30 am
by marcelstoer