-
Posts
5169 -
Joined
-
Last visited
Everything posted by Werner
-
Upstream support for Rockchip's RK3588: Progress and future plans
Werner replied to robnielsen's topic in Off-topic
duplicate https://forum.armbian.com/topic/48456-collabora-upstream-support-for-rockchips-rk3588-progress-and-future-plans/#comment-208966 -
Everything is here: https://github.com/armbian/build/
-
You can use code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } armbianmonitor -U to force output to stdout. Then copy&paste to a paste service manually.
-
SSD Boot Issues: Wi-Fi Missing, High CPU Usage, and Lag After Upgrade
Werner replied to mfoo's topic in Allwinner sunxi
Hi Providing logs with PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed. -
Link on Tinkerboard S Wiki Page leads to Online Casino
Werner replied to darkside40's topic in Off-topic
@Igor can do that. My guess is that the previous owners of the domain forgot to extend and therefore it expired and now some domain grabber registered it. -
Why not ask where it might more sense and chances for answers are greater? https://forums.rockylinux.org/
-
Power usage with latest Kernel 6.12 Server Ubuntu build
Werner replied to Thewonderer's topic in Orange Pi 5 Plus
Actually the first bsp was that which was built around a 5.10.110 and later .160 android hacked together kernel. 6.1 is AFAIK a real linux kernel rockchip used for newer bsp. -
There is nothing we can do about this error.
-
https://developer.arm.com/Arm Security Center/Speculative Processor Vulnerability On the bottom line there is nothing we can do about this. If mitigation is upstreamed to ATF, Kernel or wherever needed/possible Armbian will adapt it most likely automatically. Dug a bit deeper https://developer.arm.com/-/media/Arm Developer Community/PDF/Security update 21 May 18/Software_Overview_for_Arm_Cores_PUBLIC v1.2.pdf?revision=7bb9a901-9a1d-4975-b460-743f5da90502&hash=14B19D60AC5650AF05225AEECC5E3D816E08B47B https://cateee.net/lkddb/web-lkddb/MITIGATION_PAGE_TABLE_ISOLATION.html Though this seems to be a software mitigation for x86 only. No clue if there is further development ongoing.
-
https://backports.debian.org/news/Removal_of_buster-backports_from_the_debian_archive/
-
Debugging boot issues: https://debug.armbian.de
-
Want to build and compile kernel but what's next?
Werner replied to olivetree's topic in Orange Pi 5 Plus
Hi and welcome. tl;dr version: ./compile.sh and following interactive menu will output an image based on selection. Image will be in output/images created debs are just side products ./compile.sh kernel BOARD=orangepi5plus BRANCH=vendor will create a set of kernel deb files only and will be in output/debs -
Try PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u I leave this here for others to find and use this workaround.
-
Stuck in initramfs prompt, how can I fix the boot config?
Werner replied to a9udn9u's topic in Orange Pi 5
Tried suggestions from here? https://docs.armbian.com/User-Guide_Recovery/#replacing-boot -
Easiest way to make adjustments for uboot and kernel for a specific board is using the code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } uboot-patch and code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } kernel-patch commands. This will pause compilation and tells you where the sources are that you want to patch. When done it automatically creates proper patch files for you. So like this for example: ./compile.sh kernel-patch BRANCH=current BOARD=orangepi4
-
How to install OMV in Armbian Community?
Werner replied to lazyxf's topic in Software, Applications, Userspace
Hi Nobody here has a second sight. What exact error message? What exact did you try? What exact image did you use? Insufficient information. -
BSP requires >=24.11.1 base files
Werner replied to JWZ79's topic in Software, Applications, Userspace
Hm @Igor might be playing with Oracular. Though both this userspace and the upgrade to it are completely unsupported by Armbian. Therefore moved out of standard support for now. -
Yes, something doesnt work well there. In the mean time try this: code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u
-
This board has lots of features. So it is kind of expected that not everything works just yet oob. You may wanna try a more recent vendor bsp kernel based image from the ci: https://github.com/armbian/os/releases/tag/25.2.0-trunk.128 (search for "itx") Maybe this was fixed already.
-
Did you reach out to the author? https://github.com/cgomesu/nanopim4-satahat-fan It seems there were a few adjustments since we implemented it: https://github.com/cgomesu/nanopim4-satahat-fan/commits/master/pwm-fan.sh
-
hwclock might be a part of the util-linux-extra package. Make sure that one is installed as well and then logout/login to refresh shell.