Skip to content

myforkcode/python_rpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

OpenWrt Feed for Python Module on Raspberry Pi

This is an openwrt feed providing python modules for Raspberry Pi. The feed provides moduless below:

Usage

To configure the openwrt buildroot, put a line below in your feeds.conf.

src-git python_rpi https://github.com/pman0214/python_rpi.git

Update the feed and install the package feeds.

$ ./scripts/feeds update python_rpi
$ ./scripts/feeds install python-rpi-gpio

Run make menuconfig and locate packages to configure. Python packages are available under Languages > Python.

Package building documents are available on OpenWrt Wiki - How to Build a Single Package.

Under Development

The packages are tested on Chaos Calmer 15.05 on Raspberry Pi 2. Bug reports and pull requests are welcome.

Copyright, License

Copyright (c) 2016, Shigemi ISHIDA

This software is released under the BSD 3-clause license. See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%