RSS Bot
Bot-
Posts
4244 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Description thead: add edge kernel support How Has This Been Tested? [x] Successfully built. [x] System startup (EMMC). 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 [ ] 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
-
This second installment explores the Rust libraries Collabora developed to decode video and how these libraries are used within the ARCVM codec stack to eventually replace CrosVM's dependency on the Chrome codec stack through libvda. View the full article
-
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
-
Description This PR will convert the existing dtb and dtbo patches into dt/overlay directories as in rockchip64 and other families for easier future handling of device trees. Also fixes a weird u-boot bug for device tree overlays and bring full support for R29_MXQ, R2B_MXQ and H20 boards. No other families other than rk322x have been touch by this PR. How Has This Been Tested? [x] Debian Bookworm images built and tested on live machine [x] Compiled current kernel 6.1 and tested on live installation 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
-
Description Maint. How Has This Been Tested? [x] Patch succeeds 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
-
cli: introduce rewrite-kernel-patches; fix kernel-patches-to-git; refactor obtain_kernel_git_info_and_makefile() cli: introduce rewrite-kernel-patches; fix kernel-patches-to-git; refactor obtain_kernel_git_info_and_makefile() kernel-patches-to-git wasn't providing the needed KERNEL_GIT_SHA1 for kernel drivers refactor obtain_kernel_git_info_and_makefile() out of artifact_kernel_prepare_version() so we can reuse introduce rewrite-kernel-patches, which is just an alias to kernel-patches-to-git with REWRITE_PATCHES=yes View the full article
-
Description Allwinner H6 boards like Orange Pi 3 LTS has this problem where u-boot spl sometimes detects the ram incorrectly as 4 GB instead of 2GB and because of that board doesn't boot any further until its forcefully power cylcled. I have noticed that adding a bit of delay in the ram detection function after calling mctl_core_init seems to fix the same. 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] Built and booted image on Orange Pi 3 LTS (sun50i H6). Changed default systemd target to reboot.target and left board rebooting overnight while serial console output was getting logged in a file. After I woke up, I noticed that board was still rebooting successfully without hanging and have performed 1350+ reboots. 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
-
pipeline: output-gha-matrix: add self_hosted (yes/no) and fetch_depth (0/1) pipeline: output-gha-matrix: add self_hosted (yes/no) and fetch_depth (0/1)# For each item in chunk, check if it is going to run in a GH-hosted runner or self-hosted, and set some matrix variables # accordingly; self_hosted: yes/no, and more specifically, fetch_depth, which is 0 for self-hosted, and 1 for GH-hosted. # The reasoning for this is that git clones are much faster if not shallow on self-hosted, but much slower on GH-hosted. self_hosted -> shosted for brevity in JSON matrix fetch_depth -> fdepth for brevity in JSON matrix View the full article
-
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
-
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
-
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
-
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
-
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
