docs: genericize host references to machine type (Rock 5 ITX+)

Replace the local host name "boltzmann" with the machine type
(Rock 5 ITX+, RK3588, 32 GB) throughout so the replication docs read
for anyone on the same hardware, not just this fleet. Rename
fleet/boltzmann.yaml -> fleet/rock5-itx-plus.yaml.
This commit is contained in:
marfrit
2026-07-15 09:59:00 +02:00
parent 27df00a201
commit c77be48151
9 changed files with 43 additions and 44 deletions
@@ -1,14 +1,14 @@
# rosenblatt fleet manifest — boltzmann (Rock 5 ITX+, RK3588)
# rosenblatt fleet manifest — rock5-itx-plus (Rock 5 ITX+, RK3588)
#
# Phase-1 audit host. Always-on, 32 GB DDR4, NVMe rootfs. NPU silicon
# present + accessible via Rockchip-BSP vendor module today; mainline
# path TBD (see docs/npu-mainline-status.md).
host: boltzmann
host: rock5-itx-plus
arch: arm64
soc: rockchip/rk3588
board: rock-5-itx-plus
distro: archlinuxarm # ALARM aarch64; boltzmann is the umbrella RK3588 host
distro: archlinuxarm # ALARM aarch64; rock5-itx-plus is the umbrella RK3588 host
role: primary-development # not yet primary-target (laptop targets land later)
hardware:
@@ -57,7 +57,7 @@ baseline_measurement:
target: |
llama.cpp pure-CPU tok/s on qwen2.5-1.5b-instruct-q4_k_m.gguf,
3 runs, median wallclock. Use llama-bench from llama.cpp/build/bin.
ground_truth_file: benchmarks/2026-XX-XX_boltzmann_qwen1.5b_cpu_baseline.json
ground_truth_file: benchmarks/2026-XX-XX_rock5-itx-plus_qwen1.5b_cpu_baseline.json
bringup_sequence:
1: substrate audit (docs/npu-mainline-status.md table filled)
@@ -71,6 +71,6 @@ bringup_sequence:
backup_host: ampere # CoolPi GenBook — port-validation target. Phase-2+ scope.
reverse_dependencies:
- Quark (boltzmann UEFI) — must stay bootable across kernel-rev experiments
- Neutron (boltzmann kernel build) — provides the kernel we tweak for rknpu
- Volta (boltzmann umbrella) — Rosenblatt is the third Volta-child after Quark + Neutron
- Quark (rock5-itx-plus UEFI) — must stay bootable across kernel-rev experiments
- Neutron (rock5-itx-plus kernel build) — provides the kernel we tweak for rknpu
- Volta (rock5-itx-plus umbrella) — Rosenblatt is the third Volta-child after Quark + Neutron