Stuff I find interesting

Update PCEngines coreboot on pfSense

get rom url from https://pcengines.github.io

use fetch to download rom file to pfsense:

fetch https://3mdeb.com/open-source-firmware/pcengines/...

install flashrom on pfSense if needed:

pkg install -y flashrom

use flashrom to update coreboot:

flashrom -w [filename].rom -p internal
reboot