当前位置:网站首页>[untitled] basic operation of raspberry pie (2)
[untitled] basic operation of raspberry pie (2)
2022-07-02 03:26:00 【Glutinous rice dumpling duck】
1. Turn on the camera
(1) Method 1 : Click on the raspberry pie icon —— Preferences ——Raspberry Pi Configuration——interfaces——Camera——Enable——OK


(2) Method 2 : Open the terminal —— Input sudo raspi-config, enter —— choice Interfacing Options——Camera—— yes ——Finish
2. Software installation
(1) Change the source
The source address of raspberry pie software is abroad , If you use the domestic network for access, the slow download speed may lead to download failure , It is suggested to replace it with domestic software source . The specific operation is as follows :
edit ‘/etc/apt/sources.list’ file ( Input... At the terminal sudo nano /etc/apt/sources.list), Delete (Ctrl+K) All contents of the original document , Copy
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib rpi
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib rpi
To terminal , enter , write file (ctrl+O), return (ctrl+X);
edit ‘/etc/apt/sources.list.d/raspi.list’ file ( Input... At the terminal sudo nano /etc/apt/sources.list.d/raspi.list), Delete all contents of the original file , Replace... With the following :
deb http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ buster main ui enter ;
Refresh the software source :sudo apt-get update
Update the installation package :sudo apt-get upgrade
(2) install 、 uninstall
install : After preparing the software source and connecting to the network , The user only needs to input “sudo apt-get install The software name ”, You can complete the installation . When the user needs to repair the damaged software package or wants to reinstall the latest version of some files , have access to “sudo apt-get --reinstall install The software name ” Command to reinstall .
uninstall : Incomplete uninstall :“sudo apt-get remove”, When deleting a package , It will delete other software packages that depend on this package . Uninstall completely :“sudo apt-get --purge remove”, While deleting the package file , Also delete the configuration file used by the package .
Now let's install a Chinese input method : Open the terminal —— Enter at the command line sudo apt-get install scim-pinyin—— Restart raspberry pie after installation ( Command line input :sudo reboot)


边栏推荐
- aaaaaaaaaaaaa
- Verilog wire type
- Verilog avoid latch
- JS introduction < 1 >
- Eight steps of agile development process
- Yan Rong looks at how to formulate a multi cloud strategy in the era of hybrid cloud
- tarjan2
- Calculation of page table size of level 2, level 3 and level 4 in protection mode (4k=4*2^10)
- Halcon image rectification
- Kotlin基础学习 16
猜你喜欢

Generate random numbers that obey normal distribution

MySQL connection query and subquery

命名块 verilog

Docker installs canal and MySQL for simple testing and implementation of redis and MySQL cache consistency

Common means of modeling: aggregation

C reflection practice

Form custom verification rules

Verilog parallel block implementation
![寻找重复数[抽象二分/快慢指针/二进制枚举]](/img/9b/3c001c3b86ca3f8622daa7f7687cdb.png)
寻找重复数[抽象二分/快慢指针/二进制枚举]

JIT deep analysis
随机推荐
Verilog 过程连续赋值
初出茅庐市值1亿美金的监控产品Sentry体验与架构
Principle of computer composition - interview questions for postgraduate entrance examination (review outline, key points and reference)
Knowing things by learning | self supervised learning helps improve the effect of content risk control
Verilog 时序控制
Qualcomm platform WiFi -- P2P issue (2)
Global and Chinese markets for infant care equipment, 2022-2028: Research Report on technology, participants, trends, market size and share
MySQL connection query and subquery
Use blocking or non blocking for streamline
GSE104154_ scRNA-seq_ fibrotic MC_ bleomycin/normalized AM3
QT environment generates dump to solve abnormal crash
Competition and adventure burr
Global and Chinese market of autotransfusion bags 2022-2028: Research Report on technology, participants, trends, market size and share
West digital decided to raise the price of flash memory products immediately after the factory was polluted by materials
/silicosis/geo/GSE184854_scRNA-seq_mouse_lung_ccr2/GSE184854_RAW/GSM5598265_matrix_inflection_demult
SAML2.0 notes (I)
"Analysis of 43 cases of MATLAB neural network": Chapter 42 parallel operation and neural network - parallel neural network operation based on cpu/gpu
Go执行shell命令
JDBC details
Generate random numbers that obey normal distribution