Analyze AK UART log
analyze_ak_logParses AK board UART logs to detect FATAL codes, timing issues, and reboot loops, then outputs diagnosis and fix commands.
Instructions
Paste raw UART console output from an AK board (boot logs, -SIG-> traces, FATAL banners, fatal l/fatal m dumps, timing lines) and get a structured diagnosis: detected FATAL codes with cause and fix, run-to-completion/starvation timing issues, reboot-loop detection, and the exact shell commands to run next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log | Yes | Raw text captured from the 115200 UART console. | |
| context | No | Optional: what the engineer observed (symptom, when it happens). |