BelaPlatform / bela-image

Images to flash on your BeagleBone Black for use with the Bela cape.
16 stars 2 forks source link

Packages to install #13

Open giuliomoro opened 7 years ago

giuliomoro commented 7 years ago
apt-get install checkinstalll lsof distcc
apt-get reinstall asoundlib2 asoundlib2-dev # current one has something weird
sed -i s/^+zeroconf$/192.168.7.1/ /etc/distcc/hosts # setup distcc
# apt-get install libfreetype6-dev  libxrandr-dev libxinerama-dev libxcursor-dev # for Juce GUI applications

https://sourceforge.net/projects/prudebug/

Firmware and firmware loader for midisport: https://forum.bela.io/d/194-usb-midi-interface-not-powering-up/7

git config --global color.ui true
rm /usr/lib/libbeaglert.so*
apt-get autoremove
apt-get -t jessie install cmake -y
apt-get install gcc-4.8 g++-4.8

update supercollider ( current build still uses PRU 0)

giuliomoro commented 7 years ago

Appropriate dtbo which claims all the pins in use: https://github.com/BelaPlatform/Bela/issues/221