MrChromebox / scripts

Scripts for setup/install/firmware update for ChromeOS devices
The Unlicense
582 stars 165 forks source link

Chromebook Pixel 2 (Samus): Firmware update script won't run and complains flashrom can't be downloaded, yet flashrom is already installed #182

Closed winteriscariot closed 2 years ago

winteriscariot commented 2 years ago
[root@samus ~]# chmod +x firmware-util.sh 
[root@samus ~]# ./firmware-util.sh 

Downloading supporting files...
Error downloading flashrom; cannot proceed.

Unable to download flashrom utility; cannot continue

[root@samus ~]# which flashrom
/usr/bin/flashrom
[root@samus ~]# 

not sure what to do here without going in and chopping up the script in order to make it pass checks that it should be passing.

winteriscariot commented 2 years ago

Arch Linux installed currently, dug out my Samus in order to fiddle with it, trying to update to the latest firmware using the latest script downloaded from mrchromebook.tech, and the above error is the result

winteriscariot commented 2 years ago

user error, closing