Skip to content
1
/ Embedded/R4S 刷机
1/22/2026
2.4m
AI 摘要

本文介绍了在 R4s 上刷入 iStoreOS 和 Armbian Linux 的方法。iStoreOS 通过下载镜像并使用 balenaEtcher 写入 SD 卡实现;Armbian Linux 则需下载镜像和 Armbian Imager 工具,选择镜像和 SD 卡写入,首次登录默认 root1234

R4s 刷机

本文将会介绍两种刷入两种系统的方式:iStoreOS 和 Linux

iStoreOS

思路非常简单,只需要下载 iStoreOS 的镜像文件,然后使用 TFTP 工具将镜像文件 flashed 到 R4S 的内存卡上即可。

物料准备:

  1. 硬件:SD 卡读写器
  2. 镜像:R4s 的 iStoreOS: https://fw.koolcenter.com/iStoreOS/r4s/
  3. 软件:balenaEtcher 用于将镜像写入到 SD 卡中:https://etcher.balena.io/

刷写过程:

选择对应的镜像,SD 卡存储,刷机即可,整个过程非常简单。

Linux

这次我们选择的 Linux 是 armbian 系统,访问 https://www.armbian.com/nanopi-r4s/ 这个地址

Armbian 的 Desktop 镜像会分 “精简版” 和 “完整版”,我们选其一下载都可:

下载 Armbian Imager 软件,用于将镜像写入到 SD 卡中:https://github.com/armbian/imager/releases

打开软件后,我们选择「Use Custom Image」,然后选择我们下载的镜像文件。

然后选择 SD 卡对应的 Storage,写入即可

TIP

默认的账号密码是:root1234。首次 SSH 登录系统后,会提示修改密码,按照提示操作即可。

登录系统 ssh [email protected] 输出:

    _             _    _
   /_\  _ _ _ __ | |__(_)__ _ _ _
  / _ \| '_| '  \| '_ \ / _` | ' \
 /_/ \_\_| |_|_|_|_.__/_\__,_|_||_|
                                   
 v25.11.1 for NanoPi R4S running Armbian Linux 6.12.58-current-rockchip64

 Packages:     Ubuntu stable (noble)
 Updates:      Kernel upgrade enabled and 39 packages available for upgrade
 IPv4:         (LAN) 192.168.8.193
 Containers:   beszel-agent,frpc frps,dockge-dockge-1

 Performance:  

 Load:         2%           	 Uptime:       1 day, 22 hours, 1 minute
 Memory usage: 16% of 3.76G
 CPU temp:     35°C           	 Usage of /:   11% of 29G

 Commands: 

 Configuration : armbian-config
 Upgrade       : armbian-upgrade
 Monitoring    : htop

Last login: Thu Jan 22 15:52:03 2026 from 192.168.8.244

Released under the MIT License.