Files
github-actions[bot] 0a6503e503 sunnypilot v2026.002.000
version: sunnypilot v2026.002.000 (staging)
date: 2026-06-09T18:31:30
master commit: 01a843e0acbe74d566a7eee9fe0f12f227ae81ed
2026-06-09 18:31:30 +00:00
..
2026-06-09 18:31:30 +00:00
2026-06-09 18:31:30 +00:00
2026-06-09 18:31:30 +00:00
2026-06-09 18:31:30 +00:00
2026-06-09 18:31:30 +00:00
2026-06-09 18:31:30 +00:00
2026-06-09 18:31:30 +00:00
2026-06-09 18:31:30 +00:00
2026-06-09 18:31:30 +00:00
2026-06-09 18:31:30 +00:00

Welcome to the jungle

Firmware for the Panda Jungle testing board. Available for purchase at the comma shop.

udev rules

To make the jungle usable without root permissions, you might need to setup udev rules for it. On ubuntu, this should do the trick:

sudo tee /etc/udev/rules.d/12-panda_jungle.rules <<EOF
SUBSYSTEM=="usb", ATTRS{idVendor}=="3801", ATTRS{idProduct}=="ddcf", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="3801", ATTRS{idProduct}=="ddef", MODE="0666"
EOF
sudo udevadm control --reload-rules && sudo udevadm trigger

updating the firmware

Updating the firmware is easy! In the board/jungle/ folder, run:

./flash.py

If you somehow bricked your jungle, you'll need a comma key to put the microcontroller in DFU mode for the V1. For V2, the onboard button serves this purpose. When powered on while holding the button to put it in DFU mode, running ./recover.sh in board/ should unbrick it.