当前位置:网站首页>[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)


边栏推荐
- verilog REG 寄存器、向量、整数、实数、时间寄存器
- 3124. Word list
- Verilog wire type
- Load different fonts in QML
- Qualcomm platform wifi-- WPA_ supplicant issue
- ZABBIX API creates hosts in batches according to the host information in Excel files
- 《MATLAB 神经网络43个案例分析》:第42章 并行运算与神经网络——基于CPU/GPU的并行神经网络运算
- 《MATLAB 神经网络43个案例分析》:第41章 定制神经网络的实现——神经网络的个性化建模与仿真
- In the era of programmers' introspection, five-year-old programmers are afraid to go out for interviews
- [JS reverse series] analysis of a customs publicity platform
猜你喜欢
![[golang] leetcode intermediate bracket generation & Full Permutation](/img/93/ca38d97c721ccba2505052ef917788.jpg)
[golang] leetcode intermediate bracket generation & Full Permutation

OSPF LSA message parsing (under update)

JIT deep analysis

Detailed explanation of ThreadLocal

"Analysis of 43 cases of MATLAB neural network": Chapter 42 parallel operation and neural network - parallel neural network operation based on cpu/gpu

Verilog 避免 Latch

West digital decided to raise the price of flash memory products immediately after the factory was polluted by materials

知物由学 | 自监督学习助力内容风控效果提升

焱融看 | 混合雲時代下,如何制定多雲策略

《MATLAB 神经网络43个案例分析》:第41章 定制神经网络的实现——神经网络的个性化建模与仿真
随机推荐
2022 hoisting machinery command examination paper and summary of hoisting machinery command examination
表单自定义校验规则
What is the binding path of SAP ui5
/silicosis/geo/GSE184854_ scRNA-seq_ mouse_ lung_ ccr2/GSE184854_ RAW/GSM5598265_ matrix_ inflection_ demult
Pycharm2021 delete the package warehouse list you added
3048. Number of words
3124. Word list
Global and Chinese market of bone adhesives 2022-2028: Research Report on technology, participants, trends, market size and share
Getting started with MQ
Global and Chinese markets for hand hygiene monitoring systems 2022-2028: Research Report on technology, participants, trends, market size and share
Halcon image rectification
This article describes the step-by-step process of starting the NFT platform project
Use blocking or non blocking for streamline
Verilog 避免 Latch
Failed to upgrade schema, error: “file does not exist
Large screen visualization from bronze to the advanced king, you only need a "component reuse"!
Kotlin 基础学习13
Principle of computer composition - interview questions for postgraduate entrance examination (review outline, key points and reference)
Redis set command line operation (intersection, union and difference, random reading, etc.)
ThreadLocal详解