

RSS Bot
Bot-
Posts
4209 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
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
-
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
-
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
-
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
-
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
-
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
-
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