Files
panda/board
Daniel Koepping e1da7dc918 Reduce panda power usage (#2340)
* add bootkick for ship mode

* boot standby

* comment

* stop mode

* fix som status

* exti wakeup

* all standby

* clean

* analog mode

* adc

* clean

* HSI

* stop only cuatro

* comments

* UM2331

* rm

* comment

* enforce SAFETY_SILENT

* clean

* misra

* rm

* disable pulls

* assert

* Revert "disable pulls"

This reverts commit 3b954b929a.

* pull note

* add stop mode USB cmd

* add stop mode to HITL

* fix

* async stop mode request

* test all harness/ign configs

* more time

* use uptime

* print debug

* unstuck

* show prints

* more

* logger

* loglevel

* log

* uptime test

* tighter timing

* print wakeout source

* rm debug

* clean

* robust

* add CAN2

* test more cans

* clean

* more

* longer

* multiple

* more

* can1

* reorder

* normal

* clean

* partial

* clean

* test

* time

* delay

* reset

* setup

* reset

* revert

* silent

* fix ordering

* no random

* warnings

* err

* timings

* heartbeat

* time

* faster

* can1

* simpler

* test 20x

* put back random

* clean

* comment

* jenkinsfile

* final
2026-02-19 14:14:28 -08:00
..
2026-02-16 17:52:44 +01:00
2025-08-26 12:37:36 -07:00
2026-02-11 09:37:14 -08:00
2026-02-15 17:01:09 -08:00
2026-02-19 14:14:28 -08:00
2025-07-27 15:06:30 -07:00
2024-09-19 21:15:08 -07:00
2025-09-28 13:37:35 -07:00
2025-08-26 12:37:36 -07:00
2025-07-19 21:05:12 -07:00
2025-08-26 12:37:36 -07:00
2024-09-24 16:37:23 -07:00
2026-02-15 16:33:58 -08:00
2026-01-22 13:46:26 +01:00
2026-02-19 14:14:28 -08:00
2025-08-26 15:01:22 -07:00
2025-08-26 15:01:22 -07:00
2026-02-19 14:14:28 -08:00
2024-09-19 21:15:08 -07:00
2025-05-19 19:24:49 -07:00
2024-11-22 19:33:04 -08:00
2024-05-30 22:13:47 -07:00

Programming

./flash.py        # flash application
./recover.py      # flash bootstub

Debugging

To print out the serial console from the STM32, run tests/debug_console.py

Troubleshooting

If your panda will not flash and green LED is on, use recover.py. If panda is blinking fast with green LED, use flash.py.

Otherwise if LED is off and panda can't be seen with lsusb command, use panda paw to go into DFU mode.

If your device has an internal panda and none of the above works, try running ../scripts/reflash_internal_panda.py.