Files
OpenCellular/extra/usb_updater/servo_micro.json
Nick Sanders 5ab0c9fcef servo_updater: add version checks
This adds a check for the current and new versions,
and will not update if they are matched.

BUG=b:69016431
BRANCH=None
TEST=sudo ./servo_updater.py -b servo_micro

Change-Id: I3462099a086278dc1589609d76facf11a64bd3bc
Signed-off-by: Nick Sanders <nsanders@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/804716
Reviewed-by: Wai-Hong Tam <waihong@google.com>
2017-12-06 14:28:58 -08:00

16 lines
433 B
JSON

{
"Comment": "This file describes the updateable sections of the flash.",
"board": "servo_micro",
"vid": "0x18d1",
"pid": "0x501a",
"console": "3",
"Comment on flash": "This is the base address of writeable flash",
"flash": "0x8000000",
"Comment on region format": "name: [baseoffset, length]",
"regions": {
"RW": ["0x10000", "0x10000"],
"PSTATE": ["0xf000", "0x1000"],
"RO": ["0x0000", "0xf000"]
}
}