mirror of
https://github.com/Dasharo/scripts.git
synced 2026-06-13 10:16:13 -07:00
firmware.sh: fix flashing EC FW on EVE
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
+1
-1
@@ -542,7 +542,7 @@ the touchpad firmware, otherwise the touchpad will not work."
|
||||
if [[ $? -eq 0 ]]; then
|
||||
# flash TP firmware
|
||||
echo_green "Flashing touchpad firmware -- do not touch the touchpad while updating!"
|
||||
${flashromcmd} -p ec:type=tp -i EC_RW -w ${touchpad_eve_fw} -o /tmp/flashrom.log >/dev/null 2>&1
|
||||
${flashromcmd#${flashrom_params}} -p ec:type=tp -i EC_RW -w ${touchpad_eve_fw} -o /tmp/flashrom.log >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo_green "Touchpad firmware successfully downgraded."
|
||||
echo_yellow "Please reboot your Pixelbook now."
|
||||
|
||||
Reference in New Issue
Block a user