8000 GitHub - vgololobov/panda_jungle: Code powering the Panda Jungle debug board
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vgololobov/panda_jungle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the jungle

Firmware for the internal Panda Jungle gen2 testing board. Forked from panda firmware v1.5.3.

Updating the firmware on your jungle

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

make

If you somehow bricked your jungle, you'll need a comma key to put the microcontroller in DFU mode. When powered on while holding the key button to put it in DFU mode, running make recover in board/ should unbrick it.

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

About

Code powering the Panda Jungle debug board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.3%
  • Assembly 2.6%
  • Python 1.9%
  • Makefile 0.2%
0