-
Notifications
You must be signed in to change notification settings - Fork 0
Software (en)
This are the instructions to install all needed programs on raspbian and a ready for use ActionPi software. There are several additional hardware parts needed, make sure you haven't forgot anything.
-
set up a new raspbian lite image
-
install the following programs
sudo apt-get install usbmount geany cmake imagemagick fbi i2c-tools gpac
-
now download the ActionPi Software and unzip it
cd /home/pi/Downloads/
wget -O ActionPi-master.zip https://github.com/Seil0/ActionPi/archive/master.zip
unzip ActionPi-master.zip
-
execute the build script and the ActionPi and all needed libraries software will be installed
cd ActionPi-master/
./build.sh
-
set up a new raspbian lite image
-
install the following programs
sudo apt-get install usbmount geany cmake imagemagick fbi i2c-tools gpac
-
now download or copy the ActionPi Software and unzip it
cd /home/pi/Downloads/
wget -O ActionPi_install_offline.zip https://github.com/Seil0/ActionPi/releases/download/1.02/ActionPi_install_offline.zip
or copy the file in your downloads directory
unzip ActionPi_install_offline.zip
-
execute the build script and the ActionPi and all needed libraries software will be installed
cd ActionPi_install_offline/
./build_offline.sh
will be done soon