commit | be582b2faa8c5cebbab6b4538f0e42d129606810 | [log] [tgz] |
---|---|---|
author | Ruben Rodriguez Buchillon <coconutruben@chromium.org> | Wed May 05 16:10:22 2021 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 19 23:19:55 2021 +0000 |
tree | a26417ccc6c4f2cd42721d68da36b284672097f0 | |
parent | b5eb0085047b701d9513c9fe16dce8359b852ea0 [diff] |
servo_mfg: gensys hub 6414 fw for v4p1 mfg BUG=b:186547883 TEST=servo_mfg v4p1 // success Change-Id: I76973da1d9a1a411b628ce8a978c1ca21b1700eb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/hdctools/+/2897133 Tested-by: Ruben Rodriguez Buchillon <coconutruben@chromium.org> Reviewed-by: Brian Nemec <bnemec@chromium.org> Commit-Queue: Ruben Rodriguez Buchillon <coconutruben@chromium.org>
diff --git a/servo/scripts/servo_mfg/binfiles/GL3590-OV7S1_Google_Servo_FW6414.bin b/servo/scripts/servo_mfg/binfiles/GL3590-OV7S1_Google_Servo_FW6414.bin new file mode 100644 index 0000000..a04e620 --- /dev/null +++ b/servo/scripts/servo_mfg/binfiles/GL3590-OV7S1_Google_Servo_FW6414.bin Binary files differ
diff --git a/servo/scripts/servo_mfg/genesys_hub_programmer.py b/servo/scripts/servo_mfg/genesys_hub_programmer.py index 878445b..734434c 100644 --- a/servo/scripts/servo_mfg/genesys_hub_programmer.py +++ b/servo/scripts/servo_mfg/genesys_hub_programmer.py
@@ -27,7 +27,7 @@ PROGRAMMER_BIN = 'hubFwUpdaterCLI' # This is the file to program. - FW_BIN = 'GL3590-OV7S1_Google_Servo_FW6411.bin' + FW_BIN = 'GL3590-OV7S1_Google_Servo_FW6414.bin' READ_CMD = [PROGRAMMER_BIN, 'version'] @@ -35,7 +35,7 @@ VERSION_REGEX = re.compile(r'version:(\d+)$') - FW_VERSION = 6411 + FW_VERSION = 6414 def __init__(self, force): """Initialize the programmer.