Made for raspberry pi.
This is my software to constantly update and keep running some programms. Also this soft will reboot device every n time.
Данный репозиторий создан для постоянного поддержания актуальности софта на моей Raspberry PI. Предполагается, что так будет проще обновлять и запускать скрипты, которые требуют собственного потока
- Ignore two scripts so rpi could start them
git update-index --skip-worktree /path/to/autorun/script_auto_start /path/to/rpi_cicd/git-repo-watcher
-
ImportError: libcblas.so.3: cannot open shared object file: No such file or directorySolution: sudo apt-get install -y libatlas-base-dev libhdf5-dev libhdf5-serial-dev libatlas-base-dev libjasper-dev libqtgui4 libqt4-test
-
Git Push Error: insufficient permission for adding an object to repository databaseSolution:
sudo chown -R "${USER:-$(id -un)}" . -
audio is not playing:
-
sudo amixer cset numid=3 1 -
go to
sudo raspi-configand there is an option (helped in my case, but volume is setted only through commands) -
create .asoundrc in /home/ with OR try to change this paramas in
sudo nano /usr/share/alsa/alsa.confdefaults.pcm.card 1 defaults.ctl.card 1
-