Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 457 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 457 Bytes

GPIO-SIM

For working with Simulated GPIOs

Setup

Build and install the linux Kernel from source

  • Debian
./kernel_build_debian.sh

Add udev rules giving user permissions for GPIO

./gpio_rules.sh

USE

Add simulated GPIO chips and lanes

  • Parses from the device-tree
  • Must be run on each boot, consider adding to ~/.bashrc
./setup_sims.sh

remove simulated GPIO chips

./clean_sims.sh