Jump to content

Werner

Administrators
  • Posts

    4795
  • Joined

  • Last visited

Community Answers

  1. Werner's post in Boot fails after NVMe/SPI install was marked as the answer   
    armbian-install issue.
    The contents of /boot were not copied over. After doing so and adjust UUID it boots just fine.
  2. Werner's post in Enable I2C7_M3 and SPI0_M2 was marked as the answer   
    It helps to tell you to try vendor kernel instead of mainline ("edge"). The support for the rk3588 in latter is still under heavy development and lots of stuff is still WIP and therefore missing.
    https://docs.armbian.com/User-Guide_FAQ/#why-does-hardware-feature-xy-work-in-old-kernel-but-not-in-more-recent-one
  3. Werner's post in Incorrect armbian version on welcome screen after update was marked as the answer   
    Try this:
    Remove armbian-bsp-cli-orangepi5-plus-legacy and install armbian-bsp-cli-orangepi5-plus-vendor
    legacy is deprecated
  4. Werner's post in ap6275p on 6.10 image? was marked as the answer   
    Mainline support for rk3588 is far from being feature-complete. 6.10 was moved to current because basic functionality is given and to make room for 6.11 which for once comes with more stuff (maybe ap.... is already there? try edge) mainlined and also might become next LTS kernel.
     
    If you need most features to work you have to use vendor kernel for now.
    Also you can try to port this overlay to mainline: https://github.com/armbian/linux-rockchip/blob/rk-6.1-rkr3/arch/arm64/boot/dts/rockchip/overlay/orangepi-5-ap6275p.dts
  5. Werner's post in Building armbian question was marked as the answer   
    moved. neither a tutorial nor a review.
     
      
    Check if the user you are using has permission to use docker (usermod -aG docker yourusername)
    Alternatively use PREFER_DOCKER=no
  6. Werner's post in How to download armbian games? was marked as the answer   
    https://github.com/NicoD-SBC/armbian-gaming
  7. Werner's post in May I ask where to add and place the background image?? was marked as the answer   
    There is no simple way to do this. Look at the code and modify. Start looking here: https://github.com/armbian/build/tree/dd6300d4cce9056eb5efa16ce3b656c16734bbe7/packages/plymouth-theme-armbian
     
    Gnome DE config is here: https://github.com/armbian/build/tree/main/config/desktop/common/environments/gnome
     
    If this is too complicated for you I suggest to book professional consultation: https://calendly.com/armbian/consultation
  8. Werner's post in I created a deb package for my own application. How do I import it for compilation and installation? was marked as the answer   
    https://docs.armbian.com/Developer-Guide_User-Configurations/#user-provided-image-customization-script
     
    Simply put something like code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } dpkg -i /tmp/overlay/yourawesomeapplication.deb in there and it will be executed close to the end of the build process.
  9. Werner's post in CAN NOT USE SERIAL(UART) PORT FOR FOR BANANAPI R2 PRO was marked as the answer   
    moved
  10. Werner's post in OrangePi Zero old releases was marked as the answer   
    There is no dedicated record for this, yes. But you can check for file extension changes on specific board configuration files in the commits like:https://github.com/armbian/build/commits/main/config/boards/orangepizero.csc
  11. Werner's post in Orange Pi 5 Max is missing was marked as the answer   
    Tag will be added once this board was introduced in the build framework.
    Section is only for boards that suffice standard support criteria.
  12. Werner's post in Proper Ubuntu Noble Gnome image for NanoPI R4S was marked as the answer   
    https://docs.armbian.com/User-Guide_FAQ/#why-is-there-no-image-for-board-with-bookwormjammynobletrixie-and-minimalclignomekdexfce-with-vendorlegacycurrentedge-kernel
  13. Werner's post in Today, khadas edge2 keeps compiling with errors!!!!! was marked as the answer   
    Yes this is some generic issue. We're still investigating.
     
    Since this is an issue with the build framework please refer to the proper bug report here: https://github.com/armbian/build/issues/7054
     
  14. Werner's post in Orange Pi Zero 2W DNS was marked as the answer   
    Think about it
     
     
  15. Werner's post in Armbian doesnt seem to see sata harddrives. was marked as the answer   
    Logs excerpts are usually useless. Provide logs as suggested from the build output:
    Try to build from main instread (I assume you tried 24.05 branch)
  16. Werner's post in Orange Pi 5 Pro - USB 3.0 not working / Linux orangepi5pro 6.1.75 was marked as the answer   
    https://github.com/armbian/linux-rockchip/pull/217
  17. Werner's post in Big minimal image was marked as the answer   
    Pre-made images for download are compressed while building an image by yourself is not by default.
    use xz to compress it and you should get to your desired ~250M
  18. Werner's post in Why use Armbian when Ubuntu works on ARM? was marked as the answer   
    https://docs.armbian.com/#what-is-the-difference-between-armbian-and-debianubuntu
  19. Werner's post in Minimal image gone was marked as the answer   
    https://docs.armbian.com/User-Guide_FAQ/#why-is-there-no-image-for-board-with-bookwormjammynobletrixie-and-minimalclignomekdexfce-with-vendorlegacycurrentedge-kernel
     
    Build your own if you need it: https://docs.armbian.com/Developer-Guide_Build-Preparation/
  20. Werner's post in Static IP on Orange Pi 5 pro was marked as the answer   
    https://docs.armbian.com/User-Guide_Networking/
  21. Werner's post in CVE-2024-6387: RegreSSHion vulnerability was marked as the answer   
    Existing installations can simply be apt update/upgraded since both Ubuntu and Debian released fixed versions for their supported userspaces.
    Armbians rootfs packages, which are used for building new images, have been recreated and pre-built images available for download are being rebuilt/replaced as well.
     
    tl;dr: mitigation is in the works/already done
  22. Werner's post in How to enable SecureBoot? was marked as the answer   
    There is no UEFI or Secureboot available on this board. However you may want to try this: https://github.com/edk2-porting/edk2-rk3588
    and then https://github.com/tianocore/tianocore.github.io/wiki/How-to-Enable-Security
  23. Werner's post in Boot from NVME was marked as the answer   
    Make sure to 
    - write SPI during the mentioned armbian-install process
    - that /boot directory has been populated on the NVMe. If not mount and copy files from sd manually there.
  24. Werner's post in NanoPi Neo Last Official Build was marked as the answer   
    https://archive.armbian.com
  25. Werner's post in Error with default compilation options was marked as the answer   
    known issue
    https://github.com/armbian/build/issues/6568
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines