Jump to content

RSS Bot

Bot
  • Posts

    4252
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. drivers_network: fix bluetooth stuff landed in 6.1.30/6.3.4 but not in 6.2.y drivers_network: wireless-driver-for-uwe5622-park-link-v6.1-post: fix for 6.1.30 drivers_network: rtl8723cs bt: disable landed patches in 6.1.30/6.3.4; keep for 6.2, which is EOL rockchip64/current 6.1.y: fix broadcom bt serdev hack for 6.1.30 rockchip64/edge 6.3.y: fix broadcom bt serdev hack for 6.3.4 Only after doing this I saw https://github.com/armbian/build/pull/5240 -- sorry View the full article
  2. Description A bunch of patches did not apply anymore to rk322x/rockchip familes due to small upstream changes. This PR fixes the annoyance. How Has This Been Tested? [x] rk322x family patches apply cleanly for current kernel [x] rockchip family patches apply cleanly for current kernel 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
  3. Description 1 out of 1 hunk FAILED --> (43) WARNING: * applying patch/misc/wireless-rtl8723cs/bluetooth-btrtl-quirk-local-ext-features.patch [ failed ] 10 out of 14 hunks FAILED Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored --> (43) WARNING: * applying patch/misc/wireless-rtl8723cs/Bluetooth-btrtl-add-support-for-the-RTL8723CS.patch [ failed ] Ass per title. https://paste.next.armbian.com/girevorico @paolosabatino Also bump Allwinner Jira reference number [AR-9999] How Has This Been Tested? [x] Compiling current meson64 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  4. rock-5a: add support for Rock-5A, WiP, using rockchip-rk3588 - by @amazingfate Split-off from https://github.com/armbian/build/pull/5230 Board file straight from https://github.com/amazingfate/armbian-rock5b-images/blob/master/rock-5a.conf View the full article
  5. rockchip64/edge 6.3.y: manually fix Radxa E25/CM3 patches, rebase to v6.3.3, update .config fix E25/CM3 patches from https://github.com/armbian/build/pull/5165#issuecomment-1560666066 rebase all patches to v6.3.3, archeology for missing mboxes update .config, no actual changes Still trying to keep edge clean & patching working... View the full article
  6. kernel: drivers: wireless-rtl8723du-6.3.patch: don't patch the same thing twice Can't really tell how this happened. Am I missing something, @paolosabatino? This removes second identical patch in the same file... View the full article
  7. 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-1754 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. booted and verified that wlan0's MAC was being derived from the CPU's serial number again 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
  8. Description Fix for Orangepi-r1plus-lts network interface logical names that changed and broke networking. The problem was caused by one of the network interface logical names changing from eth0 to end0. Fixed with a rename in /etc/udev/rules.d/70-rename-lan.rules which is already created from a hook in the board config file (to rename the other network interface). Jira reference number AR-1747 How Has This Been Tested? [x] Built images on: current bookworm, current jammy, edge sid. [x] Tested each image with an iperf3 server session via each network interface individually from an iperf3 client session on a computer with Gb NIC. Performance was as expected. [x] Tested each build with two iperf3 client sessions bound to both network interfaces simultaneously to iperf3 server sessions on two computers with Gb NICs (to hammer both ports simultaneously). Performance was as expected. 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
  9. New boards & fixes; this de-media-fies the khadas-edge2 khadas-edge2: switch to rockchip-rk3588 legacy kernel add bluetooth-hciattach for working bluetooth most of the work done by @monkaBlyat mekotronics (all boards): use new bluetooth-hciattach extension for out-of-the-box working bluetooth rock-5a: add support for Rock-5A, WiP, using rockchip-rk3588 - by @monkaBlyat bluetooth-hciattach: new generic extension to facilitate adding hciattach systemd service, given the correct params this is not specific to rk3588 and can be reused by others View the full article
  10. image: sanity check: warn if any deb artifacts' actually-installed version does not match artifact-built version this catches problems with outdated/crazy repos, customize doing wrong things, wrong pinning, etc View the full article
  11. rootfs-to-image: find, warn, and remove dangling symlinks in FAT32 /boot otherwise rsync gags. it should not happen, but if it does, we get a nice warning now View the full article
  12. artifacts: introduce calculate_hash_for_variables() which normalizes the input; use in kernel/uboot/etc Does not look like it, but this is a bugfix -- UBOOT_TARGET_MAP might contain $SRC (due to BL31=, etc) and that is hashed into something only ever matches by accident Also fixes artifact-armbian-desktop vs appgroups/config_base differences some hashed variables might contain "${SRC}", so hashes never match, unless built in Docker - this strips away SRC from all vars and adds debugging so we can detect more later. artifact-uboot: include more variables into hash, for ATF & rk stuff artifact-armbian-desktop: - hashed vars actually contain /armbian in different context, skip normalization in this case - include results of relevant aggregation into artifact_input_variables - otherwise: desktops with different appgroups/configs lead to build failures in pipeline - will cause warnings in JSON preparation step, if more than one appgroups/config combo is targeted, since repo can only have one View the full article
  13. artifacts (all): implement DONT_BUILD_ARTIFACTS=any (so we don't need to list them all for CI image builds) View the full article
  14. Description As per description. Jira reference number AR-1751 View the full article
  15. Description Enable INNOLUX_AFJ101_BA2131 panel on rk3588 legacy kernel Jira reference number [AR-9999] How Has This Been Tested? [x] Build 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  16. rpi4b/bcm2711: introduce RPI_DEBUG_CONSOLE=yes which at once disables bt, enables uart, and adds ttyAMA0 Enabling uart debug on rpi4b requires a bunch of seemingly unrelated changes. The UART stuff on bcm is a bit cuckoo. View the full article
  17. rockchip-rk3588-legacy: switch to 48-bit virtual address; enable more eBPF/net stuff enable more eBPF/net stuff for Cilium switch to 48-bit virtual addresses, so we're tcmalloc compatible - see https://github.com/cilium/cilium/issues/17467 - see https://github.com/envoyproxy/envoy/issues/15235#issuecomment-850516622 View the full article
  18. git-ref2info: source.denx.de is a GitLab instance, add it to the selector See #5168 View the full article
  19. artifact-uboot: include more variables into hash, for ATF & rk stuff More vars hashed into u-boot version, mostly for ATF and rk stuff. This will cause a full rebuild of all uboots, but better be safe than sorry. Impact of not having this: certain changes to u-boot in board or family won't be detected. View the full article
  20. Description Add support for BigTreeTech CB1 (Allwinner H616) board AXP313A PMIC HDMI HDMI Audio H616 Audio Codec AC200 or AC300 (Drive automatic detection) ethernet PHY inside the H616 chip Onboard RTL8189FS WIFI 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] HDMI: The CLI and desktop displays are both normal [x] H616 Audio Codec: LINEOUTL/R aplay -D hw:0,0 /usr/share/sounds/alsa/Noise.wav output audio is normal [x] AC200 or AC300: recognize the PHY(ac200/ac300) and connect to the network normally [x] RTL8189FS WIFI: connect to the network normally [x] HDMI Audio: The kernel driver is normal, but there is a problem with the Armbian userspace, when the gnome installed, aplay -D hw:1,0 tests that the HDMI output audio is normal. After removing gnome, aplay -D hw:1,0 has no audio output 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 [ ] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  21. Description Remove postinst manipulation as its not needed. SKEL is copied at user creation, psd goes up at first run if its there. Also fix executing bit at armbian-firstlogin script Jira reference number AR-1706 How Has This Been Tested? [x] Image with removed get psd up and skel is also copyed View the full article
  22. armbian-zsh: use fixed commit for ohmyzsh; was using very high traffic 'master' branch upstream has no branches, no tags, only way to quiesce this is via commit:<sha1> View the full article
  23. prepare-host: refactor disk space check; test "${DEST}" and "${SRC}/cache", no longer "${SRC}" View the full article
  24. grub: fixes for wallpaper / gfxmode / submenu /etc Debian working Ubuntu's grub needs more work (refuses to use wallpaper in many situations) View the full article
  25. odroidm1 / rk3568-odroid: recover overlays from 6.1; update .config; fix patch dir name I had inadvertently: used wrong naming for the patch folder completely left behind the patches in 6.1 folder when moved to 6.2 made it worse by moving to 6.3 This recovers the patches (confirmed working), updates the .config (no changes), and fixes the patch dir name. View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines