728x90
반응형
맨 위로 올라가기
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
반응형

+ Recent posts