当前位置:网站首页>Raspberry pie change source
Raspberry pie change source
2022-07-24 07:09:00 【code artist】
First, judge the architecture and version , There are commands under the architecture , Enter a command to determine , Then judge your version , According to the version, Tsinghua source will have different editing contents , My tutorial is relatively simple , See the official website of Tsinghua source for details raspbian | Mirror station help | Tsinghua University open source software image station | Tsinghua Open Source Mirror
framework :
- armhf
edition :
- stretch
- buster
- bullseye
notes :Raspbian The system is based on ( in order to armhf, It must also be based on ) At that time or testing Version of 7.0/wheezy, therefore Raspbian Not inclined to use stable/testing Represents version .
Instructions
First, through uname -m Determine the architecture of the system you use .
Choose your Raspbian Corresponding Debian edition : Debian 9 (stretch) Debian 10 (buster) Debian 11 (bullseye)
# armv7l user : edit `/etc/apt/sources.list` file , Delete all contents of the original file , Replace... With the following
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ bullseye main non-free contrib rpi
# deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ bullseye main non-free contrib rpi
# armv7l If the user needs to open multi-arch Use arm64 Software sources , Need to be in `/etc/apt/sources.list` Medium plus
deb [arch=arm64] http://mirrors.tuna.tsinghua.edu.cn/raspbian/multiarch/ bullseye main
# aarch64 user : edit `/etc/apt/sources.list` file , Replace... With the following :
# The source image is annotated by default to improve apt update Speed , If necessary, please cancel the comment
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
# For both architectures , edit `/etc/apt/sources.list.d/raspi.list` file , Delete all contents of the original file , Replace... With the following :
deb http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ bullseye main边栏推荐
猜你喜欢

The function of extern, static, register, volatile keywords in C language; Nanny level teaching!
![[wechat applet] understand conditional rendering, list rendering and wxss template style](/img/97/cb78efcbcfe1a598da87751c482a98.png)
[wechat applet] understand conditional rendering, list rendering and wxss template style

An AI plays 41 games, and the comprehensive performance score of Google's latest multi game decision transformer is twice that of dqn

一日一书:机器学习及实践——从零开始通往kaggle竞赛之路

Thinking of data analysis -- analyzing the retail industry as a whole -- an all-round and multifaceted detailed analysis

STM32基于hal库的adc以DMA的多通道采样以及所遇问题解决

第二部分—C语言提高篇_3. 指针强化

Redis fragment cluster

avaScript的流程控制语句

文件上传下载Demo
随机推荐
MySql的DDL和DML和DQL的基本语法
Vs debugging
华为专家自述:如何成为优秀的工程师
chm文件打开时提示乱码
Libc.so.6/glibc cross compilation
【Tips】创建版本控制项目的简单方法
17. 什么情况用ArrayList or LinkedList呢?
After grouping, return to the last record group in each group_ Use of concat
【杂论:离散化】
[C language] operator details (in-depth understanding + sorting and classification)
变量和数据类型(04)完结
tensorflow einsum函数
STM32外部中断(寄存器版本)
Redis master-slave mechanism
别太在意别人的眼光,那会抹杀你的光彩
Redis persistence
不去和谁比较,只需做好自己
编译与调试(gcc,g++,gdb)
tensorflow scatter_nd函数
上传excel文件