mirror of https://github.com/commaai/openpilot.git
parent
e34bc5b370
commit
bd9ca30ee8
|
@ -72,7 +72,8 @@ def update_panda():
|
|||
cloudlog.info("Done flashing")
|
||||
|
||||
if panda.bootstub:
|
||||
cloudlog.info("Flashed firmware not booting, flashing development bootloader")
|
||||
bootstub_version = panda.get_version()
|
||||
cloudlog.info(f"Flashed firmware not booting, flashing development bootloader. Bootstub version: {bootstub_version}")
|
||||
panda.recover()
|
||||
cloudlog.info("Done flashing bootloader")
|
||||
|
||||
|
|
Loading…
Reference in New Issue