1
0

Intresting

This commit is contained in:
Aiden
2026-05-26 16:17:24 +10:00
parent d9a9dade41
commit 3e1d30527f
13 changed files with 917909 additions and 3 deletions

View File

@@ -0,0 +1,49 @@
{
"name": "others-copy-gate-probe",
"notes": [
"Recover toward CONNECT OK, seed the OTHERS root soft-key bits, then try to set the page-1 COPY TO SLAVES visibility gate.",
"Press the panel OTHER/COPY controls during the final listen window and record the LCD/lamp result.",
"The command-6 E400 write only works if the ROM is in a live continuation/report window.",
"ROM trace also shows a second local COPY-start gate at F791.7; if that is clear, the panel can divert to SET RCP / MASTER instead of COPY."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"heartbeats": 2,
"timeout": 10.0,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "selector_zero_connect_ok_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.10
},
{
"action": "send",
"label": "others_root_e000_008f_bits11_12",
"frame": "00 01 0F 18 00 4C",
"listen": 0.15
},
{
"action": "wait_for",
"frame": "02 00 02 00 00 5A",
"timeout": 1.5,
"require": false
},
{
"action": "send",
"label": "others_copy_e400_0015_gate",
"frame": "06 00 15 00 01 48",
"listen": 8.0
}
]
}