Jump to content

royk

Members
  • Posts

    261
  • Joined

  • Last visited

Everything posted by royk

  1. @Tony3 It depends on the config of your current kernel if the ethernet adapter will work: cat /boot/config* | grep CONFIG_R8125 If that module is not enabled then the easiest thing to do is recompile with your current config and enable the R8125. You could first check if the modules you were missing aren't already in the default config. And you'll need to select the right DTB of course in armbianEnv "rk3588-orangepi-5-plus.dtb". If you don't have that file, download a minimal image and copy to /boot/dtb/rockchip/
  2. @ZZY For ffmpeg check: https://github.com/hbiyik/FFmpeg rkmppenc is what I use with tvheadend to transcode to hevc. https://github.com/rigaya/rkmppenc For gstreamer you'll need to add the repo of amazingfate. Search packages in apt with "apt search ..."
  3. Read OttawaHacker's post of 2 days ago: https://forum.armbian.com/topic/29352-udev-for-i2c-and-gpio/
  4. I don't have a GoPro 11 but just tried 2 4k 120fps samples and they play fine in Kodi (GBM) 1: Stream #0:0[0x1](eng): Video: hevc (Main 10) (hvc1 / 0x31637668), yuv420p10le(pc, bt709), 3840x2160, 163257 kb/s, 119.88 fps, 119.88 tbr, 120k tbn (default) Not exactly the same format though. You could try to update mpp: https://github.com/HermanChen/mpp Default installs in /usr/local/ so add the following lines to "make-Makefiles.bash" (otherwise it still uses the previous installed version) -DCMAKE_INSTALL_LIBDIR:PATH='lib/aarch64-linux-gnu' \ -DCMAKE_INSTALL_PREFIX:PATH='/usr' \ In Wayland I'm only able to play the file decoded with rkmppenc to ffplay, but with high cpu load. ./rkmppenc --avhw -i file.mp4 -o - | ffplay -
  5. @pazzoide Are you sure your fan needs 3.3v? if you want it to be controllable you'll need a pwm fan like this one: https://www.amazon.com/GeeekPi-Raspberry-Controllable-Adjustment-40x40x10mm/dp/B092YXQMX5/ Or a transistor and resistors. The way I did was using a pwm fan (3 pin) and editing the dtb by making a patch with some lines copied from Radxa. Although it does only trigger the fan at a certain temperature, it doesn't regulate the speed as it should, it's missing some lines that were later added. I'll make a new one soon. The pwm fan in this dtb is set at pwm13 and triggers the fan at 60C , pwm13 has to be enabled with the overlay. The thermal policy has to be on step wise, you could check this with: cat /sys/class/thermal/thermal_zone*/policy If it's something else you could set the following line in /etc/rc.local before the last line (exit 0): echo step_wise > /sys/class/thermal/thermal_zone*/policy rk3588s-orangepi-5.dtb orangepi-5-pwm13.dtbo
  6. Already tried a virtual display? https://help.realvnc.com/hc/en-us/articles/360004324217-Beginner-s-guide-to-Virtual-Mode#what-is-virtual-mode--0-0
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines