当前位置:网站首页>Raspberry Pi 4b
Raspberry Pi 4b
2022-04-22 07:17:00 【ZXXL】
System burning
Ubuntu for Raspberry Pi
old releases of Ubuntu MATE
Mate edition
18.04 Unknown
20.04Mate desktop
Tools
- format SD card :SD Card Formatter
- Burn system :Win32 Disk Imager
perhaps
Rasp official Ubuntu installation
Here I'm pretending to be 20.04 Of arm64 server
Change before power on SD card system boot Medium network-config
wifis:
wlan0:
dhcp4: true
optional: true
access-points:
"XXL":
password: "********"
After the initial power on and start , Input ubuntu As user and password , Wait for initialization to complete and reset the password , Again
sudo reboot
WiFi There may be various problems with the configuration , It is recommended to plug in the network cable directly
sudo apt update && sudo apt upgrade
Desktop differences , Here I choose xubuntu
sudo apt install xubuntu-desktop
sudo reboot
Graphical interface selection What is LightDM?GDM?
sudo dpkg-reconfigure gdm3
sudo dpkg-reconfigure lightdm
Administrator settings
sudo passwd root
su root
So far, the initial configuration is completed
IO Oral resources
//GPIO
sudo apt install python3-gpiozero
pinout
//OR
sudo apt install wiringpi
gpio readall
Open the exchange space SWAP
..
sudo apt-get install dphys-swapfile
sudo dphys-swapfile swapoff
sudo nano /etc/dphys-swapfile // Press CTRL + X, Then press Y, Press again ENTER Key to save the file
Uncomment these two items , And modify the value
CONF_SWAPSIZE=16384 // Twice the size of physical memory
CONF_MAXSWAP= // Leave blank to unlimited
sudo /etc/init.d/dphys-swapfile restart
// or
sudo dphys-swapfile setup
sudo dphys-swapfile swapon
free -m
VPN setting
// see CPU framework
uname -a
ROS install
Only Huawei source has binary-arm64/Packages
sudo wget -O /etc/apt/sources.list https://repo.huaweicloud.com/repository/conf/Ubuntu-Ports-bionic.list
sudo apt update
But still not , Vomit
Various attempts failed , Can't be in raspberry pie 20.04Server / 20.04MATE Installation on ROS Noetic
Wait for raspberry pie 22.04 Release to see if you can install ROS2
Intel Realsense I won't support it ARM64 framework

Garbage raspberry pie ruined my youth
Use it as a toy
版权声明
本文为[ZXXL]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220610405047.html
边栏推荐
- 软件工程导论第六版复习(笔记)
- macOS安装redis并设置服务自启动
- 安裝和修改uTools及vscode插件安裝路徑
- SQL server stored procedure development notes - piecemeal problems and operations on operation files
- MySQL完全卸载,mysql服务清理
- ASP. Net daily development notes ---- record logs with text documents
- 作用域与生存期(翁恺老师)
- Eight functions of random library
- Nacos集群架构
- 浙大版《C语言程序设计(第3版)》题目集 练习7-4 找出不是两个数组共有的元素
猜你喜欢

How to become an IC Verification Engineer?

Flutter环境搭建踩坑过程

【JEECG】修改Viser图表颜色样式

JS realizes clicking avatar to upload picture modification

Pixhawk4+Up Board / NUC Implement VIO By Deploying T265

Powerjob workflow

Matlab: remove audio signal noise

ASP. Net daily development notes ----- WebService server development

【Bug小记】input:-webkit-autofill:输入框自动填充背景问题

Nacos命名空间分组和DataID三者关系
随机推荐
Installer et modifier les chemins d'installation des plug - ins utools et vscode
Shift left and right
Nacos persistent switch configuration
C#日常开发随手记----解决一个集合引用另一个集合导致一起改变
ASP. Net daily development notes ----- IIS server supports downloading APK
把上一次作业第一部分,有参数的类,改成无参数方式呈现,功能不变。
[bug notes] the sessionstorage data cannot be obtained after the page is refreshed
Nacos持久化切换配置
软件工程导论第六版复习(笔记)
Sad process from Fab factory to IC Verification
From spec. to chip_ (Digital IC, analog IC, FPGA / CPLD design process and EDA tools)
Raspberry Pi 4b
Flutter环境搭建踩坑过程
Solution to the problem of Chinese garbled code in pyftpdlib
1、编写学生信息管理系统以下三个模块:并检测执行。 1、添加学生信息 4、查询学生信息 5、查询全部学生信息
JS实现点击头像上传图片修改
写一个方法sanjiao(a, b, c),判断三个参数是否能构成一个三角形,如果不能则抛出异常IllegalArgumentException,显示异常信息a,b,c”不能构成三角形”,如果可以
leetcode打卡
ASP. Net daily development notes ---- record logs with text documents
Nacos persistent switch configuration