728x90
반응형
Finding the version you want to install
Download the deb file
$ wget http://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20201108_all.deb
wget http://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/pool/main/r/raspi-config/<YOUR_VERSION>
Solve the dependency problem
sudo apt install lua5.1 libatopology2 libfftw3-single3 libsamplerate0 alsa-utils
Install
$ sudo dpkg -i raspi-config_20201108_all.deb
sudo dpkg -i <YOUR_VERSION>
Mount on the /boot
df -h
mount /dev/mmcblk0p1 /boot
Reboot
sudo reboot
2023.12.31 - [Embedded System] - Basic I2C Communication tutorial Pi and UNO
Find your camera
sudo apt-get install v4l-utils
v4l2-ctl --list-devices
Test it.
sudo apt install ffmpeg
ffplay /dev/video0
728x90
반응형
'Firmware & Embedded > Components' 카테고리의 다른 글
Pinout Spec for the BlackPill Dev-Board based on STM32F401CCU6 (0) | 2024.03.03 |
---|---|
Set a MPU-6050 (0) | 2024.02.05 |
DOF(Degree of Freedom) (0) | 2024.01.08 |
ESP8266 모듈 라이브러리 활용 (0) | 2023.11.27 |
Voltage step-up DC to DC Converter Module (XL6009E1) (0) | 2022.12.03 |