Flashrom is not found during Recovery |
|||||
Issue descriptionchromeos-firmwareupdate is failing to locate the flashrom binary at /usr/sbin: localhost ~ # chromeos-firmwareupdate --mode recovery Starting Google_Guado firmware updater v4 (recovery)... - Updater package: [Google_Guado.6301.108.4] - Current system: [RO:Google_Guado.6301.108.4 , ACT:Google_Guado.6301.108.4] - Write protection: Hardware: off, Software: Main=off recovery: update RO+RW * invoke: flashrom -p host --fast-verify -w bios.bin Execution failed (127): flashrom -p host --fast-verify -w bios.bin Messages: ./updater4.sh: 640: flashrom -p host --fast-verify -w bios.bin: not found ERROR: Execution FAILED. ERROR: Execution failed: ./updater4.sh (error code = 1) localhost ~ # which flashrom /usr/sbin/flashrom Patch incoming
,
Sep 28 2017
,
Sep 28 2017
i had a patch for this already waiting for review. i'll chump it now. https://chromium-review.googlesource.com/688554
,
Sep 28 2017
chromeos-firmwareupdate --mode recovery Starting Google_Guado firmware updater v4 (recovery)... - Updater package: [Google_Guado.6301.108.4] - Current system: [RO:Google_Guado.6301.108.4 , ACT:Google_Guado.6301.108.4] - Write protection: Hardware: off, Software: Main=off recovery: update RO+RW * invoke: flashrom -p host --fast-verify -w bios.bin Firmware update (recovery) completed. Fix confirmed.
,
Sep 28 2017
the issue was that i changed the code to run a command named "flashrom -p host --fast-verify -w bios.bin" instead of a command named "flashrom" with the args "-p host --fast-verify -w bios.bin". that's what the "command not found" message was trying to show :).
,
Jan 22 2018
,
Jan 23 2018
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by perley@chromium.org
, Sep 28 2017