树莓派和Debian 64位系统

In the previous passage.

我尝试了使用PINN和Debian64Pi,这两个我都没有经验。

【拼】

PINN是NOOBS的扩展版本。它支持安装多个操作系统和多重引导。与官方版本的区别是,它还支持非官方的由志愿者发布的操作系统。详细信息请参阅官方论坛。固定主题:PINN – NOOBS的增强版。

由于GUI工具,我认为没有什么需要特别纠结的地方。
选择目标操作系统,进行安装,选择启动操作系统,然后重新启动即可。
顺便说一句,我选择了三种不同的操作系统,包括Debian64Pi,由于Wi-Fi环境的原因,安装花费了大约1个小时。
PINN只是一个安装程序,需要从网络上即时下载操作系统映像,因此需要较快的有线网络连接速度。

在操作系统启动时按下SHIFT键,会显示GUI菜单,通过这个菜单可以重新指定启动的操作系统。在安装界面中迅速退出,并在之后显示的启动操作系统选择界面上更改设置。

【Debian64树莓派】

事实上,这是我的目标。自从64位操作系统被一些志愿者公开后,我就一直对它们很感兴趣。最近在官方论坛上看到了这个项目,并尝试安装了它。

请参考上述内容以获得更详细的信息。但是,一开始我不知道root的密码,有些困扰。
我可以预料到一般用户的用户名和密码是debian / debian,但我没有想到root的密码也是一样的。这对于Debian用户来说是常识吗?

说到Raspberry Pi 4B,不知何故Wi-Fi的性能很差。至少在我的环境下是这样的。
我想知道在Debian64Pi上是否得到了改善呢?让我来展示一下64位操作系统的性能如何吧。
因此,让我们进行一下测量试试看……。

debian@debian-rpi64:~$ iperf3 -c 192.168.11.101
Connecting to host 192.168.11.101, port 5201
[  5] local 192.168.11.113 port 55560 connected to 192.168.11.101 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  7.07 MBytes  59.3 Mbits/sec    0    146 KBytes
[  5]   1.00-2.00   sec  6.96 MBytes  58.4 Mbits/sec    0    185 KBytes
[  5]   2.00-3.00   sec  6.65 MBytes  55.8 Mbits/sec    0    206 KBytes
[  5]   3.00-4.00   sec  6.65 MBytes  55.8 Mbits/sec    0    225 KBytes
[  5]   4.00-5.00   sec  6.90 MBytes  57.9 Mbits/sec    0    225 KBytes
[  5]   5.00-6.00   sec  7.27 MBytes  61.0 Mbits/sec    0    225 KBytes
[  5]   6.00-7.00   sec  6.84 MBytes  57.3 Mbits/sec    0    225 KBytes
[  5]   7.00-8.00   sec  7.15 MBytes  59.9 Mbits/sec    0    225 KBytes
[  5]   8.00-9.00   sec  6.90 MBytes  57.9 Mbits/sec    0    225 KBytes
[  5]   9.00-10.00  sec  7.27 MBytes  61.0 Mbits/sec    0    363 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  69.6 MBytes  58.4 Mbits/sec    0             sender
[  5]   0.00-10.00  sec  68.2 MBytes  57.2 Mbits/sec                  receiver

iperf Done.

这个58.4兆比特/秒耶。比起官方的32位操作系统(2019年9月的Raspbian Buster桌面版),速度慢了呀。这个不行吧。

顺便说一下,我也试着使用了官方的64位内核版,但是我还没有检查过这边的Wi-Fi速度。
所以,测量结果如下。

pi@raspberrypi4:~ $ iperf3 -c 192.168.11.101
Connecting to host 192.168.11.101, port 5201
[  5] local 192.168.11.113 port 42564 connected to 192.168.11.101 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  11.5 MBytes  96.6 Mbits/sec    0    325 KBytes       
[  5]   1.00-2.00   sec  9.76 MBytes  81.8 Mbits/sec    0    344 KBytes       
[  5]   2.00-3.00   sec  10.0 MBytes  83.9 Mbits/sec    0    361 KBytes       
[  5]   3.00-4.00   sec  9.38 MBytes  78.7 Mbits/sec    0    382 KBytes       
[  5]   4.00-5.00   sec  10.0 MBytes  83.9 Mbits/sec    0    382 KBytes       
[  5]   5.00-6.00   sec  9.38 MBytes  78.7 Mbits/sec    0    382 KBytes       
[  5]   6.00-7.00   sec  9.82 MBytes  82.4 Mbits/sec    0    403 KBytes       
[  5]   7.00-8.00   sec  9.01 MBytes  75.6 Mbits/sec    0    403 KBytes       
[  5]   8.00-9.00   sec  9.69 MBytes  81.3 Mbits/sec    0    403 KBytes       
[  5]   9.00-10.00  sec  9.76 MBytes  81.8 Mbits/sec    0    403 KBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  98.3 MBytes  82.5 Mbits/sec    0             sender
[  5]   0.00-10.00  sec  96.5 MBytes  81.0 Mbits/sec                  receiver

iperf Done.

哇,变快了。进行了几次测量后发现速度存在差异,似乎还不太稳定。终于接近了树莓派3B+的Wi-Fi速度。这也是个奇怪的事情。

在网络上很少看到关于RPi4B Wi-Fi 速度慢的讨论,也许是因为我的环境比较特殊吗?

广告
将在 10 秒后关闭
bannerAds