So, I was having the same problem of getting started not triggering the reboot.
I am using the PW3-5.13.7.zip file.
I noticed inside the zip file there is a file 'manifest.json', in that json file there were two config options 'compatible_locales' that were set only to 'en_GB'. Once I changed those to accept 'en_US' also (my device locale) the getting started reboot worked!
You need to change:
```
"compatible_locales": ["en_GB"]
```
To:
```
"compatible_locales": ["en_GB", "en_US"]
```
Both times it appears for the US locale.
Once you have done this and created a new zip file you can update 'demo.json' to use the md5sum.
|