Closed crawfxrd closed 6 months ago
Are there any specific behavioural changes I should be looking for on this?
It looks like:
I do note that, on a clean pop install and fresh repo clone, running the build script after ./scripts/install-deps.sh
returns an error around pkg-config and libcrypto that required installing libssl-dev to seemingly fix.
As somewhat of a hack, allow flashing only the EC by deleting the
firmware.rom
file before runningflash.sh
.flash.sh
was changed from internally flashing to using the UEFI application (firmware-update). The option--without-ec
was removed as part of this.