Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. In origin working kernel config, there is a CONNECTOR module cn.ko locates in ``` -rw-r--r-- 1 root root 18256 7月 24 10:50 /lib/modules/6.15.4-edge-sunxi64/kernel/drivers/connector/cn.ko ``` after Mr. @pyavitz 's PR, the cn.ko and even kernel/drivers/connector folder are missing. so owserver faild. please check your local config . find out why does the cn.ko missed. Bastava.
  3. Hi everyone, I’m using an ASUS Tinker Board (RK3288, 2 GB, released in 2017). Since this board is quite old and we are now in 2025 I want to run the latest stable Armbian and develop a Python application using I²C, UART, PWM, and GPIO pins. Which Armbian image and kernel branch (current or edge) is the most stable for this board? Are there any specific steps or adjustments needed due to its older hardware? Thanks!
  4. Today
  5. If they are warnings like X is not a valid phandle reference then they can be ignored. Correct
  6. okay, thanks for all tips 🙂 ... I now played with configuring xfce4 to be as close as my win11pro ws, again, Lyra helps a lot 🙂 https://chatgpt.com/share/68863d54-bb44-8000-9ef8-aff1d0370431 I will try those alternative virtuals too, I was fighting with my existing VMs from win drive, tnx last thing I need is lot of my virtual drive letters (win VisualSubst) and that all, switch almost done;
  7. Understood. I tried to create a dts file with the above changes. My question is, how should I compile this file? I tried doing that on the device but it gave me lots of errors. Once that is done I will place it in the boot folder where all A10 related dtb files are already present, am I right? Thanks, Shivam
  8. thanks for the quick reply. Hi Igor seems some mirror is broken. Redirection from https to 'http://mirror.nag.albony.in/armbian/dists/bookworm/Release' is forbidden
  9. Here also ok: root@uefi-x86:/etc/apt/sources.list.d# LC_ALL=C apt update Get:1 https://download.docker.com/linux/debian bookworm InRelease [47.0 kB] Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 http://security.debian.org bookworm-security InRelease Hit:4 http://deb.debian.org/debian bookworm-updates InRelease Hit:5 https://github.armbian.com/configng stable InRelease Hit:6 http://deb.debian.org/debian bookworm-backports InRelease Hit:7 https://repos.azul.com/zulu/deb stable InRelease Hit:9 https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable InRelease Hit:8 https://netcup-01.armbian.com/apt bookworm InRelease Fetched 47.0 kB in 1s (67.4 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 33 packages can be upgraded. Run 'apt list --upgradable' to see them. Perhaps some mirror is not in good shape, but that is automatically removed - in a cronjob.
  10. Cannot reproduce: root@pihole-v2:~# apt update Hit:1 http://security.debian.org bookworm-security InRelease Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 http://deb.debian.org/debian bookworm-updates InRelease Hit:4 http://deb.debian.org/debian bookworm-backports InRelease Hit:5 https://github.armbian.com/configng stable InRelease Get:6 https://armbian.atomonetworks.com/apt bookworm InRelease [54.1 kB] Get:7 https://armbian.atomonetworks.com/apt bookworm/bookworm-utils all Packages [10.4 kB] Get:8 https://armbian.atomonetworks.com/apt bookworm/bookworm-utils arm64 Packages [205 kB] Get:9 https://armbian.atomonetworks.com/apt bookworm/bookworm-utils arm64 Contents (deb) [55.9 kB] Get:10 https://armbian.atomonetworks.com/apt bookworm/bookworm-utils all Contents (deb) [36.1 kB] Fetched 362 kB in 3s (143 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. root@pihole-v2:~# cat /etc/apt/sources.list.d/armbian.list deb [signed-by=/usr/share/keyrings/armbian.gpg] http://apt.armbian.com bookworm main bookworm-utils bookworm-desktop
  11. Hi friends, now bookworm update is giving same error. E: The repository 'https://apt.armbian.com bookworm Release' no longer has a Release file. any solutions? thanks, Sandeep.
  12. Turns out the Armbian option on H3Droid is dependent on extremely old outdated URLs. I’m trying to get into the board structure when h3resc is booted in order to see if I can find the sources list that provides these URLs rn
  13. Has anyone made WiFi adapter MT7601u to work with Rockchip64 as AP? I'm unable to compile the driver. I've tried: https://github.com/muratdemirtas/MT7601u https://github.com/Vyacheslav-S/mt7601u-AP https://github.com/Anthony96922/mt7601u-ap I've installed current headers, build-essential libncurses-dev bison flex libssl-dev libelf-dev. Any help appreciate it.
  14. Yesterday
  15. Hello Vontar kkmax has RAM memory SK Hynix h5anag8najr-wmc - 4 pcs. DDR4-2933. Which DDR_BLOB= and BL31_BLOB= should I choose for this memory? Help me determine the correct size of 8GB
  16. @adron That kernel isn't mainline 6.1 but based off the Rockchip BSP 6.1 kernel.
  17. BSP kernel is good, of course. The only thing that confuses me is the lack of upgrading to mainline branch 6.1. The latest version of mainline is 6.1.147. And Armbian still uses 6.1.115.
  18. yes, thats it... you need to instal libllvmspirvlib-19-dev though about kodi... it worked? altough im getting the same artifacs on some videos, its stable and with hw decode on internal player, because the ffmpeg provided by the v4l2 repo is 6.11 had to compile version 21.2 omega gbm platform without internal ffmpeg, then go to video player settings and activate DRM you need to install jdk11 and select with "sudo update-alternatives --config java" to compile run cmake with the options -DCORE_PLATFORM_NAME=gbm -DAPP_RENDER_SYSTEM=gles -DENABLE_INTERNAL_FFMPEG=OFF -DWITH_FFMPEG=usr/bin/ffmpeg you should see cmake telling you that ffmpeg version check was disabled and externally selected After installed you need to launch from a tty gonna keep testing... the ss bellow is from one episode that i wasnt being able to watch i finally got inputstream.adaptative to compile (if you compile the same version of available kodi on apt you dont have to do this, will be able to just use inputstream from apt, though kodi versions higher than omega requires ffmpeg 7+) and testing with 1080p 60fps Definitely better than mpv 👌
  19. That is over-optimism for most if not all of those chips - unless additionally cooled. I haven't played with exact this board much, so I am unaware of cooling specific for this board, but this is powerful SoC on a small board + every SoC needs some cooling in order to keep temp low. Do you have a (proper) heat sink? https://blog.armbian.com/stay-cool/ This looks quite normal: ### Boot system health: Time CPU load %cpu %sys %usr %nice %io %irq Tcpu C.St. 01:42:36 1800 MHz 0.30 52% 32% 17% 0% 1% 0% 61.1 °C 0/6 01:42:36 1800 MHz 0.30 35% 8% 26% 0% 0% 0% 59.4 °C 0/6 01:42:37 1800 MHz 0.30 32% 5% 25% 1% 0% 0% 59.4 °C 0/6 01:42:37 1800 MHz 0.30 32% 4% 25% 1% 0% 0% 59.4 °C 0/6 01:42:38 1800 MHz 0.30 30% 4% 25% 0% 0% 0% 59.4 °C 0/6 Also worth mentioning that here we only have Rockchip provided kernel. No modern kernel yet - which usually brings less aggressive performance / voltage settings.
  20. Hi So I installed the minimal IOT version on the eMMC and I am struggling with it as on login, the temperature is at already 73C then ends up having a forced shutdown after like 5 minutes. I don't see why this is happening as it's literally doing nothing on the command line. Any ideas on how to fix this? I was expecting this to idle around 30s, not reach 90 in an air conditioned room. Thanks.
  21. I am running 6.12.37-current-x86 (with those changes) on my desktop and laptop, bare metal. Everything seems to work, multiple monitors, HDMI audio, acceleration, suspend / resume, BT, BT suspend, ... I would suggest you to use current kernel. I use this https://docs.armbian.com/User-Guide_Armbian-Software/Management/#cockpit for running VMs. That's for arm64 cloud image only.
  22. @7alken I am using incus these days for managing VMs, not virtualbox anymore. Haven't tested it with these images, yet. You can use qemu directly as well, but incus simplifies this kind of stuff a lot.
  23. I am using dnsmasq for that purpose
  24. Have you reached out to 1password?
  25. Thank you. I found that libllvmspirvlb 19 is only available in trixie... can you confirm? In bookworm, I needed to replace llvm-18-dev libclang-18-dev libllvmspirvlib-18-dev with llvm-19-dev libclang-19-dev libllvmspirvlib-15-dev But tomorrow I will try again with trixie
  26. Then you know which part you can contribute to mainline support, otherwise you have to use the manufacturer's BSP, because that's what you paid for.
  27. @usual user - thanks for the link, but my GC02M2 camera is a RAW sensor ➝ needs RK3566 ISP driver for usable output.
  28. https://lore.kernel.org/lkml/20240220-rk3568-vicap-v9-0-ace1e5cc4a82@collabora.com/
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines