Jump to content

bozden

Members
  • Posts

    97
  • Joined

  • Last visited

Posts posted by bozden

  1. IMHO a release scheduled is always a good practice. I know you guys want to minimize releases because of the number of builds (your time and CPU time). But if you want to well define things like the above, this can be one of it.

     

    Something like (i.e. for downloadable images)

    Armbian releases come out every first monday of a month.

    Armbian beta relases come out 1 week before that.

     

    Plus a better detailed changelog is a must. Forum searches or the one on the documentation are not sufficient. Just as an example, I wrote lots of install scripts in v5.25 and some are failed in v5.27 I downloaded last week. I don't know what changed in motd modification for example, I have to fish it.

     

  2. 15 hours ago, Igor said:

    20 tools, each covering one aspect of a community or group by Pieter Hintjens:

    Quote

    Strong mission -- the stated reason for the group's existence
    Free entry -- how easy it is for people to join the group
    Transparency -- how openly and publicly decisions are made
    Free contributors -- how far people are paid to contribute
    Full remixability -- how far contributors can remix each others' work
    Strong protocols -- how well the rules are written
    Fair authority -- how well the rules are enforced
    Non-tribalism -- how far the group claims to own its participants
    Self-organization -- how far individuals can assign their own tasks
    Tolerance -- how the group embraces conflicts
    Measurable success -- how well the group can measure its progress
    High scoring -- how the group rewards its participants
    Decentralization -- how widely the group is spread out
    Free workspaces -- how easy it is to create new projects
    Smooth learning -- how easy it is to get started and keep learning
    Regular structure -- how regular and predictable the overall structure is
    Positivity -- how far the group is driven by positive goals
    Sense of humor -- how seriously the group takes itself
    Minimalism -- how much excess work the group does
    Sane funding -- how the group survives economically

     

     

    Thank you for this... This is a quite valuable resource...

  3. I'm not sure but this device I use can be the culprit - I put here just for future reference. Needs further testing...

    https://www.aliexpress.com/item/3-Port-HDMI-Switcher-Splitter-3-input-1-Output-Box-HDMI-Selector-Switch-for-XBOX-360/32787229720.html

     

    One interesting thing is: If you plug out an HDMI cable from this device, it finds a working one and switches to that one. But if I shutdown the Orange Pi, the LED stands lit and it does not switch... So HDMI output of OPi is alive somehow... I think I read about "not completely powered off" somewhere.

     

    Anyway. Turning off the HDMI at hand does not turn of the LED either, so it is seen as alive on the outside devices (that is a good thing for me, as most devices start to scan inputs if current input signal got lost).

     

  4. @tkaiser

    @jernej

    I definitely could turn off the display output but cannot get it back with "4 10" into param :(

    (FYI: This is OPi One with legacy Ubuntu desktop running Armbian 5.27)

     

    To turn of:

    echo "switch" > /sys/kernel/debug/dispdbg/command
    echo "disp" > /sys/kernel/debug/dispdbg/name
    echo "0 10" > /sys/kernel/debug/dispdbg/param
    echo "1" > /sys/kernel/debug/dispdbg/start

    To turn on (I've been using 1080p60 in h3disp):

    echo "switch" > /sys/kernel/debug/dispdbg/command
    echo "disp" > /sys/kernel/debug/dispdbg/name
    echo "4 10" > /sys/kernel/debug/dispdbg/param
    echo "1" > /sys/kernel/debug/dispdbg/start

    I tried

    • reboot
    • OPi One hot unplug/plug
    • unplug/plug HDMI cable from monitor
    • unplug/plug monitor power
    • used h3disp -m 1080p60 once again and reboot

     

    Interesting enough "cat /sys/kernel/debug/dispdbg/param" outputs only "4"...

     

  5. Using legacy Ubuntu desktop image (currently with OPi One)... The application will be in a public place and will be shutdown/power up by a personnel.

     

    Whenever my application starts, I have full control of the display area. On the other hand:

    * At the very startup boot process with armbian logo is shown

    * Desktop does uploaded and shown shortly (my application starts with automatic user login)

    * In case of a shutdown (button press, IrDa, remote control etc) the desktop is shown again, screen gets blank and up again, shows login and shuts down (do your boards do that?)...

     

    How can I prevent these? What I tried:

    * Looked if I could turn on/off HDMI output (just got confused)

    * Cleaned away desktop (icons, panel, wallpaper) and used a clear background (but it is seen several seconds anyways)

     

    What can I do? Any pointers?

     

    PS: The solution I seek needs to be display independent. Sometimes X brand projector, sometimes Y brand TV, new, old etc... But controlling the device through HDMI is an option too (if only I knew how)...

     

  6. I apologize for intrusion, but here are some ideas:

     

    * You may like to open ONLY COMMUNITY SUPPORT forums for not officially supported boards (old or new) and owners of these boards can help each other - instead of deleting, just move the topic there.

     

    * Low end boards and X : It is not always a desktop replacement. If the board has HDMI or other display output, but not enough memory, one can use it as a video looper/player or an IoT device with touch support. No more office, no more mail etc...

     

  7. Well, as a end-application developer I find this board and its power very promising. But if only HARDWARE ACCELERATED VIDEO drivers exist... If not, it is not so useful for me... I don't want to be stuck in legacy Ubuntu desktop with a lot of bloatware...

     

     

  8. Yes, that is what I wrote to OPi forums. I think the point they have is "we boosted it, cool it - or underclock it to reverse". The Zero's were already hot and they made them hotter. Not suitable for summer projects :) 

     

    I never used WiFi on these boards yet as I read about the performance in your tests.

    I'll test them whenever possible with similar setup like your tests. I'm working with OPi One's now and I have to finish them first.

     

  9. @tkaiser

     

    Here is the explanation of the engineer. Active cooling seems to be a must, especially if it is boxed...

    Quote

    Our engineer explained that for me: the version 1.4 has upgraded the wifi signal and the entire system perfermance. If temperature upto 70 degree celsius, it should be normal. Before selling, our factory aging test it for more than 24h at the tempeature exceed to 85degree celsius.

     

    I don't know about the performance increase thou.

     

  10. I tried to compile any distro for the first time, so I'm a total n00b here (used Oracle VirtualBox on a Win x64 machine, Ubuntu 10.04.02 x64)...

    They seem to be compiled fine. Moved the result images, written to new SD Cards with Etcher...

     

    Legacy Ubuntu server did boot.

    Legacy Ubuntu Desktop did not boot (even red/green lights did not light up).

     

    Can you give me some starting points or links about how to deal with this issue?

     

    Thank you in advance...

     

    BTW: I'm giving a shot to this to get rid of unnecessary SW installed in the desktop version, such as LibreOffice etc...  I also don't know if this is possible...

     

  11. OK, here it is:

    v1.1 PCB's (OPiZ-1 & OPiZ-2): Thumb test drops the temperature from 47 to 41-42 by 5-6 C

     

    Spoiler

    Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU
    13:07:51: 1008MHz  0.00   0%   0%   0%   0%   0%   0%   46°C
    13:07:56:  240MHz  0.00   0%   0%   0%   0%   0%   0%   46°C
    13:08:01:  240MHz  0.00   0%   0%   0%   0%   0%   0%   47°C
    13:08:06:  240MHz  0.00   0%   0%   0%   0%   0%   0%   47°C
    13:08:12:  240MHz  0.00   0%   0%   0%   0%   0%   0%   47°C
    13:08:17:  240MHz  0.00   0%   0%   0%   0%   0%   0%   48°C
    13:08:22:  240MHz  0.00   0%   0%   0%   0%   0%   0%   47°C
    13:08:27:  240MHz  0.00   0%   0%   0%   0%   0%   0%   47°C
    13:08:33:  240MHz  0.00   0%   0%   0%   0%   0%   0%   46°C
    13:08:38:  240MHz  0.00   0%   0%   0%   0%   0%   0%   47°C
    13:08:43:  240MHz  0.00   0%   0%   0%   0%   0%   0%   47°C
    13:08:49:  240MHz  0.00   0%   0%   0%   0%   0%   0%   47°C
    13:08:54:  240MHz  0.08   0%   0%   0%   0%   0%   0%   46°C
    13:08:59:  240MHz  0.07   0%   0%   0%   0%   0%   0%   48°C
    13:09:04:  240MHz  0.06   0%   0%   0%   0%   0%   0%   48°C
    13:09:10:  240MHz  0.06   0%   0%   0%   0%   0%   0%   47°C
    13:09:15:  240MHz  0.05   0%   0%   0%   0%   0%   0%   48°C
    13:09:20:  240MHz  0.05   0%   0%   0%   0%   0%   0%   46°C
    13:09:25:  240MHz  0.05   0%   0%   0%   0%   0%   0%   48°C
    13:09:31:  240MHz  0.04   0%   0%   0%   0%   0%   0%   48°C
    13:09:36:  240MHz  0.04   0%   0%   0%   0%   0%   0%   48°C
    13:09:41:  240MHz  0.04   0%   0%   0%   0%   0%   0%   48°C
    13:09:46:  240MHz  0.03   0%   0%   0%   0%   0%   0%   47°C
    13:09:52:  240MHz  0.03   0%   0%   0%   0%   0%   0%   47°C
    13:09:57:  240MHz  0.03   0%   0%   0%   0%   0%   0%   47°C
    13:10:02:  240MHz  0.03   0%   0%   0%   0%   0%   0%   47°C
    13:10:08:  240MHz  0.02   0%   0%   0%   0%   0%   0%   43°C
    13:10:13:  240MHz  0.02   0%   0%   0%   0%   0%   0%   42°C
    13:10:18:  240MHz  0.02   0%   0%   0%   0%   0%   0%   42°C
    13:10:23:  240MHz  0.02   0%   0%   0%   0%   0%   0%   42°C
    13:10:29:  240MHz  0.02   0%   0%   0%   0%   0%   0%   41°C
    13:10:34:  240MHz  0.18   0%   0%   0%   0%   0%   0%   41°C
    13:10:39:  240MHz  0.15   0%   0%   0%   0%   0%   0%   44°C
    13:10:44:  240MHz  0.14   0%   0%   0%   0%   0%   0%   45°C

    13:10:50:  240MHz  0.13   0%   0%   0%   0%   0%   0%   44°C
    13:10:55:  240MHz  0.12   0%   0%   0%   0%   0%   0%   44°C
    13:11:00:  240MHz  0.11   0%   0%   0%   0%   0%   0%   45°C
    13:11:06:  240MHz  0.10   0%   0%   0%   0%   0%   0%   43°C
    13:11:11:  240MHz  0.09   0%   0%   0%   0%   0%   0%   45°C
    13:11:16:  240MHz  0.08   0%   0%   0%   0%   0%   0%   45°C
    13:11:21:  240MHz  0.08   0%   0%   0%   0%   0%   0%   46°C
    13:11:27:  240MHz  0.07   0%   0%   0%   0%   0%   0%   46°C
    13:11:32:  240MHz  0.06   0%   0%   0%   0%   0%   0%   45°C
    13:11:37:  240MHz  0.06   0%   0%   0%   0%   0%   0%   46°C
    13:11:42:  240MHz  0.05   0%   0%   0%   0%   0%   0%   45°C
    13:11:48:  240MHz  0.05   0%   0%   0%   0%   0%   0%   47°C
    13:11:53:  240MHz  0.05   0%   0%   0%   0%   0%   0%   46°C
    13:11:58:  240MHz  0.04   0%   0%   0%   0%   0%   0%   46°C
    13:12:04:  240MHz  0.04   0%   0%   0%   0%   0%   0%   47°C
    13:12:09:  240MHz  0.04   0%   0%   0%   0%   0%   0%   46°C
    13:12:14:  240MHz  0.03   0%   0%   0%   0%   0%   0%   44°C
    13:12:19:  240MHz  0.18   0%   0%   0%   0%   0%   0%   47°C
    13:12:25:  240MHz  0.16   0%   0%   0%   0%   0%   0%   45°C
    13:12:30:  240MHz  0.15   0%   0%   0%   0%   0%   0%   47°C
     

     

    OPiZ-3 (this time also tried with legacy Ubuntu image with same results): Drops from 65 C (cooling mode) to 58-59 C by 6-7 degrees. I had to cool my thumb by one second and press again, thus the fluctuation.

     

    There is definitely something wrong with this board...

     

    Spoiler

    Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU
    11:13:49:  768MHz  0.05   6%   1%   2%   1%   0%   0%   65°C
    11:13:55:  240MHz  0.05   6%   1%   2%   0%   0%   0%   65°C
    11:14:00:  240MHz  0.04   5%   1%   2%   0%   0%   0%   65°C
    11:14:05:  240MHz  0.04   5%   1%   2%   0%   0%   0%   65°C
    11:14:10:  240MHz  0.04   5%   1%   2%   0%   0%   0%   66°C
    11:14:15:  240MHz  0.03   5%   1%   2%   0%   0%   0%   66°C
    11:14:21:  240MHz  0.03   5%   1%   2%   0%   0%   0%   61°C
    11:14:26:  240MHz  0.03   5%   1%   2%   0%   0%   0%   59°C
    11:14:31:  240MHz  0.11   5%   1%   2%   0%   0%   0%   59°C
    11:14:36:  240MHz  0.09   5%   1%   2%   0%   0%   0%   59°C
    11:14:42:  240MHz  0.08   5%   1%   2%   0%   0%   0%   58°C
    11:14:47:  240MHz  0.08   5%   1%   2%   0%   0%   0%   59°C
    11:14:52:  240MHz  0.07   5%   1%   2%   0%   0%   0%   59°C
    11:14:57:  240MHz  0.06   5%   1%   2%   0%   0%   0%   59°C
    11:15:03:  240MHz  0.06   5%   1%   2%   0%   0%   0%   61°C
    11:15:08:  240MHz  0.05   5%   1%   2%   0%   0%   0%   62°C

    11:15:13:  240MHz  0.05   5%   1%   2%   0%   0%   0%   62°C
    11:15:18:  240MHz  0.05   5%   1%   2%   0%   0%   0%   62°C
    11:15:24:  240MHz  0.04   5%   1%   2%   0%   0%   0%   63°C
    11:15:29:  240MHz  0.04   5%   1%   2%   0%   0%   0%   63°C
    11:15:34:  240MHz  0.04   5%   1%   2%   0%   0%   0%   63°C
    11:15:39:  240MHz  0.03   5%   1%   2%   0%   0%   0%   63°C
    11:15:44:  240MHz  0.03   5%   1%   2%   0%   0%   0%   63°C
    11:15:50:  240MHz  0.03   5%   1%   2%   0%   0%   0%   64°C
    11:15:55:  240MHz  0.03   5%   1%   2%   0%   0%   0%   63°C
    11:16:00:  240MHz  0.02   5%   1%   2%   0%   0%   0%   63°C
    11:16:05:  240MHz  0.02   5%   1%   2%   0%   0%   0%   63°C
    11:16:11:  240MHz  0.02   4%   1%   2%   0%   0%   0%   64°C
    11:16:16:  240MHz  0.02   4%   1%   2%   0%   0%   0%   64°C
    11:16:21:  240MHz  0.02   4%   1%   2%   0%   0%   0%   63°C
    11:16:26:  240MHz  0.10   4%   1%   2%   0%   0%   0%   64°C
    11:16:32:  240MHz  0.15   4%   1%   2%   0%   0%   0%   64°C
    11:16:37:  240MHz  0.14   4%   1%   2%   0%   0%   0%   64°C
    11:16:42:  240MHz  0.13   4%   1%   2%   0%   0%   0%   64°C
    11:16:47:  240MHz  0.12   4%   1%   2%   0%   0%   0%   64°C
    11:16:53:  240MHz  0.11   4%   1%   2%   0%   0%   0%   64°C
    11:16:58:  240MHz  0.10   4%   1%   2%   0%   0%   0%   64°C
    11:17:03:  240MHz  0.09   4%   1%   2%   0%   0%   0%   64°C
    11:17:08:  240MHz  0.09   4%   1%   2%   0%   0%   0%   64°C
    11:17:14:  240MHz  0.08   4%   1%   2%   0%   0%   0%   64°C
    11:17:19:  240MHz  0.07   4%   1%   2%   0%   0%   0%   64°C
    11:17:24:  240MHz  0.07   4%   1%   2%   0%   0%   0%   65°C
    11:17:29:  240MHz  0.06   4%   1%   2%   0%   0%   0%   65°C
    11:17:34:  240MHz  0.06   4%   1%   2%   0%   0%   0%   64°C
    11:17:40:  240MHz  0.05   4%   1%   1%   0%   0%   0%   64°C
    11:17:45:  240MHz  0.05   4%   1%   1%   0%   0%   0%   64°C
    11:17:50:  240MHz  0.04   4%   1%   1%   0%   0%   0%   65°C
    11:17:55:  240MHz  0.04   4%   1%   1%   0%   0%   0%   65°C
     

     

     

  12. OPiZ-1 Thumb test results (OOPS this is copy-paste mistake "it starts with 59 C and reaches 63 C after 10 minutes" - actual is it starts with 39-40 and rises to 46-47):

     

    armbianmonitor -m (thumb could not pressed, tried little finger :) because of expansion board... Pressed at about 15:31:11 until finger burns)

    Spoiler

    Stop monitoring using [ctrl]-[c]
    Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU
    15:20:12: 1008MHz  0.12   5%   1%   1%   0%   0%   2%   40°C
    15:20:17:  240MHz  0.11   5%   1%   1%   0%   0%   2%   40°C
    15:20:22:  240MHz  0.11   5%   1%   1%   0%   0%   2%   39°C
    15:20:27:  240MHz  0.10   5%   1%   1%   0%   0%   2%   39°C
    15:20:33:  240MHz  0.09   5%   1%   1%   0%   0%   2%   40°C
    15:20:38:  240MHz  0.08   5%   1%   1%   0%   0%   2%   40°C
    15:20:43:  240MHz  0.08   5%   1%   1%   0%   0%   2%   41°C
    15:20:48:  240MHz  0.15   5%   1%   0%   0%   0%   2%   40°C
    15:20:54:  240MHz  0.14   5%   1%   0%   0%   0%   2%   41°C
    15:20:59:  240MHz  0.26   5%   1%   0%   0%   0%   2%   40°C
    15:21:04:  240MHz  0.32   5%   1%   0%   0%   0%   2%   41°C
    15:21:10:  240MHz  0.30   5%   1%   0%   0%   0%   2%   41°C
    15:21:15:  240MHz  0.27   5%   1%   0%   0%   0%   2%   41°C
    15:21:20:  240MHz  0.25   5%   1%   0%   0%   0%   2%   42°C
    15:21:25:  240MHz  0.23   4%   1%   0%   0%   0%   2%   42°C
    15:21:31:  240MHz  0.21   4%   1%   0%   0%   0%   2%   41°C
    15:21:36:  240MHz  0.20   4%   1%   0%   0%   0%   2%   41°C
    15:21:41:  240MHz  0.18   4%   1%   0%   0%   0%   2%   41°C
    15:21:46:  240MHz  0.17   4%   1%   0%   0%   0%   2%   41°C
    15:21:52:  240MHz  0.15   4%   1%   0%   0%   0%   2%   42°C
    15:21:57:  240MHz  0.14   4%   1%   0%   0%   0%   2%   43°C
    15:22:02:  240MHz  0.13   4%   1%   0%   0%   0%   2%   41°C
    15:22:08:  240MHz  0.12   4%   1%   0%   0%   0%   2%   43°C
    15:22:13:  240MHz  0.11   4%   1%   0%   0%   0%   2%   43°C
    15:22:18:  240MHz  0.10   4%   1%   0%   0%   0%   2%   43°C
    15:22:23:  240MHz  0.09   4%   1%   0%   0%   0%   2%   44°C
    15:22:29:  240MHz  0.09   4%   1%   0%   0%   0%   2%   42°C
    15:22:34:  240MHz  0.08   4%   1%   0%   0%   0%   2%   43°C
    15:22:39:  240MHz  0.21   4%   1%   0%   0%   0%   2%   43°C
    15:22:44:  240MHz  0.28   4%   1%   0%   0%   0%   2%   43°C
    15:22:50:  240MHz  0.25   4%   1%   0%   0%   0%   2%   44°C
    15:22:55:  240MHz  0.23   4%   1%   0%   0%   0%   2%   42°C
    15:23:00:  240MHz  0.22   4%   1%   0%   0%   0%   2%   45°C
    15:23:06:  240MHz  0.20   4%   1%   0%   0%   0%   2%   43°C
    15:23:11:  240MHz  0.18   4%   1%   0%   0%   0%   2%   44°C
    15:23:16:  240MHz  0.17   4%   1%   0%   0%   0%   2%   44°C
    15:23:21:  240MHz  0.15   4%   1%   0%   0%   0%   2%   43°C
    15:23:27:  240MHz  0.14   4%   1%   0%   0%   0%   2%   44°C
    15:23:32:  240MHz  0.13   4%   1%   0%   0%   0%   2%   43°C
    15:23:37:  240MHz  0.12   4%   1%   0%   0%   0%   1%   45°C
    15:23:42:  240MHz  0.11   4%   1%   0%   0%   0%   1%   43°C
    15:23:48:  240MHz  0.10   4%   1%   0%   0%   0%   1%   45°C
    15:23:53:  240MHz  0.09   4%   1%   0%   0%   0%   1%   44°C
    15:23:58:  240MHz  0.09   4%   1%   0%   0%   0%   1%   44°C
    15:24:04:  240MHz  0.08   4%   1%   0%   0%   0%   1%   44°C
    15:24:09:  240MHz  0.07   4%   1%   0%   0%   0%   1%   44°C
    15:24:14:  240MHz  0.07   3%   1%   0%   0%   0%   1%   44°C
    15:24:19:  240MHz  0.22   3%   1%   0%   0%   0%   1%   44°C
    15:24:25:  240MHz  0.19   3%   1%   0%   0%   0%   1%   43°C
    15:24:30:  240MHz  0.17   3%   1%   0%   0%   0%   1%   44°C
    15:24:35:  240MHz  0.16   3%   1%   0%   0%   0%   1%   44°C
    15:24:40:  240MHz  0.15   3%   1%   0%   0%   0%   1%   44°C
    15:24:46:  240MHz  0.21   3%   1%   0%   0%   0%   1%   44°C
    15:24:51:  240MHz  0.20   3%   1%   0%   0%   0%   1%   45°C
    15:24:56:  240MHz  0.18   3%   1%   0%   0%   0%   1%   44°C
    15:25:02:  240MHz  0.17   3%   1%   0%   0%   0%   1%   44°C
    15:25:07:  240MHz  0.15   3%   1%   0%   0%   0%   1%   44°C
    15:25:12:  240MHz  0.14   3%   1%   0%   0%   0%   1%   45°C
    15:25:17:  240MHz  0.13   3%   1%   0%   0%   0%   1%   45°C
    15:25:23:  240MHz  0.12   3%   1%   0%   0%   0%   1%   44°C
    15:25:28:  240MHz  0.19   3%   1%   0%   0%   0%   1%   45°C
    15:25:33:  240MHz  0.18   3%   1%   0%   0%   0%   1%   44°C
    15:25:38:  240MHz  0.16   3%   1%   0%   0%   0%   1%   46°C
    15:25:44:  240MHz  0.15   3%   1%   0%   0%   0%   1%   45°C
    15:25:49:  240MHz  0.14   3%   1%   0%   0%   0%   1%   44°C
    15:25:54:  240MHz  0.13   3%   1%   0%   0%   0%   1%   44°C
    15:26:00:  240MHz  0.36   3%   1%   0%   0%   0%   1%   45°C
    15:26:05:  240MHz  0.30   3%   1%   0%   0%   0%   1%   46°C
    15:26:10:  240MHz  0.28   3%   1%   0%   0%   0%   1%   45°C
    15:26:15:  240MHz  0.26   3%   1%   0%   0%   0%   1%   44°C
    15:26:21:  240MHz  0.23   3%   1%   0%   0%   0%   1%   46°C
    15:26:26:  240MHz  0.22   3%   1%   0%   0%   0%   1%   45°C
    15:26:31:  240MHz  0.20   3%   1%   0%   0%   0%   1%   45°C
    15:26:36:  240MHz  0.26   3%   1%   0%   0%   0%   1%   46°C
    15:26:42:  240MHz  0.24   3%   1%   0%   0%   0%   1%   45°C
    15:26:47:  240MHz  0.22   3%   1%   0%   0%   0%   1%   45°C
    15:26:52:  240MHz  0.20   3%   1%   0%   0%   0%   1%   46°C
    15:26:57:  240MHz  0.27   3%   1%   0%   0%   0%   1%   46°C
    15:27:03:  240MHz  0.25   3%   1%   0%   0%   0%   1%   45°C
    15:27:08:  240MHz  0.23   3%   1%   0%   0%   0%   1%   45°C
    15:27:13:  240MHz  0.21   3%   1%   0%   0%   0%   1%   45°C
    15:27:19:  240MHz  0.27   3%   1%   0%   0%   0%   1%   46°C
    15:27:24:  240MHz  0.25   3%   1%   0%   0%   0%   1%   46°C
    15:27:29:  240MHz  0.23   3%   1%   0%   0%   0%   1%   46°C
    15:27:34:  240MHz  0.21   3%   1%   0%   0%   0%   1%   45°C
    15:27:40:  240MHz  0.27   3%   1%   0%   0%   0%   1%   46°C
    15:27:45:  240MHz  0.39   3%   1%   0%   0%   0%   1%   45°C
    15:27:50:  240MHz  0.36   3%   1%   0%   0%   0%   1%   46°C
    15:27:55:  240MHz  0.41   3%   1%   0%   0%   0%   1%   46°C
    15:28:01:  240MHz  0.37   3%   1%   0%   0%   0%   2%   45°C
    15:28:06:  240MHz  0.34   3%   1%   0%   0%   0%   2%   47°C
    15:28:11:  240MHz  0.32   3%   1%   0%   0%   0%   2%   46°C
    15:28:17:  240MHz  0.37   3%   1%   0%   0%   0%   2%   46°C
    15:28:22:  240MHz  0.34   3%   1%   0%   0%   0%   2%   46°C
    15:28:27:  240MHz  0.39   3%   1%   0%   0%   0%   2%   46°C
    15:28:32:  240MHz  0.36   3%   1%   0%   0%   0%   2%   46°C
    15:28:38:  240MHz  0.41   3%   1%   0%   0%   0%   2%   46°C
    15:28:43:  240MHz  0.38   3%   1%   0%   0%   0%   2%   47°C
    15:28:48:  240MHz  0.35   3%   1%   0%   0%   0%   2%   46°C
    15:28:53:  240MHz  0.32   3%   1%   0%   0%   0%   2%   46°C
    15:28:59:  240MHz  0.30   3%   1%   0%   0%   0%   2%   46°C
    15:29:04:  240MHz  0.27   3%   1%   0%   0%   0%   2%   45°C
    15:29:09:  240MHz  0.25   3%   1%   0%   0%   0%   2%   46°C
    15:29:15:  240MHz  0.23   3%   1%   0%   0%   0%   2%   45°C
    15:29:20:  240MHz  0.29   3%   1%   0%   0%   0%   2%   47°C
    15:29:25:  240MHz  0.32   3%   1%   0%   0%   0%   2%   47°C
    15:29:30:  240MHz  0.30   3%   1%   0%   0%   0%   2%   46°C
    15:29:36:  240MHz  0.27   3%   1%   0%   0%   0%   2%   46°C
    15:29:41:  240MHz  0.25   3%   1%   0%   0%   0%   2%   46°C
    15:29:46:  240MHz  0.23   3%   1%   0%   0%   0%   2%   45°C
    15:29:51:  240MHz  0.21   3%   1%   0%   0%   0%   2%   45°C
    15:29:57:  240MHz  0.19   3%   1%   0%   0%   0%   2%   47°C
    15:30:02:  240MHz  0.18   3%   1%   0%   0%   0%   2%   45°C
    15:30:07:  240MHz  0.16   3%   1%   0%   0%   0%   2%   46°C
    15:30:13:  240MHz  0.15   3%   1%   0%   0%   0%   2%   46°C
    15:30:18:  240MHz  0.14   3%   1%   0%   0%   0%   2%   46°C
    15:30:23:  240MHz  0.13   3%   1%   0%   0%   0%   2%   46°C
    15:30:28:  240MHz  0.12   3%   1%   0%   0%   0%   2%   46°C
    15:30:34:  240MHz  0.11   3%   1%   0%   0%   0%   2%   47°C
    15:30:39:  240MHz  0.10   3%   1%   0%   0%   0%   2%   46°C
    15:30:44:  240MHz  0.09   3%   1%   0%   0%   0%   2%   46°C
    15:30:49:  240MHz  0.08   3%   1%   0%   0%   0%   2%   46°C
    15:30:55:  240MHz  0.08   3%   1%   0%   0%   0%   2%   45°C
    15:31:00:  240MHz  0.15   3%   1%   0%   0%   0%   2%   44°C
    15:31:05:  240MHz  0.20   3%   1%   0%   0%   0%   2%   44°C
    15:31:11:  240MHz  0.19   3%   1%   0%   0%   0%   2%   44°C
    15:31:16:  240MHz  0.17   3%   1%   0%   0%   0%   2%   42°C
    15:31:21:  240MHz  0.16   3%   1%   0%   0%   0%   2%   42°C
    15:31:26:  240MHz  0.14   3%   1%   0%   0%   0%   2%   43°C
    15:31:32:  240MHz  0.13   3%   1%   0%   0%   0%   2%   43°C
    15:31:37:  240MHz  0.12   3%   1%   0%   0%   0%   1%   41°C
    15:31:42:  240MHz  0.11   3%   1%   0%   0%   0%   1%   41°C
    15:31:48:  240MHz  0.10   3%   1%   0%   0%   0%   1%   41°C
    15:31:53:  240MHz  0.10   3%   1%   0%   0%   0%   1%   42°C
    15:31:58:  240MHz  0.09   3%   1%   0%   0%   0%   1%   42°C
    15:32:03:  240MHz  0.08   3%   1%   0%   0%   0%   1%   44°C
    15:32:09:  240MHz  0.07   3%   1%   0%   0%   0%   1%   43°C
    15:32:14:  240MHz  0.07   3%   1%   0%   0%   0%   1%   44°C
    15:32:19:  240MHz  0.06   3%   1%   0%   0%   0%   1%   44°C
    15:32:24:  240MHz  0.06   3%   1%   0%   0%   0%   2%   42°C
    15:32:30:  240MHz  0.05   3%   1%   0%   0%   0%   2%   44°C
    15:32:35:  240MHz  0.05   3%   1%   0%   0%   0%   2%   43°C
    15:32:40:  240MHz  0.12   3%   1%   0%   0%   0%   2%   44°C
    15:32:46:  240MHz  0.18   3%   1%   0%   0%   0%   2%   45°C
    15:32:51:  240MHz  0.17   3%   1%   0%   0%   0%   2%   44°C
    15:32:56:  240MHz  0.15   3%   1%   0%   0%   0%   2%   43°C
    15:33:01:  240MHz  0.14   3%   1%   0%   0%   0%   2%   44°C
    15:33:07:  240MHz  0.13   3%   1%   0%   0%   0%   1%   44°C
    15:33:12:  240MHz  0.12   3%   1%   0%   0%   0%   1%   43°C
    15:33:17:  240MHz  0.11   3%   1%   0%   0%   0%   1%   43°C
    15:33:22:  240MHz  0.10   3%   1%   0%   0%   0%   1%   43°C
    15:33:28:  240MHz  0.17   3%   1%   0%   0%   0%   1%   45°C
    15:33:33:  240MHz  0.16   3%   1%   0%   0%   0%   1%   45°C
    15:33:38:  240MHz  0.15   3%   1%   0%   0%   0%   1%   44°C
    15:33:43:  240MHz  0.13   3%   1%   0%   0%   0%   1%   43°C
    15:33:49:  240MHz  0.12   3%   1%   0%   0%   0%   1%   43°C
    15:33:54:  240MHz  0.11   3%   1%   0%   0%   0%   1%   45°C
    15:33:59:  240MHz  0.10   3%   1%   0%   0%   0%   1%   45°C
    15:34:05:  240MHz  0.10   3%   1%   0%   0%   0%   1%   45°C
    15:34:10:  240MHz  0.09   3%   1%   0%   0%   0%   1%   45°C
    15:34:15:  240MHz  0.08   3%   1%   0%   0%   0%   1%   44°C
    15:34:20:  240MHz  0.08   3%   1%   0%   0%   0%   1%   45°C
    15:34:26:  240MHz  0.14   3%   1%   0%   0%   0%   1%   44°C
    15:34:31:  240MHz  0.13   3%   1%   0%   0%   0%   1%   45°C
    15:34:36:  240MHz  0.12   3%   1%   0%   0%   0%   1%   45°C
    15:34:41:  240MHz  0.11   3%   1%   0%   0%   0%   1%   45°C
    15:34:47:  240MHz  0.10   3%   1%   0%   0%   0%   1%   45°C
    15:34:52:  240MHz  0.09   3%   1%   0%   0%   0%   1%   46°C
    15:34:57:  240MHz  0.08   3%   1%   0%   0%   0%   1%   45°C
    15:35:03:  240MHz  0.08   3%   1%   0%   0%   0%   1%   44°C
    15:35:08:  240MHz  0.07   3%   1%   0%   0%   0%   1%   46°C
    15:35:13:  240MHz  0.06   3%   1%   0%   0%   0%   1%   44°C
    15:35:18:  240MHz  0.06   3%   1%   0%   0%   0%   1%   45°C
    15:35:24:  240MHz  0.05   3%   1%   0%   0%   0%   1%   45°C
    15:35:29:  240MHz  0.05   3%   1%   0%   0%   0%   1%   44°C
    15:35:34:  240MHz  0.05   3%   1%   0%   0%   0%   1%   46°C
    15:35:39:  240MHz  0.04   3%   1%   0%   0%   0%   1%   45°C
    15:35:45:  240MHz  0.04   3%   1%   0%   0%   0%   1%   45°C
    15:35:50:  240MHz  0.04   3%   1%   0%   0%   0%   1%   44°C
    15:35:55:  240MHz  0.03   3%   1%   0%   0%   0%   1%   45°C
    15:36:01:  240MHz  0.03   3%   1%   0%   0%   0%   1%   44°C
    15:36:06:  240MHz  0.10   3%   1%   0%   0%   0%   1%   45°C
    15:36:11:  240MHz  0.09   3%   1%   0%   0%   0%   1%   46°C
    15:36:16:  240MHz  0.08   3%   1%   0%   0%   0%   1%   46°C
    15:36:22:  240MHz  0.08   3%   1%   0%   0%   0%   1%   46°C
    15:36:27:  240MHz  0.07   3%   1%   0%   0%   0%   1%   45°C
    15:36:32:  240MHz  0.06   3%   1%   0%   0%   0%   1%   44°C
    15:36:37:  240MHz  0.06   3%   1%   0%   0%   0%   1%   45°C
    15:36:43:  240MHz  0.05   3%   1%   0%   0%   0%   1%   45°C
    15:36:48:  240MHz  0.05   3%   1%   0%   0%   0%   1%   45°C
    15:36:53:  240MHz  0.05   3%   1%   0%   0%   0%   1%   45°C
    15:36:59:  240MHz  0.04   3%   1%   0%   0%   0%   1%   47°C
    15:37:04:  240MHz  0.04   3%   1%   0%   0%   0%   1%   46°C
    15:37:09:  240MHz  0.04   3%   1%   0%   0%   0%   1%   47°C
    15:37:14:  240MHz  0.03   3%   1%   0%   0%   0%   1%   46°C
    15:37:20:  240MHz  0.03   3%   1%   0%   0%   0%   1%   46°C

     

    armbianmonitor -u output is here:

    http://sprunge.us/KidA

     

    CPU section:

    Spoiler
    
    ### lscpu:
    
    Architecture:          armv7l
    Byte Order:            Little Endian
    CPU(s):                4
    On-line CPU(s) list:   0-3
    Thread(s) per core:    1
    Core(s) per socket:    4
    Socket(s):             1
    CPU max MHz:           1008.0000
    CPU min MHz:           240.0000
    
    ### cpuinfo:
    
    Processor	: ARMv7 Processor rev 5 (v7l)
    processor	: 0
    BogoMIPS	: 12000.00
    
    processor	: 1
    BogoMIPS	: 12000.00
    
    processor	: 2
    BogoMIPS	: 12000.00
    
    processor	: 3
    BogoMIPS	: 12000.00
    
    Features	: swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt 
    CPU implementer	: 0x41
    CPU architecture: 7
    CPU variant	: 0x0
    CPU part	: 0xc07
    CPU revision	: 5
    
    Hardware	: sun8i
    Revision	: 0000
    Serial		: 34005035c6144444070e

     

  13. OPiZ-3 Thumb test results (it starts with 59 C and reaches 63 C after 10 minutes):

     

    armbianmonitor -m (thumb pressed at about 14:46:45 for 15 seconds and temperature drop is 5 C)

    Spoiler

    Stop monitoring using [ctrl]-[c]
    Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU
    14:36:02: 1008MHz  0.44  10%   5%   3%   0%   1%   0%   59°C
    14:36:07:  240MHz  0.40   9%   5%   3%   0%   1%   0%   59°C
    14:36:12:  240MHz  0.37   9%   5%   2%   0%   1%   0%   58°C
    14:36:17:  240MHz  0.34   8%   4%   2%   0%   1%   0%   59°C
    14:36:23:  240MHz  0.31   8%   4%   2%   0%   1%   0%   59°C
    14:36:28:  240MHz  0.29   8%   4%   2%   0%   0%   0%   59°C
    14:36:33:  240MHz  0.27   7%   4%   2%   0%   0%   0%   59°C
    14:36:39:  240MHz  0.24   7%   4%   2%   0%   0%   0%   59°C
    14:36:44:  240MHz  0.22   7%   4%   2%   0%   0%   0%   59°C
    14:36:49:  240MHz  0.21   6%   3%   2%   0%   0%   0%   59°C
    14:36:54:  240MHz  0.19   6%   3%   1%   0%   0%   0%   59°C
    14:37:00:  240MHz  0.18   6%   3%   1%   0%   0%   0%   59°C
    14:37:05:  240MHz  0.16   6%   3%   1%   0%   0%   0%   59°C
    14:37:10:  240MHz  0.15   5%   3%   1%   0%   0%   0%   60°C
    14:37:15:  240MHz  0.22   5%   3%   1%   0%   0%   0%   60°C
    14:37:21:  240MHz  0.18   5%   3%   1%   0%   0%   0%   60°C
    14:37:26:  240MHz  0.17   5%   3%   1%   0%   0%   0%   59°C
    14:37:31:  240MHz  0.15   5%   3%   1%   0%   0%   0%   60°C
    14:37:37:  240MHz  0.14   5%   3%   1%   0%   0%   0%   60°C
    14:37:42:  240MHz  0.13   5%   3%   1%   0%   0%   0%   60°C
    14:37:47:  240MHz  0.12   4%   2%   1%   0%   0%   0%   60°C
    14:37:52:  240MHz  0.11   4%   2%   1%   0%   0%   0%   61°C
    14:37:58:  240MHz  0.10   4%   2%   1%   0%   0%   0%   60°C
    14:38:03:  240MHz  0.09   4%   2%   1%   0%   0%   0%   60°C
    14:38:08:  240MHz  0.09   4%   2%   1%   0%   0%   0%   60°C
    14:38:13:  240MHz  0.08   4%   2%   1%   0%   0%   0%   60°C
    14:38:19:  240MHz  0.07   4%   2%   1%   0%   0%   0%   60°C
    14:38:24:  240MHz  0.07   4%   2%   1%   0%   0%   0%   60°C
    14:38:29:  240MHz  0.06   4%   2%   1%   0%   0%   0%   60°C
    14:38:34:  240MHz  0.06   4%   2%   1%   0%   0%   0%   60°C
    14:38:40:  240MHz  0.05   4%   2%   1%   0%   0%   0%   60°C
    14:38:45:  240MHz  0.05   4%   2%   1%   0%   0%   0%   60°C
    14:38:50:  240MHz  0.04   4%   2%   1%   0%   0%   0%   60°C
    14:38:56:  240MHz  0.04   3%   2%   1%   0%   0%   0%   61°C
    14:39:01:  240MHz  0.11   3%   2%   1%   0%   0%   0%   60°C
    14:39:06:  240MHz  0.10   3%   2%   1%   0%   0%   0%   61°C
    14:39:11:  240MHz  0.09   3%   2%   1%   0%   0%   0%   60°C
    14:39:17:  240MHz  0.08   3%   2%   1%   0%   0%   0%   61°C
    14:39:22:  240MHz  0.08   3%   2%   1%   0%   0%   0%   61°C
    14:39:27:  240MHz  0.07   3%   2%   1%   0%   0%   0%   60°C
    14:39:32:  240MHz  0.07   3%   2%   1%   0%   0%   0%   61°C
    14:39:38:  240MHz  0.06   3%   2%   0%   0%   0%   0%   61°C
    14:39:43:  240MHz  0.06   3%   2%   0%   0%   0%   0%   61°C
    14:39:48:  240MHz  0.05   3%   2%   0%   0%   0%   0%   61°C
    14:39:54:  240MHz  0.05   3%   2%   0%   0%   0%   0%   61°C
    14:39:59:  240MHz  0.04   3%   2%   0%   0%   0%   0%   61°C
    14:40:04:  240MHz  0.04   3%   2%   0%   0%   0%   0%   61°C
    14:40:09:  240MHz  0.04   3%   2%   0%   0%   0%   0%   61°C
    14:40:15:  240MHz  0.03   3%   2%   0%   0%   0%   0%   61°C
    14:40:20:  240MHz  0.03   3%   2%   0%   0%   0%   0%   61°C
    14:40:25:  240MHz  0.03   3%   2%   0%   0%   0%   0%   61°C
    14:40:30:  240MHz  0.03   3%   2%   0%   0%   0%   0%   61°C
    14:40:36:  240MHz  0.02   3%   2%   0%   0%   0%   0%   62°C
    14:40:41:  240MHz  0.17   3%   2%   0%   0%   0%   0%   61°C
    14:40:46:  240MHz  0.15   3%   2%   0%   0%   0%   0%   61°C
    14:40:52:  240MHz  0.14   3%   2%   0%   0%   0%   0%   61°C
    14:40:57:  240MHz  0.13   3%   1%   0%   0%   0%   0%   61°C
    14:41:02:  240MHz  0.12   3%   1%   0%   0%   0%   0%   62°C
    14:41:07:  240MHz  0.11   3%   1%   0%   0%   0%   0%   61°C
    14:41:13:  240MHz  0.10   3%   1%   0%   0%   0%   0%   62°C
    14:41:18:  240MHz  0.09   3%   1%   0%   0%   0%   0%   61°C
    14:41:23:  240MHz  0.09   2%   1%   0%   0%   0%   0%   62°C
    14:41:28:  240MHz  0.08   2%   1%   0%   0%   0%   0%   61°C
    14:41:34:  240MHz  0.07   2%   1%   0%   0%   0%   0%   62°C
    14:41:39:  240MHz  0.07   2%   1%   0%   0%   0%   0%   62°C
    14:41:44:  240MHz  0.06   2%   1%   0%   0%   0%   0%   62°C
    14:41:50:  240MHz  0.06   2%   1%   0%   0%   0%   0%   62°C
    14:41:55:  240MHz  0.05   2%   1%   0%   0%   0%   0%   62°C
    14:42:00:  240MHz  0.05   2%   1%   0%   0%   0%   0%   62°C
    14:42:05:  240MHz  0.04   2%   1%   0%   0%   0%   0%   62°C
    14:42:11:  240MHz  0.04   2%   1%   0%   0%   0%   0%   62°C
    14:42:16:  240MHz  0.04   2%   1%   0%   0%   0%   0%   62°C
    14:42:21:  240MHz  0.11   2%   1%   0%   0%   0%   0%   62°C
    14:42:26:  240MHz  0.10   2%   1%   0%   0%   0%   0%   62°C
    14:42:32:  240MHz  0.09   2%   1%   0%   0%   0%   0%   62°C
    14:42:37:  240MHz  0.08   2%   1%   0%   0%   0%   0%   62°C
    14:42:42:  240MHz  0.08   2%   1%   0%   0%   0%   0%   62°C
    14:42:48:  240MHz  0.07   2%   1%   0%   0%   0%   0%   62°C
    14:42:53:  240MHz  0.06   2%   1%   0%   0%   0%   0%   62°C
    14:42:58:  240MHz  0.06   2%   1%   0%   0%   0%   0%   62°C
    14:43:03:  240MHz  0.05   2%   1%   0%   0%   0%   0%   62°C
    14:43:09:  240MHz  0.05   2%   1%   0%   0%   0%   0%   62°C
    14:43:14:  240MHz  0.05   2%   1%   0%   0%   0%   0%   62°C
    14:43:19:  240MHz  0.04   2%   1%   0%   0%   0%   0%   62°C
    14:43:24:  240MHz  0.04   2%   1%   0%   0%   0%   0%   62°C
    14:43:30:  240MHz  0.04   2%   1%   0%   0%   0%   0%   62°C
    14:43:35:  240MHz  0.03   2%   1%   0%   0%   0%   0%   63°C
    14:43:40:  240MHz  0.03   2%   1%   0%   0%   0%   0%   62°C
    14:43:45:  240MHz  0.03   2%   1%   0%   0%   0%   0%   63°C
    14:43:51:  240MHz  0.03   2%   1%   0%   0%   0%   0%   62°C
    14:43:56:  240MHz  0.02   2%   1%   0%   0%   0%   0%   62°C
    14:44:01:  240MHz  0.10   2%   1%   0%   0%   0%   0%   62°C
    14:44:07:  240MHz  0.09   2%   1%   0%   0%   0%   0%   62°C
    14:44:12:  240MHz  0.08   2%   1%   0%   0%   0%   0%   62°C
    14:44:17:  240MHz  0.07   2%   1%   0%   0%   0%   0%   62°C
    14:44:22:  240MHz  0.07   2%   1%   0%   0%   0%   0%   62°C
    14:44:28:  240MHz  0.06   2%   1%   0%   0%   0%   0%   62°C
    14:44:33:  240MHz  0.06   2%   1%   0%   0%   0%   0%   62°C
    14:44:38:  240MHz  0.05   2%   1%   0%   0%   0%   0%   62°C
    14:44:44:  240MHz  0.05   2%   1%   0%   0%   0%   0%   62°C
    14:44:49:  240MHz  0.04   2%   1%   0%   0%   0%   0%   62°C
    14:44:54:  240MHz  0.04   2%   1%   0%   0%   0%   0%   62°C
    14:44:59:  240MHz  0.04   2%   1%   0%   0%   0%   0%   63°C
    14:45:05:  240MHz  0.03   2%   1%   0%   0%   0%   0%   63°C
    14:45:10:  240MHz  0.03   2%   1%   0%   0%   0%   0%   62°C
    14:45:15:  240MHz  0.03   2%   1%   0%   0%   0%   0%   63°C
    14:45:20:  240MHz  0.03   2%   1%   0%   0%   0%   0%   63°C
    14:45:26:  240MHz  0.02   2%   1%   0%   0%   0%   0%   63°C
    14:45:31:  240MHz  0.02   2%   1%   0%   0%   0%   0%   62°C
    14:45:36:  240MHz  0.02   2%   1%   0%   0%   0%   0%   63°C
    14:45:42:  240MHz  0.02   2%   1%   0%   0%   0%   0%   63°C
    14:45:47:  240MHz  0.02   2%   1%   0%   0%   0%   0%   63°C
    14:45:52:  240MHz  0.01   2%   1%   0%   0%   0%   0%   63°C
    14:45:57:  240MHz  0.01   2%   1%   0%   0%   0%   0%   63°C
    14:46:03:  240MHz  0.01   2%   1%   0%   0%   0%   0%   63°C
    14:46:08:  240MHz  0.01   2%   1%   0%   0%   0%   0%   63°C
    14:46:13:  240MHz  0.01   2%   1%   0%   0%   0%   0%   63°C
    14:46:18:  240MHz  0.01   2%   1%   0%   0%   0%   0%   63°C
    14:46:24:  240MHz  0.01   2%   1%   0%   0%   0%   0%   63°C
    14:46:29:  240MHz  0.01   2%   1%   0%   0%   0%   0%   63°C
    14:46:34:  240MHz  0.01   2%   1%   0%   0%   0%   0%   63°C
    14:46:39:  240MHz  0.01   2%   1%   0%   0%   0%   0%   63°C
    14:46:45:  240MHz  0.01   2%   1%   0%   0%   0%   0%   63°C
    14:46:50:  240MHz  0.01   2%   1%   0%   0%   0%   0%   58°C
    14:46:55:  240MHz  0.01   2%   1%   0%   0%   0%   0%   58°C
    14:47:01:  240MHz  0.01   2%   1%   0%   0%   0%   0%   58°C
    14:47:06:  240MHz  0.00   2%   1%   0%   0%   0%   0%   60°C
    14:47:11:  240MHz  0.00   2%   1%   0%   0%   0%   0%   61°C
    14:47:16:  240MHz  0.00   2%   1%   0%   0%   0%   0%   61°C
    14:47:22:  240MHz  0.00   2%   1%   0%   0%   0%   0%   62°C
    14:47:27:  240MHz  0.08   2%   1%   0%   0%   0%   0%   61°C
    14:47:32:  240MHz  0.07   2%   1%   0%   0%   0%   0%   62°C
    14:47:37:  240MHz  0.06   2%   1%   0%   0%   0%   0%   62°C
    14:47:43:  240MHz  0.06   2%   1%   0%   0%   0%   0%   62°C
    14:47:48:  240MHz  0.05   2%   1%   0%   0%   0%   0%   62°C
    14:47:53:  240MHz  0.05   2%   1%   0%   0%   0%   0%   62°C
    14:47:59:  240MHz  0.05   2%   1%   0%   0%   0%   0%   62°C
    14:48:04:  240MHz  0.04   2%   1%   0%   0%   0%   0%   62°C
    14:48:09:  240MHz  0.04   2%   1%   0%   0%   0%   0%   62°C
     

     

    armbianmonitor -u output is here:

    http://sprunge.us/gbYB

     

    CPU section:

    Spoiler
    
    ### lscpu:
    
    Architecture:          armv7l
    Byte Order:            Little Endian
    CPU(s):                4
    On-line CPU(s) list:   0-3
    Thread(s) per core:    1
    Core(s) per socket:    4
    Socket(s):             1
    CPU max MHz:           1008.0000
    CPU min MHz:           240.0000
    
    ### cpuinfo:
    
    Processor	: ARMv7 Processor rev 5 (v7l)
    processor	: 0
    BogoMIPS	: 7680.00
    
    processor	: 1
    BogoMIPS	: 7680.00
    
    processor	: 2
    BogoMIPS	: 7680.00
    
    processor	: 3
    BogoMIPS	: 7680.00
    
    Features	: swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt 
    CPU implementer	: 0x41
    CPU architecture: 7
    CPU variant	: 0x0
    CPU part	: 0xc07
    CPU revision	: 5
    
    Hardware	: sun8i
    Revision	: 0000
    Serial		: 540078674624082d030e

     

  14. OK, will do... They are disconnected now...

     

    I examined the boards. Old ones are v1.1 the new ones are v1.4... Also the layout (and circuitry) did change !

     

    It seems that (if I'm not mistaken) in VCCIO 3.3V/1A circuitry Q11 is gone and there are changes in U55, U7, U4 voltage regulators...

     

    Attached images of related portions.

     

     

    v1.1 boards

    OPiZ-v1.1.jpg

     

    v1.4 board (problematic one)

    OPiZ-v1.4.jpg

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines