当前位置:网站首页>[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)
边栏推荐
- MySQL advanced (Advanced) SQL statement (II)
- Global and Chinese market of handheld ultrasonic scanners 2022-2028: Research Report on technology, participants, trends, market size and share
- C reflection practice
- /silicosis/geo/GSE184854_ scRNA-seq_ mouse_ lung_ ccr2/GSE184854_ RAW/GSM5598265_ matrix_ inflection_ demult
- venn圖取交集
- 《MATLAB 神经网络43个案例分析》:第41章 定制神经网络的实现——神经网络的个性化建模与仿真
- Find duplicates [Abstract binary / fast and slow pointer / binary enumeration]
- halcon图像矫正
- JS <2>
- tarjan2
猜你喜欢
MySQL advanced (Advanced) SQL statement (II)
Failed to upgrade schema, error: “file does not exist
Verilog 时序控制
C reflection practice
OSPF LSA message parsing (under update)
Pycharm2021 delete the package warehouse list you added
MySQL connection query and subquery
Getting started with MQ
"Analysis of 43 cases of MATLAB neural network": Chapter 41 implementation of customized neural network -- personalized modeling and Simulation of neural network
On redis (II) -- cluster version
随机推荐
Kotlin 基础学习13
Mathematical calculation in real mode addressing
GSE104154_ scRNA-seq_ fibrotic MC_ bleomycin/normalized AM3
Spark Tuning
Screenshot literacy tool download and use
Verilog 时序控制
[HCIA continuous update] working principle of OSPF Protocol
竞争与冒险 毛刺
aaaaaaaaaaaaa
在QML中加载不同字体
焱融看 | 混合雲時代下,如何制定多雲策略
2022 hoisting machinery command examination paper and summary of hoisting machinery command examination
GB/T-2423. XX environmental test documents, including the latest documents
Global and Chinese market of gynaecological health training manikin 2022-2028: Research Report on technology, participants, trends, market size and share
《MATLAB 神经网络43个案例分析》:第42章 并行运算与神经网络——基于CPU/GPU的并行神经网络运算
venn图取交集
Global and Chinese markets for welding equipment and consumables 2022-2028: Research Report on technology, participants, trends, market size and share
MySQL advanced (Advanced) SQL statement (II)
Knowing things by learning | self supervised learning helps improve the effect of content risk control
Grpc快速实践