Jump to content

MiikaS

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Orange Pi 5 Pro 16GB Armbian Ubuntu 24.04 XFCE on NVMe (SD card to boot to NVMe) USB 3.0 is not working anymore after install. Was working on OPi OS Ubuntu 22.04 before as I used it to copy Armbian image to NVMe. Logs shows nothing when connecting / removing cable, boot log has no mention about USB 3.0 and no power delivered. Is there some known setting, e.g. USB in OTG mode or something that can do this?
  2. I didn't know where to put this, but there is no forum for Orange Pi 5 Pro?
  3. Just came here to say thanks! 😁 I have Orange Pi 5 Pro 16GB now with Armbian Ubuntu 24.04 XFCE and I have been struggling to get pwm to work on 40pin connector to put some fans on my case. Tried all of scripts etc. that I can found on the internet but none of them worked. And today found this thread tested overlay mentioned here and got it working instant! Below is my code that I put to test. Maybe some fine tuning with temps / fan pwm as I get it to daily use to see how it behaves. Try to get it as silent as I can on low loads. Now my CPU temps (celsius) has gone down from 49-51 to 40-41 on low loads and from 82-84 to 70-71 on full load. /dts-v1/; /plugin/; / { fragment@0 { target = <&fan>; __overlay__ { pwms = <&pwm13 0 255 0>; cooling-levels = <0 96 128 160 192 224 255>; rockchip,temp-trips = < 40000 1 50000 2 60000 3 65000 4 70000 5 75000 6 >; }; }; fragment@1 { target = <&pwm13>; __overlay__ { status = "okay"; pinctrl-0 = <&pwm13m2_pins>; }; }; }; Also I'm supper impressed how well this OS works compared to Orange Pi Ubuntu 22.04 and others that I have tested. So far just positive experience! I came from Linux Mint x64_64 world to ARM, with small side step while testing Raspberry Pi 5 and end up to Orange Pi 5 Pro as Raspberry Pi had too many problems on it.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines