Jump to content

RSS Bot

Bot
  • Posts

    4209
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Description The edge kernel for BigTreeTech CB1 was kept back at 6.2 because ws2812 driver was not compiling for 6.3+. This PR brings it up to 6.5 with the fix for compilation issue. As this also removes the need for allwinner 6.2 kernel patches, the same has been removed in this PR as well. 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] Tested WS2812 driver compiles with 6.5 kernel 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 [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  2. Sunny Spain will have multimedia developers on speed dial next week for the 11th edition of the GStreamer Conference, taking place at the Palexco Convention Centre in A Coruña from September 25 to 26. View the full article
  3. BPI-CM4: Add support for the waveshare cm4-io-base-b https://www.waveshare.com/wiki/CM4-IO-BASE-B BPI-CM4: Enable usb support on waveshare baseboards via overlay BPI-SM1: Removed UART_B overlay. Short of it being an available option in the vendor kernel via overlay. I can't find any docs to support why that is. I feel it is safer that we just remove it. BPI-SM1: Add UART_A "pin-ctrl: cts rts" 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 [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  4. Patch is obsolete. The rk3399 has a crypto IP handled by the rk3288 crypto driver so since 6.2 there is a node for it. Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Jira reference number [AR-9999] 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. on RockPi 4b crypto is able to complete init, which otherwise fails 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 [ ] I have made corresponding changes to the documentation [+] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  5. Description This PR tries to add support for Inovato Quadra. Comparing the DT of Inovato Quadra with Tanix TX6 DT from our tree shows that they are almost identical. Only missing thing was DT node for xr819 wifi that is being added by a patch here. Prebuilt CLI image is here in case someone wants to give testing a try. Jira reference number AR-1487 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. [ ] Test A 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 [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  6. The world-renowned culinary scene in The City of Light will be getting a pack of different types of chefs next week for Kernel Recipes and Embedded Recipes. Kernel Recipes kicks off on September 25, then Embedded Recipes from September 28 to 29. View the full article
  7. Update maintainers and board status synced status from the database rename to .csc where we don't have anyone If you want to become a board maintainer, adjust data here. Ref: Board Maintainers Procedures and Guidelines View the full article
  8. Description This will prevent running into "No space left on device" pretty soon. How Has This Been Tested? Just config value change. 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] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  9. Description Currently there is no HDMI output on edge 6.5 kernel on rk3228/rk3328. Forum discussion https://forum.armbian.com/topic/26978-csc-armbian-for-rk3318rk3328-tv-box-boards/?do=findComment&comment=171661 This PR will restore 'less than or equal' match of clocks that was lost in patch transition from 6.3 to 6.4: https://github.com/armbian/build/blob/6d981baba68699b0c6ada476704556e11dd661bc/patch/kernel/archive/rockchip64-6.3/rk356x-vop2-support.patch#L333 https://github.com/armbian/build/blob/6d981baba68699b0c6ada476704556e11dd661bc/patch/kernel/archive/rockchip64-6.4/rk356x-vop2-support.patch#L333 How Has This Been Tested? [x] rk3328-box + FullHD HDMI display 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 CC @paolosabatino View the full article
  10. Description Reworked X-Powers AC200 device patches for current and edge kernel as needed by AR-1506 Orange Pi 3 LTS fixes including Dedicated crust config to support PMIC shutdown Added patch to fix ram detection. Without this patch SPL and U-boot was detecting wrong ram amount causing board to fail booting. It still happens sometimes, but frequency is way less.Also synced device-tree and defconfig file with Jernej's patch from LibreELEC Removed upstream ATF patch. It was causing some slowness issues. Brought back UWE5622 drivers for current and edge kernels. However wifi driver is modified to be loaded via systemd service as otherwise it was causing cpufreq-dt module crash on coldboot and lscpu was just getting hanged requiring 10+ minutes for first boot. AR-1866 Added board config file for Tanix TX6 tvbox Added a patch to boot the H6 devices with AXP chip back when power button is pressed. 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] Tested that Orange Pi 3 LTS boots and wifi works. The AC200 audio is detected as shown by output of aplay -l. I didn't had a cable, speaker or headphone to test if it works though [X] AC200 ethernet was tested by @igorpecovnik on Tanix TX6 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 [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  11. Description Sane as #5708 pull request, but for mvebu-edge (6.2 kernel) Jira reference number [AR-9999] How Has This Been Tested? [X] Execute command 'dd if=/dev/sd* of=/dev/null' and verify that the correponding LED blinks Checklist: [ ] 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 [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  12. Description Update for AR-1553: Update symlink names for RS485 Adapters on JetHub D1/D1+. Simple change. Jira reference number AR-1553 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] Test A [ ] Test B 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 [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  13. Description There is a 6.1 kernel available from hardkernel: https://forum.odroid.com/viewforum.php?f=225. Start migrating from 5.4 to it. How Has This Been Tested? Not tested yet, just uploading it so that the work does not get lost. 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 [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  14. Description Includes method to compile OpenSBI required for RISCV64 systems The CI failure Lint On Scripts / Shell script analysis (pull_request) is issue not caused by me and it won't be addressed in this merge request Jira reference number [AR-9999] How Has This Been Tested? Used to compile and run: https://github.com/armbian/build/pull/5689 https://github.com/armbian/build/pull/5712 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] I have made corresponding changes to the documentation [X] My changes generate no new warnings [X] Any dependent changes have been merged and published in downstream modules [X] Turn into spaghetti to make it mergable View the full article
  15. Description Cherrypicked from https://github.com/armbian/build/pull/5689 Jira reference number [AR-9999] 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. [ ] Test A [ ] Test B 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] I have made corresponding changes to the documentation [X] My changes generate no new warnings [X] Any dependent changes have been merged and published in downstream modules View the full article
  16. REVIEWERS: Squash using GitHub UI with message from the first commit beaglev-ahead: Official support Adds community support for the board Includes a kernel config for thead edge thus the high count of changes Description Implement a community support for BeagleV-Ahead Depends on changes from https://github.com/armbian/build/pull/5689 Progress from https://github.com/armbian/build/pull/5684 The original work is on https://github.com/Kreyren/armbian-build-kreyren/compare/6cd581c96c0b7b800b6549afe23112d4a662d2a0..811288169004dccacab964129ecaf8cfe891b22d i tried to shorten it as much as possible for the easy merge request review The image boots and seems to work without major issues If the fans doesn't work then invoke following from userland: echo 1 > /sys/class/pwm/pwmchip0/export echo 1000000 > /sys/class/pwm/pwmchip0/pwm1/period echo 1000000 > /sys/class/pwm/pwmchip0/pwm1/duty_cycle echo 1 > /sys/class/pwm/pwmchip0/pwm1/enable Making fans to spin is implemented in the DTS and they should work, mentioned just in case to avoid overheating of the chip The audio has issues with playback e.g. crab rave from youtube has lot of popping sounds on both the HDMI output and headphones through JACK, same observed on the official image Tracked in https://github.com/armbian/build/issues/5692 for the optimized toolchain UEFI was not implemented and i try to submit that in next patch, TODO tracking Complains about: [🐳|🔨] ===================== WARNING ====================== [🐳|🔨] This board does not use CONFIG_DM_USB. Please update [🐳|🔨] the board to use CONFIG_DM_USB before the v2019.07 release. [🐳|🔨] Failure to update by the deadline may result in board removal. [🐳|🔨] See doc/driver-model/MIGRATION.txt for more info. [🐳|🔨] ==================================================== [🐳|🔨] ===================== WARNING ====================== [🐳|🔨] CONFIG_OF_EMBED is enabled. This option should only [🐳|🔨] be used for debugging purposes. Please use [🐳|🔨] CONFIG_OF_SEPARATE for boards in mainline. [🐳|🔨] See doc/README.fdt-control for more info. [🐳|🔨] ==================================================== I try to address it in next merge request The GPU and NPU are not usable, context in Figure out the GPU and NPU https://github.com/ryan4yin/nixos-licheepi4a/issues/11.. blame the manufacturer GNOME doesn't compile as it's currently broken for riscv64 in debian repositories I didn't work on ubuntu compatibility, @chainsx seems to be better option for that as it seems to be his main distro and the OS configuration is shared from SiPeed LicheePi 4A Debian claims that bookworm will never support riscv so should be flagged Trixie doesn't build because: [🐳|🚸] Could not find package filename for 'base-files' in 'https://packages.debian.org/bookworm/riscv64/base-files/download' [ looking for base-files ] Debian upstream informed and working on the issue, i try to submit patch if they take long time Complains about: [ 2.563670] [ 2.565219] ******************************************************************** [ 2.572714] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 2.580204] ** ** [ 2.587680] ** WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL ** [ 2.595150] ** ** [ 2.602619] ** This means that this kernel is built to expose clk operations ** [ 2.610105] ** such as parent or rate setting, enabling, disabling, etc. ** [ 2.617589] ** to userspace, which may compromise security on your system. ** [ 2.625091] ** ** [ 2.632561] ** If you see this message and you are not debugging the ** [ 2.640030] ** kernel, report this immediately to your vendor! ** [ 2.647498] ** ** [ 2.654967] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 2.662433] ******************************************************************** [ 2.669998] random: fast init done I try to address that in upcoming merge, TODO tracking The flashing is not implemented and needs to be done manually as i and the riscv community ware unable to find any documentation or data on how to make it bootable through the sdcard, needs to be flashed through fastboot: Hold the BOOT button and connect the USB-C cable to your system Verify that the Android Downloader shows up in # dmesg Verify that fastboot can see the device with # fastboot devices Invoke: # fastboot flash rom ./path/to/uboot/binary # Flash the binary in the tempfs so that we can flash it # fastboot reboot # Reboot the device to the binary # fastboot flash uboot ./path/to/uboot/binary # Flash the uboot on the board # fastboot flash root ./path/to/rootfs.tar # Flash the rootfs Remove the USB-C and try to boot the device, you should be greeted with armbian Jira reference number: Ehwww jira How Has This Been Tested? By a community member on his device As a part of https://github.com/armbian/build/pull/5689 and https://github.com/armbian/build/pull/5714 Built using: $ ./compile.sh build BOARD=beaglev-ahead BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=yes EXPERT=yes KERNEL_CONFIGURE=no RELEASE=sid Checklist: [X] git revert https://github.com/armbian/build/pull/5691 [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] I have made corresponding changes to the documentation [X] My changes generate no new warnings [X] Any dependent changes have been merged and published in downstream modules View the full article
  17. Description I was accidentally burned when updating my BSP package this week. I had inadvertently left some important xorg config in 01-armbian-defaults.conf, and this file was overwritten during the upgrade. I came to the conclusion that either: the comment in 01-armbian-defaults.conf should be updated to indicate to users that the file may be overwritten and should not be edited, or 01-armbian-defaults.conf should be placed in the conffiles list so that an end-user can review any potential changes to the file as part of the package upgrade process. I contend that option (2) is better, because even if a user hasn't edited this file, they should still get some notice if it change. This way they can verify those changes and if their xorg suddenly stops working after an upgrade, they have some indication of the cause. How Has This Been Tested? Did not test it. Checklist: [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 [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  18. Text-to-speech (TTS) models are playing a transformative role, from enriching audiobooks to enhancing podcasts and even improving interactions with chatbots. We're introducing a new player in this field – WhisperSpeech, an Open Source text-to-speech model developed by Collabora. View the full article
  19. Description Prior to kernel 6.1, Helios 4 displayed ata port activity via 4 built in leds. Due to libata-core.c changes, this functionality has been disabled. I adapted the kernel patches to the 6.1 libata-core code. Jira reference number [AR-9999]: no jira How Has This Been Tested? Teste on real helios 4 hardware. Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] I ran the command 'dd if=/dev/sd* of=/dev/null' to check if the LED assciated with the port blinks. Checklist: [ ] 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 [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  20. Description Removing sections from patch that find a way upstream. How Has This Been Tested? [x] Build test 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] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  21. Description Jira reference number [AR-9999] 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] USB2, USB3, PCIe2, GMAC, buttons work 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 [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  22. Description We still have some weird kernel versions, for x13s, media and some 32b that should be addressed in some way. They sits on 6.2 and 6.3 so we need to keep some conditions. Also patch for 6.5 is deprecated since today. Ref: https://github.com/armbian/build/pull/5697 How Has This Been Tested? [x] Few manual runs 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 [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  23. Description Bump kernels. Without this bump, EDGE breaks due to rtw88 patch issue. How Has This Been Tested? [x] Patching doesn't break View the full article
  24. This is just a cosmetic change. Patches have been consolidated into one patch within each corresponding linux version directory. Added: linux-6.6 (RC-1) Removed: linux-6.2/6.3 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 [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  25. Bumps actions/upload-artifact from 3.1.2 to 3.1.3. Release notes Sourced from actions/upload-artifact's releases. v3.1.3 What's Changed chore(github): remove trailing whitespaces by @​ljmf00 in actions/upload-artifact#313 Bump @​actions/artifact version to v1.1.2 by @​bethanyj28 in actions/upload-artifact#436 Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v3.1.3 Commits a8a3f3a Merge pull request #436 from bethanyj28/main 7b48769 update dependency cache 6663039 update dist/index.js 55e76b7 bump @​actions/artifact version 65d8626 chore(github): remove trailing whitespaces (#313) See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines