Jump to content

Werner

Administrators
  • Posts

    6004
  • Joined

  • Last visited

Community Answers

  1. Werner's post in Poor AES performance with rk_crypto2 was marked as the answer   
    Need to sync tags and boards at some point again...or hopefully this will work automatically at some point.
     
    Anyway, try https://github.com/armbian/build/pull/9796 
  2. Werner's post in How Orange Pi Zero 3W use Mainline Armbian Kernel with Vendor U-Boot? was marked as the answer   
    orangepi zero3 and 3w have, besides the confusing name, nothing in common.
    There is no support for any Allwinner A733 device in the framework yet. Best chance is to get in touch with Nick A since he tries to bring up support for raxda a7a, a7z, a7whateever devices which also use this SoC.
  3. Werner's post in Orange Pi PC: /usr/bin/su is a x86-64 binary was marked as the answer   
    If this is really the case, then this must be an upstream issue since Armbian does not touch this file AFAIK.
     
    Picked a random userspace from armhf (since you did not state which you are using)
     
    ~/build/cache/rootfs/bin# file su su: setuid ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, BuildID[sha1]=b24ceef58082e181650b17e52819559be2d3a97b, for GNU/Linux 3.2.0, stripped  
  4. Werner's post in Pine A64+ latest armbian - CPU 2/3/4 offline? was marked as the answer   
    Known issue on multiple older 64 bit Allwinner socs
    Try these: https://fi.mirror.armbian.de/incoming/igorpecovnik/pine64/archive/
  5. Werner's post in Kernel vendor or current was marked as the answer   
    Hi,
    It depends on what you want to do with your device. You should check this sheet if the features you depend on are actually available in mainline linux: https://gitlab.collabora.com/hardware-enablement/rockchip-3588/notes-for-rockchip-3588/-/blob/main/mainline-status.md
     
    Also take note that you may run into trouble booting when switching kernels. The reason is that vendor kernel images may (I don't know for this particular board) also come with (from guts feel from the stoneage) 2017 vendor uboot which may have issues booting an up to date mainline kernel. Fixing can be a bit of a pain if you don't have a second arm64 device which you could plug your microsd (via usb adapter for example) into, chroot into and fix this.
  6. Werner's post in Missing kernel updates was marked as the answer   
    We're in the middle of the May release, so new packages should eventually hit repo in a few days/weeks.
  7. Werner's post in I'm need to find download for orange pi 4 pro? Is it just the regular orange pi 4 I download? was marked as the answer   
    Hi,
     
    this board isn't supported, hence no images available.
  8. Werner's post in current kernel from apt repo (6.16.8-edge-sunxi64) still vulnerable to local privilege escalation bug CVE-2026-31431 "copy.fail" was marked as the answer   
    Multiple options:
    - wait for upcoming 26.05 release which will most likely have an updated kernel package including a fix for this
    - as suggested use nightly
    - use the build framework to build an most up-to-date kernel package set by yourself (its very easy) which then can be installed via dpkg -i
     
    However since "dirty frag" just showed up, there is more to fix anyway...
     
    Edit: looks like fix for dirty frag hit upstream  earlier today
  9. Werner's post in Fsck system fs read-only, but don't boot was marked as the answer   
    You posted in the wrong sub-forum.
    Your topic is about the orangepizero2w which for once has nothing to do with orangepizero2 and for the other is unsupported by Armbian. Therefore the topic was moved (and the tag adjusted) to the unsupported/community supported section of the forums, also known as staging. Latter do not offer dedicated sub-forums for each individual board.
  10. Werner's post in USB 2 port not available was marked as the answer   
    The upstream default seems to be "otg" to allow users in userspace to change the usb port behavior.
    Try this and use armbian-add-overlay
     
    /dts-v1/; /plugin/; / { fragment@0 { target = <&usb_host0_xhci>; __overlay__ { dr_mode = "host"; }; }; };  
  11. Werner's post in [OrangePi-5-Pro] Fan not working. was marked as the answer   
    There were changes merged fairly recently. Perhaps try this: https://github.com/armbian/build/pull/9600
  12. Werner's post in Nanopi Neo3 Plus (rk3528, new March 2026) was marked as the answer   
    Example for adding a new board with already existing board family:
    https://github.com/armbian/build/pull/9456/changes
  13. Werner's post in Linux kernel headers - missing package version was marked as the answer   
    Yes, they seem to be missing in repo. 
    As a quick fix I'd suggest to use the build framework to create yourself a set of deb files containing all necessary packages
    code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } ./compile.sh BOARD=orangepi5 BRANCH=current kernel
    code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } copy the packages from output/debs to your board and use dpkg to install them.
  14. Werner's post in New to join here. was marked as the answer   
    Hi, welcome.
     
    Syncing forums and tags with supported boards is (still) a manual job and from time to time I either cannot keep up or miss things. Like in this case.
    I'll fix this later and then move appropriately. Until then feel free to state your question in "Beginners" using the "other" tag.
     
    Cheers
  15. Werner's post in Where can I find the latest images for the Odroid HC1 and ZeroPi? was marked as the answer   
    https://www.armbian.com/download/
    https://github.com/armbian/os/releases
    https://github.com/armbian/community/releases
     
  16. Werner's post in [Help] Rock 5B (Vendor/Noble) - Unable to set CONFIG_ARM64_VA_BITS=39, config gets overwritten was marked as the answer   
    You can create an extension including something like 
    unset armbian_kernel_config__force_pa_va_48_bits_on_arm64  
  17. Werner's post in Orange pi 5 plus issue with 3.5mm headset microphome was marked as the answer   
    would you mind sending a pr or even upstream this change?
  18. Werner's post in Dec 25th image for Cubie a5e is not a bootable image was marked as the answer   
    Alright, found something. @Meestor_X please try this one: https://testing.armbian.de/Armbian-unofficial_26.02.0-trunk_Radxa-cubie-a5e_trixie_edge_6.18.2_minimal.img.xz
  19. Werner's post in First time config get stuck if required wifi is not online was marked as the answer   
    moved to feedback
  20. Werner's post in Rockchip MPP drivers Takedown was marked as the answer   
    Didn't warn ffmpeg from a guts feel years ago that they will issue a takedown if no action is taken? So I'm not surprised. Kind of.
  21. Werner's post in No overlays when kernel 6.18.1-edge-sunxi compile was marked as the answer   
    https://github.com/armbian/build/pull/9094
  22. Werner's post in Adding the edge kernel to Rock 2F/2A was marked as the answer   
    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.
  23. Werner's post in Build failed: "chroot: failed to run command ‘/bin/bash’: No such file or directory" was marked as the answer   
    Try installing qemu-user-static package  via apt
  24. Werner's post in New 'Armbian 25.11.1 Trixie Minimal / IOT' image is possibly corrupted was marked as the answer   
    just noticed current kernel is broken. I assume because of upstream changes. looks like similar what I've fixed for meson64 6.18-rc7.
     
    Got it, will send pr
     
    Of course this does not explain why the image wasn't correctly assembled at all...
     
    Looking good: https://paste.armbian.de/ohagifufem
     
    ls -l|grep Odr -rw-rw-r-- 1 root root 142 Dec 2 05:14 Armbian-unofficial_26.02.0-trunk_Odroidc2_trixie_current_6.12.60_minimal.img.sha -rw-rw-r-- 1 root root 19751 Dec 2 05:14 Armbian-unofficial_26.02.0-trunk_Odroidc2_trixie_current_6.12.60_minimal.img.txt -rw-rw-r-- 1 root root 322026836 Dec 2 05:14 Armbian-unofficial_26.02.0-trunk_Odroidc2_trixie_current_6.12.60_minimal.img.x  
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines