当前位置:网站首页>[email protected]树莓派
[email protected]树莓派
2022-07-06 05:35:00 【Ki1381】
前几天跟华为的销售/售前兄弟探讨国产信创替代,话题自然包含了open欧拉操作系统。周末突然又想起这茬儿了,就去官网浏览了一下。本想只是随便再进一步了解下,没想到居然看到了这个:

嗯,这下我可就不困了。先是找到了可用的下载镜像站:镜像列表 (openeuler.org)
https://www.openeuler.org/zh/mirror/list/
然后选了上交大的源,下载235M的img.xy文件。:
raspi_img (sjtu.edu.cn)
https://mirror.sjtu.edu.cn/openeuler/openEuler-22.03-LTS/raspi_img/
后续就跟刷树莓派官方OS一样。尝试直接刷在一块SSD的USB移动硬盘上,实测能正常启动。顺便吐槽一句,for RPI的Ubuntu 20.04就不支持USB BOOT,但22.04可以。
默认用户root,默认密码 openeuler。
因为只打算用家里的wifi,所以还需要设置无线网络。不同于树莓派官方OS有raspi-config命令可以集中管理,openEuler下设置无线网络需要使用命令行(当然在正式设置前也可以只用命令nmcli dev wifi先预扫下所有可用网络,顺便确认无线网卡工作正常。):
nmcli dev wifi connect 你的wifi的SSID password 你的wifi密码
还挺热闹的。连接成功后,去/etc/sysconfig/network-scripts/下查看,多了一个文件,名称为ifcfg-<SSID>。其中<SSID>就是刚才命令行里指定的相应参数的值。如果要将此树莓派配置为使用固定的WIFI地址,可以修改这个文件。关键点为:
BOOTPROTO=static(默认是dhcp)
并且增加以下几行(具体数值必须根据实际情况):
IPADDR=192.168.1.53
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
DNS1=114.114.114.114
DNS2=8.8.8.8重启下网络服务以便使配置生效:
systemctl restart NetworkManager然后就可以ssh上去继续玩了。如果习惯使用putty作为ssh客户端并且很久很久没更新过的话,建议升级到最新版,不然可能会出现报错加密算法不支持。https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe
https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe

openEuler 包管理使用dnf,所以升级可以用dnf update,安装软件可以用dnf install xxxx。跟apt或yum很类似。测试了下httpd + php和firewalld,成功。

先这样吧,支持一波。
边栏推荐
- flutter 实现一个有加载动画的按钮(loadingButton)
- Pointer classic written test questions
- In 2022, we must enter the big factory as soon as possible
- Note the various data set acquisition methods of jvxetable
- Promotion hung up! The leader said it wasn't my poor skills
- Notes, continuation, escape and other symbols
- Huawei od computer test question 2
- [force buckle]43 String multiplication
- js Array 列表 实战使用总结
- 【OSPF 和 ISIS 在多路访问网络中对掩码的要求】
猜你喜欢

注释、接续、转义等符号

JS array list actual use summary

02. Develop data storage of blog project

Text classification still stays at Bert? The dual contrast learning framework is too strong
![[Tang Laoshi] C -- encapsulation: classes and objects](/img/4e/30d2d4652ea2d4cd5fa7cbbb795863.jpg)
[Tang Laoshi] C -- encapsulation: classes and objects

Vulhub vulnerability recurrence 67_ Supervisor

pix2pix:使用条件对抗网络的图像到图像转换

自建DNS服务器,客户端打开网页慢,解决办法
![[cloud native] 3.1 kubernetes platform installation kubespher](/img/86/137a65a5b58bc32e596d2a330ca9fc.png)
[cloud native] 3.1 kubernetes platform installation kubespher

Problems encountered in installing mysql8 on MAC
随机推荐
Pytorch代码注意的细节,容易敲错的地方
Review of double pointer problems
01. 开发博客项目之项目介绍
Quantitative description of ANC noise reduction
JDBC calls the stored procedure with call and reports an error
pix2pix:使用条件对抗网络的图像到图像转换
PDK工艺库安装-CSMC
Pix2pix: image to image conversion using conditional countermeasure networks
jdbc使用call调用存储过程报错
Codeforces Round #804 (Div. 2) Editorial(A-B)
B站刘二大人-数据集及数据加载 Lecture 8
应用安全系列之三十七:日志注入
First acquaintance with CDN
Steady, 35K, byte business data analysis post
03. 开发博客项目之登录
Summary of deep learning tuning tricks
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
Algorithm -- climbing stairs (kotlin)
用StopWatch 统计代码耗时
Using stopwatch to count code time