tkaiser Posted May 6, 2017 Posted May 6, 2017 When creating a new RPi-Monitor template for Tinkerboard please follow this: https://github.com/armbian/build/commit/9f60c423cee447ff2f315c17a2a382aa35575d9f (should be one template containing CPU, temperature and PMIC -- if available -- information). When finished please submit a patch/PR for rockchip_default.conf
Tido Posted May 10, 2017 Posted May 10, 2017 What is it, that keeps it busy so that it will never go lower than 600MHz ? cpufreq stats: 126 MHz:0.02%, 216 MHz:0.06%, 312 MHz:0.02%, 408 MHz:0.04%, 600 MHz:96.74%, 696 MHz:0.26%, 816 MHz:0.29%, 1.01 GHz:0.30%, 1.20 GHz:0.37%, 1.42 GHz:0.15%, 1.51 GHz:0.08%, 1.61 GHz:0.09%, 1.70 GHz:0.18%, 1.80 GHz:1.39% (248) root@tinkerboard:~# uname -a Linux tinkerboard 4.11.0-rockchip #19 SMP PREEMPT Thu May 4 16:08:16 CEST 2017 Spoiler
tkaiser Posted May 11, 2017 Posted May 11, 2017 9 hours ago, Tido said: What is it, that keeps it busy so that it will never go lower than 600MHz ? An illusion (relationship with 'being 'busy' instead of settings). Fiddling around with these settings with little knowledge (and the wrong cpufreq governor) will negatively impact overall performance. Good luck
Tido Posted May 14, 2017 Posted May 14, 2017 On 6.5.2017 at 11:46 AM, tkaiser said: When creating a new RPi-Monitor template for Tinkerboard sdcard.conf web.status.1.content.7.line.3= does have an unnecessary leading "/ " - already removed in my example here.. web.status.1.content.7.name=SD card web.status.1.content.7.icon=sd.png web.status.1.content.7.line.1="<b>/boot</b> Used: <b>"+KMG(data.sdcard_boot_u web.status.1.content.7.line.2=ProgressBar(data.sdcard_boot_used,data.sdcard_boot_total,60,80) web.status.1.content.7.line.3="Used: <b>"+KMG(data.sdcard_root_used,'M') + " web.status.1.content.7.line.4=ProgressBar(data.sdcard_root_used,data.sdcard_root_total,60,80) Where can I send a PR, where are all those files in /etc/rpimonitor/template in gitHub?
tkaiser Posted May 14, 2017 Posted May 14, 2017 1 hour ago, Tido said: sdcard.conf Never touched this, same with the broken memory related config file. Please push the stuff on an online pasteboard service for review
Recommended Posts