Commit 5bf0164
authored
Update collect-debug-logs script to include userland architecture (#1611)
Related https://github.com/tiny-pilot/tinypilot-pro/issues/1030.
Raspberry Pi OS now updates the kernel on 32-bit installations to the
64-bit kernel while simultaneously keeping the userland as 32-bit, which
means that it isn't possible to accurately determine if the user is
running a 64-bit system based on the output of `uname --all`.
This change adds additional information to the `collect-debug-logs`
script, allowing us to detect when a user is running TinyPilot on an
unsupported architecture. It also slightly reformats the relevant
section for readability.
<a data-ca-tag
href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1611"><img
src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review
on CodeApprove" /></a>1 parent 550619e commit 5bf0164
1 file changed
Lines changed: 8 additions & 2 deletions
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
79 | 85 | | |
80 | 86 | | |
81 | 87 | | |
| |||
0 commit comments