Hello,
I was flashing my msom between 2 user binaries, one compiled using 5.8.2 and the other 5.9.0.
When I ran particle flash --local som590.bin
, it updated the device os to 5.9.0, which is what I expect to happen. When I went to downgrade, the process was much quicker, as if only the user binary was flashed. Running particle serial inspect
reveals that the device os had changed to the same version the binary was compiled for, so I am wondering if the old device os is cached allowing me to skip reprogramming the device os or if this is a bug?