Jump to content

RSS Bot

Bot
  • Posts

    4252
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Description Add node sprd-mtty to mainline devicetree. And add userspace binary hciattach_opi to enable uart bluetooth. 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 [ ] 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. Add new rockchip cpu rk3528 support,and new board H28K support. This commit requires: https://github.com/armbian/rkbin/pull/23 Rockchip RK3528 preliminary specifications: CPU – Arm Cortex-A53 processor (4 core 2.0ghz ) GPU – Arm Mali-450 GPU with AFBC compression support Memory – LP4, LP4X, LP3, DDR4, DDR3 HDMI 2.0 Up to 8Kp25 Video decoding – Up to 8Kp25 PCIE2.0/USB3.0 H28K board specifications: 2/4GB LPDDR4 8/32GB EMMC 5.0 two Gb ethernet(one gmac one pcie eth) type C USB2.0(support PD power and maskrom) type A USB2.0 View the full article
  3. Why is creating object graphs hard in Rust? In part 1, we looked at a basic pattern, where two types of objects refer to one another. In this part we'll follow up in more detail and examine the different approaches that can be applied. View the full article
  4. 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. [ ] 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
  5. orangepi3b: switch to Kwiboo's 23.10(-rc4) u-boot, plus patches orangepi3b: updated DDR/BL31 blobs also: added ROCKUSB_BLOB (for working rkdevflash extension) depends on https://github.com/armbian/rkbin/pull/22 orangepi3b: switch to Kwiboo's 23.10(-rc4) u-boot, plus patches Based on AmazingFate's kernel DT and Kwiboo's rk3568-2023.10 Tested with a OrangePi 3B 4GB v1.1: SD-card boot eMMC boot SPI Flash boot chip is XMC XM25QU128CWIQ, not W25Q256JWEIQ listed in schematics PCIe/NVMe Ethernet has stable MAC can boot both edge (mainline) and legacy (vendor rk 5.10) kernels USB in uboot is untested UMS untested (I lost my A-to-A otg cable) View the full article
  6. orangepi3b: rockchip64/edge 6.5: enable i2c3 (m0) on 40 pin 27/sda and 28/scl orangepi3b: rockchip64/edge 6.5: enable i2c3 (m0) on 40 pin 27/sda and 28/scl View the full article
  7. orangepi3b: rockchip64/edge 6.5: enable uart2 (debug pins and 40-pin pins 6/8) orangepi3b: rockchip64/edge 6.5: enable uart2 (debug pins and 40-pin pins 6/8) (debug) uart2 has connectors near the usb-c power, but also on the 40-pin pins 6 (tx) and 8 (rx) - don't wire both View the full article
  8. Description As per subject, just bump rockchip 32 bit edge kernel to kernel 6.5, adjusting the patches and dts new directory layout Jira reference number AR-1871 How Has This Been Tested? [x] Debian bookworm image built and tested on xt-q8l-v10 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] 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. How Has This Been Tested? [*] Turn this option off: sata hard drives are not recognized [*] Enable this option: Correctly identify sata drives Everything else is exactly the same Checklist: [*] I have performed a self-review of my own code [*] My changes generate no new warnings View the full article
  10. Call the 'passwd' command with the right arguments depending on whether the user entered a password or not. View the full article
  11. Description Fixes ethernet broken for some users on 6.x kernels. It was working fine for me on 6.x kernels. For @AGM1968, it was working fine only on cold boot, while for some users from forum it was not working at all. Hence this PR is raised to fix the same by increasing the startup frequency and specifying clock frequency for motorcomm chip 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 by @AGM1968 and also by user on forum that this fixes the broken ethernet [X] In my case, ethernet continues to work fine with this fix as it was working before. 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
  12. Description Legacy - 5.15.32 -> 5.15.33 Current - 6.1.54 -> 6.1.55 Edge - 6.5.4 -> 6.5.5 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] Booted on NanoPi Duo2 (sun8i H3) [X] Booted on Orange Pi Prime (sun50i H5) 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. Upstream code has trickled down into 6.5.y, so adjust patching accordingly. NOTE: It is advised that maintainers, if they are using RTW88 and Linux 6.5.y, UPDATE edge kernels to 6.5.5. 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
  14. Description Wrapper for compile.sh to assist in development of The help message and doc. If the script is called with --help or -h, it displays a help message. If not, it attempts to compile the project using a script named compile.sh. If compile.sh is not found, it displays an error message. After the compilation process (if successful), it reports how long the process took in seconds. Jira reference number [AR-9999] How Has This Been Tested? [x] ./armbian-build -h output "text" [x] ./armbian-build --help output "text" [x] ./armbian-build "Note about privileges and password prompt. 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 [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  15. Description update libreelec patches to latest bits rework dtb patches due to new arch/arm/boot/dts layout rework some patches that need fixing fix led overlays due to idiot u-boot dtbo apply bug How Has This Been Tested? [x] Debian bookworm minimal image built and tested 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. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines