-
Posts
5716 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Werner
-
There we go https://github.com/armbian/build/pull/9106
-
picture seems broken/corrupted
-
DM_CRYPT module unavailable in initramfs after update to 6.1.115
Werner replied to David Zarebski's topic in Beginners
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. -
moved. Has nothing to do with opi4a. Remove heatsink to get an idea which SoC hides beneath
-
https://fi.mirror.armbian.de/archive/tinkerboard/archive/
-
3b is not a supported board, therefore mirror does not have up-to-date images. Check 2nd link I provided
-
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
-
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?
-
Because they forked an old version of our framework and replaced "armbian" with "orangepi".
-
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.
-
Again for the record my suggestion was untested, not much thought about, pieced together in seconds to give somewhere to start.
-
Try unset or remove ATF related stuff. There is not atf for 3528 yet
-
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.
-
SSH Login Speed Issue: Armbian significant slower than DietPi on RPi4B
Werner replied to 1ssuc's topic in Raspberry Pi
Interesting. Also because independent from userspace (Bookworm or Trixie) our kernel/firmware package is the very same. -
SSH Login Speed Issue: Armbian significant slower than DietPi on RPi4B
Werner replied to 1ssuc's topic in Raspberry Pi
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 -
No overlays when kernel 6.18.1-edge-sunxi compile
Werner replied to eselarm's topic in Allwinner sunxi
https://github.com/armbian/build/pull/9094 -
No overlays when kernel 6.18.1-edge-sunxi compile
Werner replied to eselarm's topic in Allwinner sunxi
Hm yes, around line 26785 there should be the overlay folder. Oddly when I tried it was there. -
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
-
@JuanEsf sunxi-edge is now on 6.18. You can add your patches for t527 there.
-
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".
-
https://github.com/lanefu/fan-control-rock5b-poe
