Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
/ panda_jungle Public archive

Code powering the Panda Jungle debug board

Notifications You must be signed in to change notification settings

commaai/panda_jungle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: the jungle firmware has moved to commaai/panda

Welcome to the jungle

Firmware for the internal Panda Jungle testing boards. Forked from panda firmware (adc0c12).

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}=="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 on your jungle

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.

About

Code powering the Panda Jungle debug board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages