Development Board Application
Part of the Smart Music Player project. Program for the development board. Github project.
Requirements
- Raspberry Pi 3B+ running Raspbian Buster with desktop and recommended software (September 2019)
- Microstack GPS module.
- Deltaco USB sound card 7.1
Install dependencies
[pi@raspberry:~]$ sudo apt install libssl-dev=1.1.1c-1
[pi@raspberry:~]$ sudo apt install libjsoncpp-dev=1.7.4-3
[pi@raspberry:~]$ sudo apt install libcurl4-openssl-dev=7.64.0-4
[pi@raspberry:~]$ sudo apt install libmpg123-dev=1.25.10-2
Configurations
Required
Not required
- Configuration to start the program automatically after boot instruction
Build and run
[pi@raspberry:~]$ make -j4
[pi@raspberry:~]$ chmod +x run.sh
[pi@raspberry:~]$ ./run.sh
Build test
[pi@raspberry:~]$ make test -j4
[pi@raspberry:~]$ LD_LIBRARY_PATH=./test ./test/test