728x90
반응형
![맨 위로 올라가기](https://tistory4.daumcdn.net/tistory/5482790/skin/images/ivmovetop.png)
Finding the version you want to install
Index of /debian/pool/main/r/raspi-config
archive.raspberrypi.org
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
Basic I2C Communication tutorial Pi and UNO
HTML 삽입 미리보기할 수 없는 소스 I2C 란? I2C 는 'Inter-Intergrated Circuit'의 약어이며 Inter라는 접두어는 '사이에' 또는 '서로'를 의미하는 것으로 여러 반도체 장치 사이에서 통신을 위해 설계되었음
vodkasoda.tistory.com
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 |