Jump to content

RSS Bot

Bot
  • Posts

    4244
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Description In order to tidy up (see this PR), Radxa Rock-s0 board patch has been revised to work with the mainline device tree, and avoid shred it. In case of possibile conflicts with mainline kernel, it will be easier to deal with. @brentr I could not test directly the board, since I don't have it. I built a rockpi-s image, it works and dmesg is clean, but you have to tell if rock-s0 works ok. Some other patches have been removed, as @Kwiboo suggested in the mentioned PR and refences to sound codec pcm5102a have been removed from the board device tree (there is no such codec mentioned in the official specs, is there?) and moved into rk3308-pcm5102a.dtbo device tree overlay. The internal/external antenna juggling has been left out for the moment, I need a bit of clarification, as I see there are two GPIOs to power each antenna, but what happens if both are pulled down? I guess it could be easier to handle with just a pinctrl definition rather than a regulator-fixed entry. This is only for rockchip64-edge 6.14 kernel, if it works can be backported to current 6.12 kernel; @brentr will decide what is best. How Has This Been Tested? [x] Edge kernel builds [x] Build debian bookworm minimal image and tested on a sibling rk3308 board (RockPi-S) [ ] Build image and test on Rock-s0 board Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings View the full article
  2. Description This PR adds missing Operating Performance Point (OPP) nodes for lower frequencies to the RK3588 device tree. by enabling the CPU clusters to scale down to lower frequencies when under light loads. The changes add OPP nodes for 408MHz, 600MHz, 816MHz, and 1008MHz (for cluster1 and cluster2 only, as cluster0 already had 1008MHz). How Has This Been Tested? [x] Tested with RK3588-based board (NanoPC T6-LTS) and verified CPU frequency scaling works correctly Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
  3. CHANGE: This version tries to boot SD first (thus SD -> USB -> NVMe -> eMMC); before it would boot USB before SD as Armbian u-boot is possibly deployed to SPI, try to make as compatible as possible; eg enable squashfs support enable setexpr and fileenv, used by HAOS HAOS already has support for booting VIM3 from NVMe: https://github.com/home-assistant/operating-system/pull/3784 borrowed fileenv patch from v2025.01 to .04 Similar treatment that odroidm1 got in https://github.com/armbian/build/pull/7769 note: I will be leaving my VIM3 behind in the other side of the globe, so this is my last chance to test View the full article
  4. Description Can recompile the image and start How Has This Been Tested? Use ./compile.sh build BOARD=visionfive2 BRANCH=vendor BUILD_DESKTOP=no BUILD_MINIMAL=no KERNEL_CONFIGURE=no RELEASE=trixie to build the image Complete boot log [*] Use gcc to compile a simple project (helloworld.c) Checklist: [*] My code follows the style guidelines of this project [*] I have performed a self-review of my own code [*] My changes generate no new warnings View the full article
  5. Docstrings generation was requested by @leggewie. https://github.com/armbian/build/pull/8027#issuecomment-2763300084 The following files were modified: lib/functions/host/prepare-host.sh ℹ️ Note CodeRabbit cannot perform edits on its own pull requests yet. View the full article
  6. squid-deb-proxy-client is a small script to transparently detect and use a caching packages proxy in the LAN like apt-cacher-ng. It is incredibly convenient and useful to cut down on unnecessary downloads and speed up the build. View the full article
  7. The kernel release emphasizes the continuing growth and maturity of the Linux ecosystem and delivers new features, improvements, and optimizations that everyone will be eager to explore. See where Collabora's kernel team contributed to this release. View the full article
  8. Collabora is thrilled to see its partner, Hololight, join the Khronos Group and become an active member of the OpenXR Working Group. We are excited to support their innovative approach and rapid expansion in the XR streaming space. View the full article
  9. Docstrings generation was requested by @rpardini. https://github.com/armbian/build/pull/7982#issuecomment-2746385084 The following files were modified: lib/functions/bsp/armbian-bsp-cli-deb.sh ℹ️ Note CodeRabbit cannot perform edits on its own pull requests yet. View the full article
  10. Using Mesa 25.1, Nouveau users will default to Zink+NVK instead of the old OpenGL driver, shifting towards an OpenGL on Vulkan. View the full article
  11. Towards the end of 2024, MediaTek and Collabora started on a journey to improve upstream support for MediaTek Genio devices. Here's where things stand. View the full article
  12. Apertis v2025 has landed with all the updates from Debian 12.9. This release has a variety of updates including new supported boards, improved release processes, and more! View the full article
  13. Description Stop Docker system running Armbina-install to prevent weird results and to speed up. Does it make sense? How Has This Been Tested? [x] Manual test, disabling and installing to eMMC, reboot, works Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  14. Join us at the NürnbergMesse in Nuremberg, Germany, as we take part in Embedded World 2025, one of the largest trade fairs of its kind, and a global platform for the embedded community! View the full article
  15. If you are considering deploying BlueZ on your embedded Linux device, the benefits in terms of flexibility, community support, and long-term maintainability make it a worthwhile investment. View the full article
  16. Description Since there is one generic config for all boards from 3b up to 5 and to avoid confusion, I suggested to rename board config file to rpi. Though I don't know which parts depending on this file name need adjustments, like auto-builds in armbian/os or armbian/community and homepage entry. All of that needs to be collected and addressed before or while merge. Documentation summary for feature / change How Has This Been Tested? [ ] None Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  17. It's been a long road for Wayland's recently landed color management extension. We take a brief look back at how this latest feature was formed. View the full article
  18. We're proud to announce that Whisper is now available in Hindi! With 2,500 hours of Hindi speech data and innovative techniques like Indic Normalization, this model sets a new benchmark for Hindi ASR. View the full article
  19. Description I'm trying to generate a debian iso with armbian's kernel, but live-build keep installing linux-image-rt-arm64. I find it as rec dependency of wireguard-tools. And both linux-image-rt-arm64 from debian and linux-image-generic from ubuntu are providing it. How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] ./compile.sh kernel BOARD=rock-5b BRANCH=vendor DEB_COMPRESS=xz Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  20. Description Our automated builds are broken as reported. Solution is provided. https://forum.armbian.com/topic/49440-helios4-doesnt-boot-after-upgrading-to-linux-6671-linux-image-current-mvebu_2520-trunk343/#comment-212135 How Has This Been Tested? Build but does not boot yet. Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  21. The first release candidate of Mesa 25.0 has recently shipped, bringing with it multiple updates to Panfrost, and most notably to PanVK, the open source Vulkan driver for Arm Mali GPUs. View the full article
  22. Collabora's involvement in Open Source XR development continues to grow today as we welcome the libsurvive project, the open source lighthouse tracking system, into the fold! View the full article
  23. The latest Linux kernel release is here, bringing improvements to the DRM subsystem, further enablement of Rockchip SoCs, a new debugging guide for developers, and more! Here's a recap of Collabora's contributions for 6.13. View the full article
  24. Switch meson edge to 6.13 kernel Hdmi patches from xdarklight github repo View the full article
  25. Collabora's deep involvement with the MediaTek community continued to shine this week with the release of Linux 6.13, which saw multiple improvements land for MediaTek SoCs. View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines