Open alexgithublab opened 7 months ago
@nestire how is this normal?
There are two scripts. Shutdown and reboot. Seems like what is passed to EC in reboot is buggy.
Since the goal is to fix things and not add more workaround, is there bug reports upstream so that ec/coreboot port is fixed?
If we remove the "if" from this commit the rebooting script is working.
not sure why @daringer did this
this essentially was a safety measure as I can not reliably say, which portions of the flash have to be overwritten to fail during the next power cycle so the safety measure was to always shutdown via the EC. During testing I often flash from within HEADS using flashrom
directly and overwriting the entire flash, then EC shutdown is needed ... using the UI this seems not necessary as only the bios region is written.
This is for https://github.com/Nitrokey/heads/issues/40