Jump to content

Werner

Administrators
  • Posts

    5445
  • Joined

  • Last visited

Community Answers

  1. Werner's post in TI SK-AM62A7 Armbian support was marked as the answer   
    https://docs.armbian.com/Process_Contribute/#adding-a-new-board
  2. Werner's post in Home Assistant with full Armbian desktop experience? was marked as the answer   
    I don't think there are pre-built images with both ha and de by default. 
    You can try to build your own by adding this extensions to your own userpatches and enable it: https://github.com/armbian/os/blob/main/userpatches/extensions/ha.sh
     
     
  3. Werner's post in How to prepare official image NOT to prompt root password and initial user? Ethernet connection with DHCP but no HDM / mouse / keyboard. was marked as the answer   
    https://docs.armbian.com/User-Guide_Autoconfig/
  4. Werner's post in Orange Pi 5 Plus multiple "fdee0000.hdmirx-controller: hdmirx_wait_lock_and_get_timing HDMI pull out, return!" errors on boot was marked as the answer   
    This should have been addressed: https://github.com/armbian/linux-rockchip/pull/373
    May take a while until an updated kernel is available via apt. You can always build a up-to-date package by yourself using the build framework.
  5. Werner's post in Where are the Raspberry Pi 5 images in the Armbian “Raspberry Pi” section? was marked as the answer   
    Raspberry images are compatible from 3b up to 5b
  6. Werner's post in Image for LuckFox core3566 was marked as the answer   
    Here are some:https://github.com/armbian/community/releases/
  7. Werner's post in Remote backup of SD card for an Orange Pi? was marked as the answer   
    Maybe this helps? https://forum.armbian.com/topic/29427-shrink-backup-a-tool-for-backing-up-sbcs/
  8. Werner's post in NVME - on orange pi 3b was marked as the answer   
    direct boot from nvme isn't possible. Boot loader (u-boot to say) must be present on SPI, eMMC or microSD.
  9. Werner's post in Cannot download images from repo - error 404 was marked as the answer   
    Check here https://github.com/armbian/community/releases/tag/25.5.0-trunk.256
    or on a mirror with archive https://docs.armbian.com/Mirrors/#current-mirrors
    for what you are looking for. We're aware that some links are broken for yet to be determined reason.
  10. Werner's post in "Double prefix" for overlays in armbianEnv.txt: does not work! was marked as the answer   
    There are for once some inconsistencies in terms of prefixes across various soc families and for the other configng isn't perfect (yet ).
    Feel free to share your issue at its repository: https://github.com/armbian/configng/
  11. Werner's post in beta.armbian.com expired certificate was marked as the answer   
    fixed
  12. Werner's post in Using local kernel for armbian build was marked as the answer   
    Not sure if it is possible to use a local kernel source directory. At least I don't know how to do that. Easiest is probably just to create a repo and define url and branch in board your custom board config.
  13. Werner's post in TTL to RS232 console adapter was marked as the answer   
    Yes, DB9 won't work.
    But if, as eselarm mentions, a proper chip is on board already a simple usb-a to usb-c or c-to-c cable should do.
    Check dmesg when connection to see what pops up.
  14. Werner's post in Linux 6.15 released was marked as the answer   
    Between days and month. Depending on time, issues, regressions,... 
    Refrain from asking for ETA. Putting pressure on developers who give you something for free is abusive.
  15. Werner's post in Build Armbian x86-64? was marked as the answer   
    BOARD=uefi-x86
  16. Werner's post in Running Armbian build on x86-64 was marked as the answer   
    Install code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } qemu-user-static package and retry
  17. Werner's post in How to modify the default swap partition size in the configuration file and compile the firmware?? was marked as the answer   
    Try setting ZRAM_PERCENTAGE=50 where 50 would be half of available memory. Not sure if the builder picks this up.
    If it doesn't I'd go the customize-image.sh route and use this to modify the /etc/default/armbian-zram-config file just before assembly closure.
  18. Werner's post in Available frequencies for RK3588 are wrong was marked as the answer   
    No worries. Everyone here started small
    edge and vendor are Armbian terms for kernel branches just like current.
    You guessed correct, edge is bleeding edge and usually follows latest mainline kernel (6.14.y today).
    vendor is based on Rockchip BSP kernel which is 6.1.y at the moment. While a bit out of date most hw functions work here.
    current usually follows latest available LTS mainline kernel.
     
    As you're a beginner and most likely just want things to work I suggest to try a vendor kernel based image first.
  19. Werner's post in Is it possible to build a custom image with a prebuilt kernel? was marked as the answer   
    If a kernel package exists as artifact in oci cache it will be downloaded and used. Only if there is no artifact it will be built from scratch. After a new kernel version is released it may take a few days until oci catches up.
    However once locally built it will also be cached locally so it will be re-used if you start another build.
  20. Werner's post in RK3588 - Setting Up Mali & Hardware Acceleration was marked as the answer   
    I don't think so. You can check in /boot/armbianEnv.txt if there is panthor overlay enabled. If so, disable it so you can use the proprietary mali blobs.
  21. Werner's post in Issues using the build framework was marked as the answer   
    unsupported host os for build environment. Grant the user access to Docker or use a Noble host.
  22. Werner's post in Any tricks to get the latest built Radxa Rock 5C image to have more features? was marked as the answer   
    Use edge or vendor for more features. current will stick to 6.12 LTS kernel which will receive fixes only.
  23. Werner's post in Does anyone know if version 22.04 for the raspberry pi4 was marked as the answer   
    A few days ago jammy and bullseye were moved to eol.
    While upstream may support these userspaces a few more years, Armbian does not have the resources to support more than the most current stable releases of Debian and Ubuntu, which are Bookworm and Noble at this time.
     
    You can still select them to build when passing EXPERT=yes switch to ./compile.sh but do not ask for support if something breaks. You are on your own.
  24. Werner's post in Orangepi3 eth0 network card initialization failed was marked as the answer   
    Great.
    Just to avoid cross-contamination. You are sure you have the Orange Pi 3 and not the Orange Pi 3 LTS model?
     
    Background: OrangePi naming scheme is kind a ridiculous, makes no sense often enough and introduces confusion. In this particular case they switch to a different PHY chip which I think was migitated by Armbian but not sure if they still have separate images.
     
    Seems like a similar topic already exists: https://forum.armbian.com/topic/34024-cannot-attach-to-phy-after-upgrade-to-202381/
  25. Werner's post in What to edit to set mainline kernel 6.15-rc3 ? was marked as the answer   
    That's normal services usually need a few hours to catch up with stuff once a new tag is released. Try tomorrow.
     

    Deprecated. Check docs again.
     
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines