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
* update to ubuntu 24.04
* Apply suggestions from code review
* Update .github/workflows/repo.yml
* Update test.yaml
* docker builds
* bump
* no pyenv
* ugh this should just be removed
* fix
* add release/
* no openpilot
* remove those too
* build in the docker
* cleanup
* need the addons
Copy file name to clipboardExpand all lines: board/debug/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Connect an ST-Link V2 programmer to the SWD pins on the board. The pins that nee
11
11
Make sure you're using a genuine one for boards that do not have a 3.3V panda power rail. For example, the tres runs at 1.8V, which is not supported by the clones.
12
12
13
13
## Openocd
14
-
Install openocd. For Ubuntu 20.04, the one in the package manager works fine: `sudo apt install openocd`.
14
+
Install openocd. For Ubuntu 24.04, the one in the package manager works fine: `sudo apt install openocd`.
15
15
16
16
To run, use `./debug_f4.sh (TODO)` or `./debug_h7.sh` depending on the panda.
0 commit comments