Jump to content

RSS Bot

Bot
  • Posts

    4209
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. rk3568-odroid edge 6.6: bump to 6.6-rc6 rk3568-odroid edge 6.6: bump to 6.6-rc6 View the full article
  2. uefi edge 6.6: bump to 6.6-rc6; rebase patches uefi edge 6.6: bump to 6.6-rc6; rebase patches also bump qemu-uboot variant's uboot from 23.10-rc4 to final 23.10 View the full article
  3. rockchip64 edge 6.6: bump to 6.6-rc6; rebase patches rockchip64 edge 6.6: bump to 6.6-rc6; rebase patches View the full article
  4. meson64 edge 6.6: bump to 6.6-rc6; rebase patches meson64 edge 6.6: bump to 6.6-rc6; rebase patches View the full article
  5. Description On devices using uwe5622 wireless, a kernel warn message and corresponding stacktrace is shown in dmesg for incorrect netdev-dev_addr. This PR fixes 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] Tested that warning message is gone on Orange Pi 3 LTS when booted with a kernel with this patch applied and that wireless continues to work fine. 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
  6. docker launcher: don't lose track of the wanted host_release when setting using Armbian base image docker launcher: don't lose track of the wanted host_release when setting using Armbian base image host_release (wanted_release_tag) was being re-computed from DOCKER_ARMBIAN_BASE_IMAGE DOCKER_ARMBIAN_BASE_IMAGE might have been changed from ":" if DOCKERFILE_USE_ARMBIAN_IMAGE_AS_BASE != no that would cause host_release to be "armbian-ubuntu-lunar-latest", not "lunar" which would cause python2/python2-dev to be installed, which would cause Dockerfile build to fail View the full article
  7. cli-patch: don't ask about desktop/server builds during patch rewrite/to-git cli-patch: don't ask about desktop/server builds during patch rewrite/to-git add to-do for real fix later View the full article
  8. rockchip-rk3588: add -Wno-error=address to u-boot CFLAGS so it builds with gcc 12+ rockchip-rk3588: add -Wno-error=address to u-boot CFLAGS so it builds with gcc 12+ this applies to all u-boots in this family this is in addition to the the -Wno-error=enum-int-mismatch needed for gcc 13+ View the full article
  9. Description I have changed the way the patches are generated a bit. Instead of using orange-pi branch from megous tree for 6.6 kernel, I have used the following 6.6 kernel branches from megous tree a83t-suspend, af8133j, anx, audio, axp, cam, err, fixes, mbus, modem, opi3, pb, pinetab, pp, ppkb, samuel, speed, tbs-a711, ths These branches were carefully chosen to include only allwinner related patches and remove importing of most of the rockchip related patches into the allwinner kernel. This has led to decrease in the total applied patch count by 84. We now apply 407 patches instead of 491 patches as applied in 6.5 kernel, while all functionality will remain the same. Following patches are modified to fix patch application failure patches.armbian/arm64-dts-sun50i-h616-orangepi-zero2-reg_usb1_vbus-status-ok.patch patches.armbian/arm64-dts-sun50i-h616-orangepi-zero2-Enable-GPU-mali.patch patches.armbian/arm64-dts-allwinner-h616-Add-efuse_xlate-cpu-frequency-scaling-v1_6_2.patch patches.armbian/arm64-dts-allwinner-h616-LED-green_power_on-red_status_heartbeat.patch patches.armbian/arm64-dts-allwinner-overlay-Add-Overlays-for-sunxi64.patch patches.armbian/arm64-dts-sun50i-h616-bigtreetech-cb1.patch Following patches are modified because of kernel api change to fix compilation failure patches.armbian/drv-gpu-drm-sun4i-Add-HDMI-audio-sun4i-hdmi-encoder.patch patches.armbian/drv-of-Device-Tree-Overlay-ConfigFS-interface.patch All patches are rebased using rewrite-kernel-patches and kernel config is rebased using rewrite-kernel-config commands 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. [ ] Both sunxi and sunxi64 edge kernel compiles fine. On device testing is still work in progress 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
  10. HACK: BOOT ORDER: NVMe SDCARD eMMC. NOTES: In my testing there has been no false starts or hangs up. Meaning the boot process has been stable. The downside to this in my opinion is that if there is an OS on the NVMe it will always take boot priority. The drive would need to be pulled or DD'd in order for SD eMMC boot to kick in. This has been tested by pulling the NVMe and booting from the drive and killing it; dd if=/dev/zero of=/dev/nvme0n1 bs=32768 count=32768 Tested-on: Waveshare CM4-IO-BASE-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 [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  11. rockchip64 / edge 6.6: add rk3566-orangepi-3b-sata DTB rockchip64 / edge 6.6: add rk3566-orangepi-3b-sata DTB rockchip64 / edge 6.6: add overlay rockchip-rk3566-sata2.dts this would also apply to 3568 View the full article
  12. bullseye/trixie: desktop gnome: drop package 'gnome-packagekit' bullseye/trixie: desktop gnome: drop package 'gnome-packagekit' View the full article
  13. rockchip64 / edge 6.6: bump to 6.6-rc5; rebase patches rockchip64 / edge 6.6: bump to 6.6-rc5; rebase patches View the full article
  14. pipeline: parallel (threaded) mapper-oci-uptodate.py pipeline: parallel (threaded) mapper-oci-uptodate.py View the full article
  15. Description ... and leave the rest with lightdm. Its matching display manager with DE. Related: https://github.com/armbian/build/pull/5810 Jira reference number [AR-9999] How Has This Been Tested? [x] Ubuntu Jammy Gnome works. 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. odroidn2l: bump to u-boot v2023.10; boot-usb-first patch now only in board folder odroidn2l: bump to u-boot v2023.10; boot-usb-first patch now only in board folder with this, there are no more boards with v2023.07 View the full article
  17. khadas-vim3/khadas-vim3l: bump to u-boot v2023.10; single-FIP for both SD/eMMC and SPI u-boots khadas-vim3/vim3l: back to single-FIP for both SD/eMMC and SPI u-boots also use flashcp to write to mtd khadas-vim3: bump to u-boot v2023.10; boot-usb-first patch now only in board folder drop kbi patch khadas-vim3l: bump to u-boot v2023.10; boot-usb-first patch now only in board folder drop kbi patch View the full article
  18. 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
  19. thinkpad-x13s: bump to 6.6-rcX; support trixie/sid/mantis userspace sans PPA partitioning: efi: introduce UEFI_MOUNT_POINT_SKIP_FSTAB, if set to yes, skips /etc/fstab entry for the ESP sometimes we just don't want the ESP listed in the fstab, otherwise works the same thinkpad-x13s: bump to 6.6-rcX; support trixie/sid/mantis userspace sans PPA This requires https://github.com/armbian/firmware/pull/65 thinkpad-x13s: workaround ubuntu's pd-mapper only starting on "-laptop" kernels thinkpad-x13s: add fprintd and pam thinkpad-x13s: throws warnings about missing userspace if not trixie/sid/mantic thinkpad-x13s: split hooks into functions thinkpad-x13s: enable touchscreen hack via udev thinkpad-x13s: use override, not separate service, for systemd settage of BT public-addr thinkpad-x13s: "handle" alsa-ucm-conf by simply overwriting with fixed version thinkpad-x13s: update .config according to https://github.com/steev/linux/commit/0dbdb29bc458d2d46d2de2915ed5273ad5118617 thinkpad-x13s: bump to 6.6-rc4; add more cmdline params add a bunch of tricks I learned from jhovold's talk update .config, no changes thinkpad-x13s: bump to steev's lenovo-x13s-v6.6.0-rc5 - update .config, no changes thinkpad-x13s: bump to steev's lenovo-x13s-v6.6.0-rc5 thinkpad-x13s: trixie is missing fprintd/libpam-fprintd, skip for now if trixie thinkpad-x13s: set UEFI_MOUNT_POINT_SKIP_FSTAB=yes (otherwise hangs waiting for it, dunno why) View the full article
  20. Description Introduce a driver that leverages the virtual poweroff feature of Trust OS for rk322x that allow Power On with IR remote controller KEY_POWER. It brings the board into suspended state (ie: "virtual poweroff") on shutdown and resumes power when the user pushes KEY_POWER of the remote controller. This is for current 6.1 and edge 6.5 kernels on rk322x family, but it could be possible to extend to other rockchip socs with minor changes. The driver may need some polishing here and there, but it already very usable. To be enabled, it requires the ir-wakeup overlay. How Has This Been Tested? [x] current kernel compiled and tested on live debian bookworm system [x] edge kernel compiled and tested on live debian bookworm system 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. mekotronics-r58x-pro.wip: add new board Mekotronics R58X-Pro mekotronics-r58x-pro.wip: add new board Mekotronics R58X-Pro View the full article
  22. grub + grub-with-dtb: add back functions removed from mkconfig_lib in recent GRUB versions (2.12) grub + grub-with-dtb: add back functions removed from mkconfig_lib in recent GRUB versions (2.12) this should make 09_linux_with_dtb.sh work across all RELEASE's, sid and mantic included extra: if grub-mkconfig (update-grub) fails, show all involved source files View the full article
  23. ubuntu: add mantic (23.10), symlinks to lunar ubuntu: add mantic (23.10), symlinks to lunar ubuntu: desktop gnome: drop package gconf2 this had already been done for Debian variants View the full article
  24. rockchip-rk3588: add -Wno-error=enum-int-mismatch to u-boot CFLAGS so it builds with gcc 13+ rockchip-rk3588: add -Wno-error=enum-int-mismatch to u-boot CFLAGS so it builds with gcc 13+ this applies to all u-boots in this family View the full article
  25. mixtile-blade3: enable pci3x4 nvme boot (requires u.2 -> m.2 adapter from blade3 case kit) mixtile-blade3: enable pci3x4 nvme boot (requires u.2 -> m.2 adapter from blade3 case kit) View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines