[科技]小巧廉价强大的Pi 4 电脑

最新版 Raspberry Pi 4 Model B  

Pi 4 简介

https://www.raspberrypi.org/

适合上网,看视频,处理谷歌网上文档。当然操作系统Rasbian本身带了Libre办公开源套件, 替代其他办公软件。

可以轻松安装很多开源或免费应用,比如GIMP,可以替代Photoshop进行PS处理。

Raspberry Pi 4 specs

  • SoC: Broadcom BCM2711B0 quad-core A72 (ARMv8-A) 64-bit @ 1.5GHz
  • GPU: Broadcom VideoCore VI
  • Networking: 2.4 GHz and 5 GHz 802.11b/g/n/ac wireless LAN
  • RAM: 1GB, 2GB, or 4GB LPDDR4 SDRAM
  • Bluetooth: Bluetooth 5.0, Bluetooth Low Energy (BLE)
  • GPIO: 40-pin GPIO header, populated
  • Storage: microSD
  • Ports: 2 × micro-HDMI 2.0, 3.5 mm analogue audio-video jack, 2 × USB 2.0, 2 × USB 3.0, Gigabit Ethernet, Camera Serial Interface (CSI), Display Serial Interface (DSI)
  • Dimensions: 88 mm × 58 mm × 19.5 mm, 46 g

Pi 4的速度 

Pi 4 1.5G的速度与HP G2 Celeron Chromebox差不多。

RASPBERRY PI 4 SPECS AND BENCHMARKS:

https://www.raspberrypi.org/magpi/raspberry-pi-4-specs-benchmarks/

建议超频CPU至2.0 GHz,提高速度。

建议超频GPU至600 MHz,提高速度。

建议使用MicroSD,读写速度级别要高, 如Sandisk “extreme”,读160Mps/写90Mps。

建议使用静音小风扇,降低CPU温度,避免降速。在CPU/GPU超频和风扇降温的情况下,温度在50-70摄氏度。

制作启动盘

用64G或128G的MicroSD卡,用etcher来制作大容量(>32G)的系统盘。不要使用32G的MicroSD卡,容量太小,装不了什么应用软件。

经测试,推荐使用Pi44GRAM主板。根据下面视频,安装系统:

Getting Started With The Raspberry Pi 4 – Use It As A Linux PC

https://www.youtube.com/watch?v=8grooZWbH9Y


安装应用软件

安装谷歌中文输入法

在终端运行:

sudo apt-get install fcitx fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sunpinyin

安装完毕,重启即可。

强大的图像处理软件GIMP(类似PhotoShop)

在终端运行:

sudo apt-get install gimp

火狐Firefox浏览器

sudo apt-get install firefox-esr

Octave科学计算(兼容Matlab)

sudo apt-get install octave

音频制作Audacity

sudo apt-get install audacity

视频制作OpenShot

sudo apt-get install openshot

imageJ医学图像显示分析和处理

sudo apt-get install imagej

CPU超频提速

To 1.75 GHz from 1.5 GHz

超频提升速度:

https://www.tomshardware.com/reviews/raspberry-pi-4-b-overclocking,6188.html

 

(1) 打开一个Terminal窗口。

sudo nano /boot/config.txt

 

(3) 编辑config.txt文件。在[Pi4]中加入:

over_voltage=2 

arm_freq=1750

将CPU频率从1.5G提升到1.75G。

 

(4) 存盘。

(5) sudo reboot 重新启动。

To 2.0 GHz from 1.5 GHz

超频到2.0G!

How to Overclock Raspberry Pi 4 to 2.0 GHz

https://www.cnx-software.com/2019/07/26/how-to-overclock-raspberry-pi-4/

 

sudo apt-get update

sudo apt-get upgrade chromium-browser

优化性能

更新系统

先更新Firmware和操作系统:

firmware and operating system:I’ve upgraded both the firmware and operating system:

Shell

1

2

sudo rpi-update

sudo apt dist-upgrade

 

清理系统和应用

https://www.makeuseof.com/tag/raspberry-pi-performance-tips/

 

sudo apt purge libreoffice*

sudo apt clean

sudo apt autoremove

常用命令

检查温度:

 

sudo vcgencmd measure_temp

temp=81.0’C

 

uptime

 04:44:05 up 19 min,  1 user, load average: 0.00, 0.02, 0.05

 

I assume there’s something wrong because it can’t be expected that the CPU is hot enough to throttle the clock speed at idle.

必装软件 Top Linux Apps

 

https://itsfoss.com/essential-linux-applications/

Posted in 未分类Tagged

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据