You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/runtime_bug_report.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: Runtime bug report
3
-
about: Sketch compile and uploads but doesn't run correctly (or doesn't run at all)
3
+
about: Sketch compiles and uploads but doesn't run correctly (or doesn't run at all)
4
4
title: ''
5
5
labels: ''
6
6
assignees: ''
@@ -14,17 +14,19 @@ A clear and concise description of what the bug is.
14
14
**Full verbose** compilation output, ideally with `arduino-cli` invocation or from IDE 2.3.3+
15
15
Issues without the full verbose output will be discarded as invalid.
16
16
17
-
**Output of debug UART**
18
-
Complete output of the console crash, starting from
17
+
**Output of Serial Monitor**
18
+
1. If you have an USB-to-Serial adapter, paste the complete output of the console crash, starting from
19
19
```*** Booting Zephyr OS build v3.7...```
20
-
Runtime issues without the **full UART output** will be discarded as invalid.
20
+
2. If you don't, compile the sketch in `Debug` mode (see *Troubleshooting section* in README) and paste the output after invoking `sketch` command
21
+
Runtime issues without the **full output** will be discarded as invalid.
21
22
22
23
**Output of readelf**
24
+
You can find the loaction of the elf file by compiling in Verbose mode and looking near the end of the compilation output (after `Linking everything together..`)
23
25
Paste (or attach) the output of `arm-none-eabi-readelf -a $your_sketch_elf_file`
0 commit comments