< Blog
记录一下折腾网心云OEC turbo
技术分享

记录一下折腾网心云OEC turbo


经历折腾了1天网心云OEC turbo,简单说下这个网心云OEC turbo的特点,受限于arm 和 cpu的加密,很多系统刷不了,并且固件也少,看网上说cpu加密。我根据https://www.youtube.com/watch?v=IOsDEmeLx2Y 体验了istoreos和armbian(hoiw大佬armbian固件可用NPU)这个armbian 稳定性比较差,准备刷另一个armbian试试

体验istoreos

虽然cpu使用的是rk3566 但是没法直接刷istoreos官方同cpu型号的固件,说是cpu加密了。即便是刷上了istoreos固件,其实也是根据openwrt改过去的。里面预包含了很多软件,我并不想用那么多软件。

体验hoiw大佬armbian固件可用NPU

体验没istoreos好,比如挂载硬盘,smb共享,docker配置Home Assistant 还算方便,可以安装1panel管理面板

这个固件稳定性太差了,经常死机并且需要断电重启才行。才能再次开机

journalctl -p 3 -xb
7月 06 14:17:04 OECT-armbian kernel: fiq_debugger fiq_debugger.0: error -ENXIO: IRQ fiq not found
7月 06 14:17:04 OECT-armbian kernel: fiq_debugger fiq_debugger.0: error -ENXIO: IRQ wakeup not found
7月 06 14:17:04 OECT-armbian kernel: fiq_debugger_probe: could not install nmi irq handler
7月 06 14:17:04 OECT-armbian kernel: rockchip-pvtm fde00000.pvtm: failed to retrieve pvtm_tz
7月 06 14:17:04 OECT-armbian kernel: rockchip-pvtm fde80000.pvtm: failed to retrieve pvtm_tz
7月 06 14:17:04 OECT-armbian kernel: rockchip-pvtm fde90000.pvtm: failed to retrieve pvtm_tz
7月 06 14:17:04 OECT-armbian kernel: arm-scmi firmware:scmi: Failed. SCMI protocol 22 not active.
7月 06 14:17:04 OECT-armbian kernel: mali fde60000.gpu: error -ENXIO: IRQ JOB not found
7月 06 14:17:04 OECT-armbian kernel: mali fde60000.gpu: error -ENXIO: IRQ MMU not found
7月 06 14:17:04 OECT-armbian kernel: mali fde60000.gpu: error -ENXIO: IRQ GPU not found
7月 06 14:17:04 OECT-armbian kernel: mali fde60000.gpu: Insufficient register space, will override to the required size
7月 06 14:17:04 OECT-armbian kernel: mali fde60000.gpu: Register window unavailable
7月 06 14:17:04 OECT-armbian kernel: mali fde60000.gpu: Failed to map registers
7月 06 14:17:04 OECT-armbian kernel: mali fde60000.gpu: Register map failed error = -5
7月 06 14:17:04 OECT-armbian kernel: mali fde60000.gpu: Device initialization failed
7月 06 14:17:04 OECT-armbian kernel: cpu cpu0: Failed to get specification_serial_number
7月 06 14:17:04 OECT-armbian kernel: cpu cpu0: Failed to get leakage
7月 06 14:17:04 OECT-armbian kernel: arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
7月 06 14:17:04 OECT-armbian kernel: rockchip,bus bus-npu: Failed to get leakage
7月 06 14:17:04 OECT-armbian kernel: rockchip-saradc fe720000.saradc: failed to get voltage
7月 06 14:17:04 OECT-armbian kernel: mpp_rkvenc fdf40000.rkvenc: Failed to get leakage
7月 06 14:17:04 OECT-armbian kernel: debugfs: Directory 'fdf40000.rkvenc-venc' with parent 'vdd_logic' already present!
7月 06 14:17:04 OECT-armbian kernel: mpp_rkvdec2 fdf80200.rkvdec: shared_niu_a is not found!
7月 06 14:17:04 OECT-armbian kernel: rkvdec2_init:1198: No niu aclk reset resource define
7月 06 14:17:04 OECT-armbian kernel: mpp_rkvdec2 fdf80200.rkvdec: shared_niu_h is not found!
7月 06 14:17:04 OECT-armbian kernel: rkvdec2_init:1201: No niu hclk reset resource define
7月 06 14:17:04 OECT-armbian kernel: mpp_rkvdec2 fdf80200.rkvdec: Failed to get leakage
7月 06 14:17:04 OECT-armbian kernel: debugfs: Directory 'fdf80200.rkvdec-vdec' with parent 'vdd_logic' already present!
7月 06 14:17:04 OECT-armbian kernel: rockchip-dmc dmc: Failed to get specification_serial_number

根据ai回答解答:从你的日志来看,系统启动时出现了大量硬件相关的错误,主要集中在 Rockchip SoC 的电源管理、GPU(Mali)、视频编解码器(RKVDEC/RKVENC)和调试接口(FIQ Debugger) 的初始化失败。这些错误可能会导致系统不稳定,甚至引发宕机。

准备安装视频里另一个armbian固件试试稳定性。

再次体验iStoreOS

这次的固件没有预制很多用不到的软件,还能接受。用他来坐旁路由遇到个问题,就是设备wifi连上后网关设置成旁路由的ip,是上不了网的,旁路由连的是wifi路由器的lan口,都是同一网段,后面折腾了半天最终到旁路由防火墙中lan口打开ip动态伪装,经过的旁路由的网络就能正常上网了。