Giter Club home page Giter Club logo

shpi_setup's Introduction

Please note:

This is in rework. We provide here als files to setup an custom SHPI image on your own. Normal users should stay away and use our image.

enable SSH:

Enable SSH by placing a file named ssh (without extension), onto the boot partition of the SD card. The content of the file does not matter.

Raspbian will have two partitions. Place the ssh file on to the smaller boot partition.

setup WIFI:

Create a file in the root of boot called: wpa_supplicant.conf

Then copy the following code into it (replace NETWORK-NAME and NETWORK-PASSWORD with your WIFI credentials):

country=US

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev

update_config=1


network={

    ssid="NETWORK-NAME"

    psk="NETWORK-PASSWORD"

}

shpi_setup's People

Contributors

shpi avatar sausix avatar

Stargazers

 avatar René Lebherz avatar maik avatar Oliver Drechsler avatar  avatar  avatar  avatar

Watchers

Paddy avatar  avatar  avatar

Forkers

napsio

shpi_setup's Issues

Rc.local fails to run

Found a small Typo in the RC.Local.
Line 104: echo "Starting touchdriver.py

The end " are missing.
echo "Starting touchdriver.py"

touchdriver error on SHPI.zero lite

I can't get the touchdriver to run on the zero lite.
I took the image "SHPI.zero Beta Firmware ZIP (based on Raspberry Pi OS 05/2020)" from the homepage, updated it and installed the missing packages (python-smbus, evdev).
When starting the touchdriver:

sudo python /home/pi/zero_setup/touchdriver.py

I get the following error message:

Traceback (most recent call last):
File "/home/pi/zero_setup/touchdriver.py", line 145, in
bus.write_byte_data(0x5c,0x6e,0b00001110)
IOError: [Errno 121] Remote I/O error
Exception TypeError: TypeError('super() takes at least 1 argument (0 given)',) in <bound method InputDevice.del of InputDevice('/dev/input/event1')> ignored

How can I fix the problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.