Jump to content

Werner

Administrators
  • Posts

    5762
  • Joined

  • Last visited

Everything posted by Werner

  1. I am confused as well by getting a clue what you are trying to do Kernel and userspace are independent in Armbian. You can use any userspace (Ubuntu Jammy, Noble, Resolute, Debian Bookworm, Trixie, Forky, Sid) with any kernel package. Latter is always the same. Rockchip RK3588 is a bit special in terms of kernel versions. Let me give you brief overview. 6.1.y is a based on Rockchip BSP kernel which is close to feature-complete but a bit outdated. 6.12.y which is currently our current branch and was the latest mainline LTS kernel until a few days ago. However at the time this was released a bare minimum of drivers were merged into this version 6.18.y (or soon 6.19-rcX) is edge and has a lot more hw features merged into but still isn't feature-complete. Collabora is working on that like crazy. Userspace upgrades are neither tested nor supported by Armbian. Not because we don't want but because we don't have resources to test all kinds of scenarios for dist-upgrades.
  2. moved. Has nothing to do with opi4a. Remove heatsink to get an idea which SoC hides beneath
  3. This is not an Armbian image. It looks like an image provided by Xunlong. We do not mirror 3rd party images. For older Armbian images try https://fi.mirror.armbian.de/oldarchive/
  4. https://fi.mirror.armbian.de/archive/tinkerboard/archive/
  5. 3b is not a supported board, therefore mirror does not have up-to-date images. Check 2nd link I provided
  6. There seems to an issue with some boards not showing download links. Until fixed feel free to dig through both mirror and community images: https://fi.mirror.armbian.de/archive/ https://github.com/armbian/community/releases
  7. My guess is that there is some code missing in the board config to make it available. Similar to this: function post_config_uboot_target__extra_configs_for_rock5b_mainline_environment_in_spi() { display_alert "$BOARD" "u-boot configs for ${BOOTBRANCH} u-boot config BRANCH=${BRANCH}" "info" run_host_command_logged scripts/config --set-val CONFIG_ENV_IS_NOWHERE "n" run_host_command_logged scripts/config --set-val CONFIG_ENV_IS_IN_SPI_FLASH "y" run_host_command_logged scripts/config --set-val CONFIG_ENV_SECT_SIZE_AUTO "y" run_host_command_logged scripts/config --set-val CONFIG_ENV_OVERWRITE "y" run_host_command_logged scripts/config --set-val CONFIG_ENV_SIZE "0x20000" run_host_command_logged scripts/config --set-val CONFIG_ENV_OFFSET "0xc00000" } @schwar3kat any chance to have a look?
  8. Because they forked an old version of our framework and replaced "armbian" with "orangepi".
  9. https://fi.mirror.armbian.de/oldarchive/ If its not there, its gone.
  10. Ricardo put some real effort into Rk3528 here :https://github.com/armbian/build/pull/9102 Since the 2A/2F are using the same SoC this should actually help a lot.
  11. Again for the record my suggestion was untested, not much thought about, pieced together in seconds to give somewhere to start.
  12. Try unset or remove ATF related stuff. There is not atf for 3528 yet
  13. There is something to start with. Untested, not even put much thought into it. Try'n'error: https://github.com/armbian/build/compare/main...EvilOlaf:build:rock2f Ignore the rpi4b stuff, accidentially mixed branches.
  14. Interesting. Also because independent from userspace (Bookworm or Trixie) our kernel/firmware package is the very same.
  15. I don't have a rpi4b for comparison here but 5b seems ok: root@localhost's password: 1048576+0 records in 1048576+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 11.4733 s, 93.6 MB/s 2097152+0 records in 2097152+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.72436 s, 227 MB/s root@rpi5b:~# uname -a Linux rpi5b 6.19.0-rc1-edge-bcm2711 #1 SMP PREEMPT Tue Dec 16 21:14:01 UTC 2025 aarch64 GNU/Linux
  16. https://github.com/armbian/build/pull/9094
  17. Hm yes, around line 26785 there should be the overlay folder. Oddly when I tried it was there.
  18. Odd. Should more look like this. Also the first time I hear there is an issue like this. Perhaps retry now since your group is no longer validation but members. https://x.na4.eu/KOTu3/PACoFIsE81.jpg
  19. @JuanEsf sunxi-edge is now on 6.18. You can add your patches for t527 there.
  20. HI, this setting isn't in your account settings but embedded in your profile. https://forum.armbian.com/profile/218842-p3ter There is a button at the bottom left of the "P" what is now your avatar. Also at the bottom right you should have buttons like "Edit Profile" or "Cover Photo".
  21. https://github.com/lanefu/fan-control-rock5b-poe
  22. Wrong serial console set in kernel parameter could be a reason for having not output afterwards, so the suggestion isnt completely off. Though no clue what might be correct here.
  23. No, because as mentioned, we need to wait until the bump to 6.18 is approved and merged. Then the work for more recent AW SoCs can be rebased on top of that.
  24. According to the schematic it seems like pwm is used for that. That would need to be enabled as device tree overlay. https://dl.radxa.com/accessories/25w-poe/radxa_25w_poe_plus_hat_v1.2_schematic.pdf Not sure if there is further/DIY programming necessary to make it work.
  25. This was fixed quite recently:https://github.com/armbian/build/pull/9039 Upgrading uboot package does not automatically rewrite the binaries. It just provides them for manual rewrite. So upgrading this package should not do any harm without actually writing the boot loader.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines