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


边栏推荐
- In the era of programmers' introspection, five-year-old programmers are afraid to go out for interviews
- 数据传输中的成帧
- venn圖取交集
- Verilog 时序控制
- This article describes the step-by-step process of starting the NFT platform project
- 寻找重复数[抽象二分/快慢指针/二进制枚举]
- 《MATLAB 神经网络43个案例分析》:第42章 并行运算与神经网络——基于CPU/GPU的并行神经网络运算
- QT environment generates dump to solve abnormal crash
- Qt的网络连接方式
- 竞争与冒险 毛刺
猜你喜欢

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

SAML2.0 笔记(一)

Discrimination between sap Hana, s/4hana and SAP BTP

Design details of SAP e-commerce cloud footernavigationcomponent

Large screen visualization from bronze to the advanced king, you only need a "component reuse"!

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

One of the future trends of SAP ui5: embrace typescript

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

halcon图像矫正
![[C Advanced] brother Peng takes you to play with strings and memory functions](/img/95/ab1bb0b3fa0b99e32233a5ca5d42a4.jpg)
[C Advanced] brother Peng takes you to play with strings and memory functions
随机推荐
知物由学 | 自监督学习助力内容风控效果提升
IPhone 6 plus is listed in Apple's "retro products" list
Verilog 线型wire 种类
Grpc快速实践
Which of PMP and software has the highest gold content?
Verilog 避免 Latch
Calculation of page table size of level 2, level 3 and level 4 in protection mode (4k=4*2^10)
Exchange rate query interface
Load different fonts in QML
竞争与冒险 毛刺
Aaaaaaaaaaaa
What is hybrid web containers for SAP ui5
Global and Chinese market of gynaecological health training manikin 2022-2028: Research Report on technology, participants, trends, market size and share
C#聯合halcon脫離halcon環境以及各種報錯解决經曆
汇率的查询接口
[数据库]JDBC
This article describes the step-by-step process of starting the NFT platform project
Global and Chinese market of bone adhesives 2022-2028: Research Report on technology, participants, trends, market size and share
2022 hoisting machinery command examination paper and summary of hoisting machinery command examination
Verilog 过程连续赋值