Jump to content

Rdlop

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by Rdlop

  1. I've seen the latest kernel in armbian-config, installed it with armbian-config. I'll see if next release will be fetch automatically. Thanks for answer ! armbianmonitor -U 5484 PRETTY_NAME="Armbian 25.2.2 bookworm" 5485 ARMBIAN_PRETTY_NAME="Armbian 25.2.2 bookworm" 5486 5487 ### Installed packages: 5488 5489 ii armbian-bsp-cli-orangepi5-plus-vendor 25.2.2 arm64 Armbian CLI BSP for board 'orangepi5-plus' branch 'vendor' 5490 ii armbian-config 25.5.0-trunk.157.0305.102925 all Armbian config: The Next Generation 5491 ii armbian-firmware 25.2.2 all Armbian - Linux firmware 5492 ii linux-base 4.9 all Linux image base package 5493 ii linux-dtb-vendor-rk35xx 25.2.2 arm64 Armbian Linux vendor DTBs in /boot/dtb-6.1.99-vendor-rk35xx 5494 ii linux-image-vendor-rk35xx 25.2.2 arm64 Armbian Linux vendor kernel image 6.1.99-vendor-rk35xx 5495 ii linux-u-boot-orangepi5-plus-vendor 25.2.2 arm64 Das U-Boot for orangepi5-plus
  2. how can I update by using unattended-upgrades the whole system kernel too ? (I mean like in Debian distribution) ?
  3. @Igor armbian-config was not installed, after installation the kernel upgrade were not frozen.
  4. dpkg-divert --no-rename --add /etc/apt/apt.conf.d/02-armbian-periodic I've modified that file not to be erased during update which contains // Enable the update/upgrade script (0=disable) APT::Periodic::Enable 1; // Do apt-get update automatically every n-days (0=disable) APT::Periodic::Update-Package-Lists 1; // Do apt-get upgrade --download-only every n-days (0=disable) APT::Periodic::Download-Upgradeable-Packages 1; // Run the unattended-upgrade security upgrade script // every n-days (0=disabled) // Requires the package unattended-upgrades and will write // a log in /var/log/unattended-upgrades APT::Periodic::Unattended-Upgrade 1; // Do apt-get autoclean every n-days (0=disable) APT::Periodic::AutocleanInterval 20; // Define basic patterns //Unattended-Upgrade::Origins-Pattern { // origin=,codename=; // origin=Armbian; //}; APT::Periodic::Update-Package-Lists 1; APT::Periodic::Verbose 1; Unattended-Upgrade::Remove-New-Unused-Dependencies true; Unattended-Upgrade::Remove-Unused-Dependencies true; Unattended-Upgrade::Automatic-Reboot true; Unattended-Upgrade::Automatic-Reboot-Time 02:30; Unattended-Upgrade::Origins-Pattern { origin=*; }; Do you think that file might be the problem ? Also package are updated : cat /var/log/apt/history.log Start-Date: 2025-03-04 01:00:37 Commandline: /usr/bin/unattended-upgrade Upgrade: armbian-firmware:arm64 (25.2.2, 25.2.2) End-Date: 2025-03-04 01:00:40
  5. Seems some packages are not on 25 version
  6. # armbianmonitor -U 1 2 ### lsusb: 3 4 Bus 002 Device 002: ID 05e3:0620 Genesys Logic, Inc. GL3523 Hub 5 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub 6 Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub 7 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 8 Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 9 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 10 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 11 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 12 13 /: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M 14 /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M 15 /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M 16 /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M 17 /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M 18 |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M 19 /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M 20 |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M 21 22 ### Userland generated with Armbian Build Framework: 23 24 PRETTY_NAME="Armbian 25.2.2 bookworm" 25 ARMBIAN_PRETTY_NAME="Armbian 25.2.2 bookworm" 26 27 ### Installed packages: 28 29 ii armbian-bsp-cli-orangepi5-plus-vendor 25.2.2 arm64 Armbian CLI BSP for board 'orangepi5-plus' branch 'vendor' 30 ii armbian-firmware 25.2.2 all Armbian - Linux firmware 31 ii linux-base 4.9 all Linux image base package 32 ii linux-dtb-vendor-rk35xx 24.8.1 arm64 Armbian Linux vendor DTBs in /boot/dtb-6.1.75-vendor-rk35xx 33 ii linux-image-vendor-rk35xx 24.8.1 arm64 Armbian Linux vendor kernel image 6.1.75-vendor-rk35xx 34 ii linux-u-boot-orangepi5-plus-vendor 25.2.2 arm64 Das U-Boot for orangepi5-plus
  7. Do you have `man armbianmonitor` i'd like to see output before send it to paste.armbian.de ?
  8. apt-mark showhold N: Ignoring file '02-armbian-periodic.distrib' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension
  9. I'm using Orange Pi 5 Plus, I've updated to latest by apt upgrade but seems to be stuck on old version as you can see 25.2.2 but kernel is still 6.1.75 : # uname -a Linux abeure 6.1.75-vendor-rk35xx #1 SMP Wed Aug 21 11:45:59 UTC 2024 aarch64 GNU/Linux # cat /var/log/apt/history.log Start-Date: 2025-02-25 01:00:39 Commandline: /usr/bin/unattended-upgrade Upgrade: armbian-firmware:arm64 (25.2.1, 25.2.2) End-Date: 2025-02-25 01:00:42 Start-Date: 2025-02-25 01:01:10 Commandline: /usr/bin/unattended-upgrade Upgrade: linux-u-boot-orangepi5-plus-vendor:arm64 (24.11.1, 25.2.2) End-Date: 2025-02-25 01:01:11 Latest version https://www.armbian.com/orange-pi-5-plus/ does not seems to be fetched. Armbian 25.2.1 Bookworm Minimal / IOT Kernel: 6.1.99, Size: 295.5 MB, Release date: Feb 15, 2025 Can you explain what i've missed ?
  10. I don't have any packages installed dpkg -l | grep -i mesa I'm using v24.8.4 for Orange Pi 5 Plus running Armbian Linux 6.1.75-vendor-rk35xx Can you check if the firmware is loaded by the kernel ? dmesg|grep Mali [ 367.986293] mali fb000000.gpu: Loading Mali firmware 0x1010000 [ 367.988606] mali fb000000.gpu: Mali firmware git_sha: 814b47b551159067b67a37c4e9adda458ad9d852
  11. @Dyfcom Simply by
  12. find /lib/modules/ -name \*panthor\* -ls 6950038 4 drwxr-xr-x 2 root root 4096 août 26 18:21 /lib/modules/6.1.75-vendor-rk35xx/kernel/drivers/gpu/drm/panthor 6951151 180 -rw-r--r-- 1 root root 182920 août 24 19:27 /lib/modules/6.1.75-vendor-rk35xx/kernel/drivers/gpu/drm/panthor/panthor.ko I've got them right. And yes i'm doing headless
  13. dmesg | grep -i panthor Does not return anything
  14. cat /sys/kernel/debug/rkrga/load num of scheduler = 3 ================= load ================== scheduler[0]: rga3 load = 38% ----------------------------------- scheduler[1]: rga3 load = 15% ----------------------------------- scheduler[2]: rga2 load = 0% ----------------------------------- process 3: pid = 402989, name: /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -ss 00:10:15.000 -noaccurate_seek -init_hw_device rkmpp=rk -hwaccel rkmpp -hwaccel_output_format drm_prime -afbc rga -noautorotate -i file:/test/file.mkv -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_rkmpp -b:v 8000870 -maxrate 8000870 -bufsize 16001740 -profile:v:0 high -level 51 -g:v:0 72 -keyint_min:v:0 72 -vf setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_rkrga=format=nv12:afbc=1 -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename 9bb28fb24386e8308d1d11e086c248d8-1.mp4 -start_number 205 -hls_segment_filename /cache/transcodes/9bb28fb24386e8308d1d11e086c248d8%d.mp4 -hls_playlist_type vod -hls_list_size 0 -y /cache/transcodes/9bb28fb24386e8308d1d11e086c248d8.m3u8 It seems ok
  15. cp /lib/firmware/arm/mali/arch10.8/mali_csffw.bin /lib/firmware docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/ffmpeg -v debug -init_hw_device rkmpp=rk -init_hw_device opencl=ocl@rk ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers built with gcc 12 (Debian 12.2.0-14) configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=arm64 --cross-prefix=/usr/bin/aarch64-linux-gnu- --toolchain=hardened --enable-cross-compile --enable-rkmpp --enable-rkrga libavutil 58. 2.100 / 58. 2.100 libavcodec 60. 3.100 / 60. 3.100 libavformat 60. 3.100 / 60. 3.100 libavdevice 60. 1.100 / 60. 1.100 libavfilter 9. 3.100 / 9. 3.100 libswscale 7. 1.100 / 7. 1.100 libswresample 4. 10.100 / 4. 10.100 libpostproc 57. 1.100 / 57. 1.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'. Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'rkmpp=rk'. Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'opencl=ocl@rk'. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set logging level) with argument debug. Applying option init_hw_device (initialise hardware device) with argument rkmpp=rk. Applying option init_hw_device (initialise hardware device) with argument opencl=ocl@rk. arm_release_ver: g13p0-01eac0, rk_so_ver: 10 [AVHWDeviceContext @ 0xaaaac71b4f00] 1 OpenCL platforms found. [AVHWDeviceContext @ 0xaaaac71b4f00] 1 OpenCL devices found on platform "ARM Platform". [AVHWDeviceContext @ 0xaaaac71b4f00] 0.0: ARM Platform / Mali-G610 r0p0 [AVHWDeviceContext @ 0xaaaac71b4f00] cl_arm_import_memory found as platform extension. [AVHWDeviceContext @ 0xaaaac71b4f00] cl_khr_image2d_from_buffer found as platform extension. [AVHWDeviceContext @ 0xaaaac71b4f00] DRM to OpenCL mapping on ARM function found (clImportMemoryARM). Successfully parsed a group of options. Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... Use -h to get full help or, even better, run 'man ffmpeg' dmesg|grep Mali [ 367.986293] mali fb000000.gpu: Loading Mali firmware 0x1010000 [ 367.988606] mali fb000000.gpu: Mali firmware git_sha: 814b47b551159067b67a37c4e9adda458ad9d852 Seems the firmware not on the right folder see above :
  16. apt install -y mesa-utils libglx-mesa0 libgl1-mesa-dri dmesg Direct firmware load for mali_csffw.bin failed with error -2
  17. I'm using the same version : Welcome to Armbian 24.8.2 Bookworm with Linux 6.1.75-vendor-rk35xx
  18. I'd like to add hardware acceleration for my Orange PI 5 Plus, i've installed ` apt install -y clinfo` on the host (armbian) docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/ffmpeg -v debug -init_hw_device rkmpp=rk -init_hw_device opencl=ocl@rk ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers built with gcc 12 (Debian 12.2.0-14) configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=arm64 --cross-prefix=/usr/bin/aarch64-linux-gnu- --toolchain=hardened --enable-cross-compile --enable-rkmpp --enable-rkrga libavutil 58. 2.100 / 58. 2.100 libavcodec 60. 3.100 / 60. 3.100 libavformat 60. 3.100 / 60. 3.100 libavdevice 60. 1.100 / 60. 1.100 libavfilter 9. 3.100 / 9. 3.100 libswscale 7. 1.100 / 7. 1.100 libswresample 4. 10.100 / 4. 10.100 libpostproc 57. 1.100 / 57. 1.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'. Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'rkmpp=rk'. Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'opencl=ocl@rk'. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set logging level) with argument debug. Applying option init_hw_device (initialise hardware device) with argument rkmpp=rk. Applying option init_hw_device (initialise hardware device) with argument opencl=ocl@rk. arm_release_ver: g13p0-01eac0, rk_so_ver: 10 Failed creating base context during opening of kernel driver. Kernel module may not have been loaded [AVHWDeviceContext @ 0xaaaadce49f00] 1 OpenCL platforms found. [AVHWDeviceContext @ 0xaaaadce49f00] 1 OpenCL devices found on platform "ARM Platform". arm_release_ver: g13p0-01eac0, rk_so_ver: 10 Failed creating base context during opening of kernel driver. Kernel module may not have been loaded [AVHWDeviceContext @ 0xaaaadce49f00] 0.0: ARM Platform / Unknown Device exit code is 139 and device is unknown Is there any package to install ?
  19. https://forum.armbian.com/topic/41543-os-cannot-be-installed/#comment-195254 fixed the boot on eMMC ! Thanks !
  20. Armbian 24.8.1 Bookworm Minimal fixed the docker network error ! Thanks
  21. I'm trying to install https://dl.armbian.com/orangepi5-plus/Bookworm_vendor_minimal in my Orange PI 5 Plus to the emmc but I've got a black screen after removing sd card.
  22. I've installed docker on armbian https://dl.armbian.com/orangepi5-plus/Bookworm_vendor_minimal but I'm getting that error ``` août 24 12:43:08 user dockerd[1429]: time="2024-08-24T12:43:08.089479936+02:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.12:40033" dns-server="udp:172.20.10.1:53" error="read udp 172.18.0.12:40033->172.20.10.1:53: i/o timeout" question=";test.in.domain.lan.\tIN\t AAAA" ```
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines