Skip to content

ggodkin/openocd_RPI4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openocd_RPI4

openocd configuration for Raspberry PI 4 to work with ATSAMD21E18 or higher

openocd installation steps:

  • sudo apt update
  • sudo apt upgrade
  • git clone http://openocd.zylin.com/openocd
  • cd openocd/
  • sudo apt install libtool
  • ./bootstrap
  • ./configure --enable-sysfsgpio --enable-bcm2835gpio
  • make
  • sudo make install

About

openocd configuration for Raspberry PI 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published