Skip to content

Software tools (video stream and other), should not be platform (spi, logibone, etc) specific

Notifications You must be signed in to change notification settings

gridss/logi-tools

 
 

Repository files navigation

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 flash the cape eeprom, install the loader, compile the communication library and install the python library.

For PI2 owners : For PI2 only the loader needs to be updated and device-tree setup so spi is enabled (disabled by default). To update the loader after the install_logipi script was run, go to logipi_loader and run the following commands:

make clean make PI_VER=PI2 sudo make install

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

dtparam=spi=on

to the file.

About

Software tools (video stream and other), should not be platform (spi, logibone, etc) specific

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.8%
  • SuperCollider 17.2%
  • HTML 9.8%
  • Makefile 7.4%
  • C++ 3.2%
  • Shell 1.9%
  • Other 0.7%