Git Product home page Git Product logo

logi-tools's Introduction

Logi-tools

Software tools (loader, libraries) to be installed on the host platform (logipi/logibone).

LOGI-BONE Instructions

To install the logi-bone tools, run install_logibone as sudo. This will flash the cape eeprom, install the loader, compile the communication library and setup the python library

LOGI-PI Instructions

To install the logi-pi tools, run install_logipi as sudo. This will install the loader, compile the communication library and install the python library.

For PI2 owners using the LOGIPI R1.1, you'll need to re-compile the loader using the following procedure (in logi-tools):

cd unified_loader

make clean

make logipi_loader PI_VER=PI2

sudo make install

To enable SPI on latest raspbian distro, edit /boot/config.txt (as sudo) and add :

dtparam=spi=on

To enable I2C on latest raspbian distro, edit /boot/config.txt (as sudo )and add :

dtparam=i2c_arm=on

to the file.

also edit /etc/modules (as sudo) and add the line :

i2c-dev

logi-tools's People

Contributors

jpiat avatar valentfx avatar tcao avatar gvsyn avatar

Watchers

James Cloos avatar kennethlyn avatar

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.