Compare commits
1 Commits
v1.0.0-MOD
...
v1.0.0-Glo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4a1021e14 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -50,29 +50,29 @@ if __name__ == "__main__":
|
||||
|
||||
targets = [
|
||||
(
|
||||
"Ultra Standalone-MOD",
|
||||
"Ultra Standalone",
|
||||
os.path.join(PATCHED_DIR, "Ultra-TDeck-v9.2.patched.bin"),
|
||||
ultra_patches,
|
||||
),
|
||||
(
|
||||
"Ultra Merged-MOD",
|
||||
"Ultra Merged",
|
||||
os.path.join(PATCHED_DIR, "Ultra-TDeck-v9.2-merged.patched.bin"),
|
||||
[(n, o + 0x10000, e, p) for n, o, e, p in ultra_patches],
|
||||
),
|
||||
(
|
||||
"MeshOS Standalone-MOD",
|
||||
"MeshOS Standalone",
|
||||
os.path.join(PATCHED_DIR, "MeshOS-TDeck-1.1.8.patched.bin"),
|
||||
meshos_patches,
|
||||
),
|
||||
(
|
||||
"MeshOS Merged-MOD",
|
||||
"MeshOS Merged",
|
||||
os.path.join(PATCHED_DIR, "MeshOS-TDeck-1.1.8-merged.patched.bin"),
|
||||
[(n, o + 0x10000, e, p) for n, o, e, p in meshos_patches],
|
||||
),
|
||||
]
|
||||
|
||||
all_passed = True
|
||||
print("=== T-Deck-MOD Firmware Patch Verification Harness ===")
|
||||
print("=== Firmware Patch Verification Harness ===")
|
||||
for label, path, p in targets:
|
||||
print(f"\n{label}:")
|
||||
report = check_binary(path, p)
|
||||
|
||||
Reference in New Issue
Block a user