mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-05 22:41:44 +00:00
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>
16 lines
433 B
JSON
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"]
|
|
}
|
|
}
|