WARNING: the jungle firmware has moved to commaai/panda
Firmware for the internal Panda Jungle testing boards. Forked from panda firmware (adc0c12).
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}=="bbaa", ATTRS{idProduct}=="ddcf", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="bbaa", ATTRS{idProduct}=="ddef", MODE="0666"
EOF
sudo udevadm control --reload-rules && sudo udevadm trigger
Updating the firmware is easy! In the board
folder, run:
./flash.sh
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.