刷写操作系统并完成首次启动检查
启动介质和刷写方法取决于产品使用的是标准 Raspberry Pi 5,还是搭载 eMMC/NVMe 的 CM5。 请严格按照适用于您设备的 Seeed Wiki 说明操作,不要将每台 R 系列系统都当作 基于 microSD 的 Raspberry Pi 来处理。
1. 选择官方刷写流程
- Raspberry Pi 5 / R2000: 请参照
R2000 入门指南。
- CM5 / reComputer AI Industrial R2000 或 R2135: 请参照 Industrial R2000 刷写指南。
- R20xx/R21xx: 请查阅对应的入门 Wiki,了解 USB-C 刷写端口、eMMC/NVMe 启动路径以及电源要求。
官方 Industrial R2000 指南涵盖 Windows、macOS 和 Linux 上的 Raspberry Pi Imager, 以及其文档中记录的 NVMe 启动流程所需的额外 EEPROM 与 overlay 步骤。
2. 配置镜像
当 Raspberry Pi Imager 支持时,请在写入镜像前完成以下配置:
- 主机名;
- 用户名和强密码;
- 若使用 Wi-Fi,请设置 Wi-Fi 国家/地区与凭据;
- SSH 访问;
- 区域、键盘和时区。
在写入或验证镜像过程中,切勿断开电源或 USB 刷写连接。
3. 执行首次启动检查
设备启动后,通过本地终端或 SSH 连接并收集基本系统状态信息:
3. Run first-boot checks
After the device starts, connect locally or over SSH and collect the basic system state:
uname -a
uname -m
cat /etc/os-release
hostname -I
df -h
free -h
vcgencmd get_throttled在进行大规模系统升级之前,请记录当前内核及加速器软件包,以便能够重现已知的正常工作组合:
throttling flags are currently recorded.
4. Update cautiously
Before a broad system upgrade, record the current kernel and accelerator
驱动程序、内核、HailoRT、固件和 Python 绑定必须保持兼容。
uname -r
dpkg -l | grep -i hailo
hailortcli --version 2>/dev/null || trueDriver, kernel, HailoRT, firmware, and Python bindings must remain compatible. Do not upgrade only one component when preparing a device that already has a working accelerator stack.