Linhui Liu
Linhui Liu
我发现5.15的CoreMark只有1017mhz的10682分 ,5.10跑分是1382mhz的1.8万分 仅编译performance调度
> 我这保持默认的5.15大概1.7万多些,比5.10稍低些倒也不会差太多hhh 我的直接锁最低频率,也改不了,不知道删掉这几行行不行 ```dts opp-1017600000 { opp-hz = /bits/ 64 ; opp-microvolt = ; clock-latency-ns = ; }; ```
@mitsukileung wifi状态日志,不用管忽略即可
关于频率缺失这个问题,可以尝试添加mhz这个包https://github.com/robimarko/openwrt/commit/30ee62ebab0fc45e4d14cac62fdc6cff91bac59a
是这个commit修复的吗https://github.com/coolsnowwolf/luci/commit/2a380a31c99bce8f3ceb22645abeb33f09299b2e 我上次编译时确实选的Shortcut-FE ECM,cpu频率缺失 还是因为我几天前改了一下dts修复的吗?https://github.com/AXBNG/LEDE/commit/84437ba92a19a6d96cb710bc3cce816c281165fd
全新clone编译问题依旧 kernel日志 [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.15.74 (clover@msi) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.2.0 r5240-1953d466f) 12.2.0, GNU ld (GNU Binutils) 2.39) #0...
添加了mhz https://github.com/robimarko/openwrt/commit/30ee62ebab0fc45e4d14cac62fdc6cff91bac59a 发现cpu频率只有788mhz ```bash root@OpenWrt:~# mhz count=169252 us50=10587 us250=53503 diff=42916 cpu_MHz=788.759 root@OpenWrt:~# /etc/coremark.sh && cat /etc/bench.log (CpuMark : 10570.126181 Scores) ```
@AXBNG 建议reopen this issue
全新克隆一下源码,下载https://raw.githubusercontent.com/coolsnowwolf/lede/5be81314bb08934fbe03c2e26191b80f021b0d2b/target/linux/ramips/patches-5.4/102-mt7621-fix-cpu-clk-add-clkdev.patch 这个文件替换到lede/target/linux/ramips/patches-5.4/ ,然后正常编译
在make menuconfig前执行: sed -i 's/luci-theme-bootstrap/luci-theme-argon/g' feeds/luci/collections/luci/Makefile 然后正常编译