Skip to content

susmitaSanyal/pinctrl-upboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinctrl-upboard

UP boards pin controller driver for UP HAT pins.

Supported products

  • UP Squared
  • UP Squared Pro
  • UP Squared V2
  • UP Core
  • UP Core Plus
  • UP Xtreme
  • UP Xtreme i11
  • UP Xtreme i12
  • UP Squared 6000
  • UP 4000
  • UP Element i12
  • UP Squared Pro 7000
  • UP Squared i12

Install deb package

Install deb package on Debian-based Linux distributions like Ubuntu, Linux Mint, Parrot....

  1. install DKMS

sudo apt install dkms 

Reboot the system before installing the pinctrl driver. Download the latest deb package from the release folder

  1. install deb package

sudo dpkg -i pinctrl-upboard_1.0.5_all.deb

Reboot the system again before starting to use the 40 pin header functionalities.

HAT Pins usage information

please refer UP WiKi for more details

Alternatively you can:

Build the driver from source

build deb package

To release debian package purpose, please make sure you have installed devscripts and debhelper package, in pinctrl-upboard folder type following command

debuild -i -us -uc

build kernel modules

Developing/debug purpose or used on none Debian-based Linux distributions, please make sure you have installed linux header and build-essential, in pinctrl-upboard folder type following command

cd files && make

About

pin controller driver for UP HAT pins

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 81.7%
  • ASL 13.7%
  • Shell 3.0%
  • Other 1.6%