We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64685b commit 87213c5Copy full SHA for 87213c5
1 file changed
initrd/bin/flash.sh
@@ -48,6 +48,7 @@ flash_rom() {
48
dd if=/tmp/pchstrp9.bin bs=1 count=4 seek=292 of=/tmp/${CONFIG_BOARD}.rom conv=notrunc >/dev/null 2>&1
49
fi
50
51
+ warn "Do not power off computer. Updating firmware, this will take a few minutes..."
52
flashrom $CONFIG_FLASHROM_OPTIONS -w /tmp/${CONFIG_BOARD}.rom 2>&1 \
53
|| die "$ROM: Flash failed"
54
0 commit comments