Jump to content

Werner

Administrators
  • Posts

    5472
  • Joined

  • Last visited

Everything posted by Werner

  1. double-check which board you actually have so matching packages can be built. deprecated Never heard of that branch before. Try ./compile.sh BOARD=orangepizero3 KERNEL_CONFIGURE=yes kernel Adjust kernel config as needed. Check with Google or similar for necessary options to use KVM. Then check output/debs folder.
  2. Have you read https://docs.armbian.com/User-Guide_Recovery/#replacing-boot ? There is also procedure how to extract the contents of .debs to the sdcard without chroot.
  3. Hi, I don't there is a mechanism yet to just build this package. Because you are using an x86 machine and then the build framework uses cross compiling to create armhf/arm64 binaries.
  4. There is an armbian-firmware package. I suggest to push your adjustments there: https://github.com/armbian/firmware/
  5. Tried this? https://forum.armbian.com/topic/44964-wifi-setup/#findComment-205743
  6. @JohnTheCoolingFan can probably answer this.
  7. Multiple ways. Attach HDMI, attach serial console or check switch/router interface for the ip.
  8. Hi While I like the idea IMHO avahi is a userspace thing and we don't want to overload the images with pre-installed packages as this, last but not least, eats into our resources in creating and providing them for free.
  9. First question? Why??? Replace boot: https://docs.armbian.com/User-Guide_Recovery/#replacing-boot Easiest would be if you had another arm64 based system since you could simply chroot into the sdcard and then do regular apt operations to install correct packages again.
  10. Hi Providing logs with PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed. Please check your /boot/config-... for "CONFIG_USB_ETH"
  11. Supported no, possible maybe. https://docs.armbian.com/User-Guide_FAQ/#can-i-upgrade-my-userspace-flavor-like-bullseye-to-bookworm-or-jammy-to-noble
  12. Feel free to use this one I actually made for testing purpose but hadn't had a chance to do so yet: https://fi.mirror.armbian.de/.testing/Armbian-unofficial_25.02.0-trunk_Orangepi5-plus_noble_vendor_6.1.84_kde-neon-kisak_desktop.img.xz
  13. Yes. vendor kernel is also necessary for vpu to work. mainline support is still wip.
  14. I don't think there is an oob solution. Though using an Armbian image with mesa-vpu extension should give a solid base for video hw acceleration.
  15. mainline support for rk3588 is far from feature-complete and still under heavy development. If you need things just to work for now use vendor branch.
  16. This is correct. Try this for the Armbian related: https://forum.armbian.com/topic/23465-apt-get-update-fails-with-public-key-errors/page/2/#findComment-178626
  17. Hi, this issue is unrelated to Armbian. I suggest to ask at openhab about the expired key signature. They should know.
  18. Feel free to try with rpi4 since we provide 64bit images for it.
  19. You're in luck Built one this morning for testing myself. Didn't have a chance to do so yet though but feel free to use: https://fi.mirror.armbian.de/.testing/Armbian-unofficial_25.02.0-trunk_Orangepi5-plus_noble_vendor_6.1.84_kde-neon-kisak_desktop.img.xz
  20. If you have a chance please also test against the Trixie image with updated vendor bsp kernel (6.1.84) I mentioned above. Just to be sure this wasn't fixed by rockchip already. Also as a last resort check old archives for images based on 5.10.y which is (almost) the same kernel as the images provided by Orangepi: https://fi.mirror.armbian.de/oldarchive/orangepi5-plus/archive/
  21. Hi Providing logs with PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
  22. That is just a small script for user convenience which does this: #!/bin/bash trap "exit" INT TERM [[ $EUID != 0 ]] && exec sudo "$0" "$@" apt update apt -y upgrade apt clean apt -y autoremove exit 0 Nothing weird, nothing fancy, just upgrades and house-keeping.
  23. https://www.armbian.com/orange-pi-5-plus/ Scroll down to either server or desktop images featuring 6.1 kernel. These come with 6.1.75 I think. Shortly after the release there was a transition to the most recent rockchip sdk kernel which bumped to the version to 6.1.84. You can find a pre-made Trixie based one as pre-release image here for testing: https://github.com/armbian/os/releases
  24. Hi, regardless of the image you are going to use we at this forum can only support Armbian images downloaded here: https://www.armbian.com/bigtreetech-cb1/ If you miss fixes or features that should already be included in Armbian you can also try pre-release images from here: https://github.com/armbian/os/releases
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines