RSS Bot
Bot-
Posts
4244 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Set aliases for serial, i2c and spi https://github.com/radxa/kernel/commit/09f243e8d3a7a0d06c54ec6909a1b291f20b7a57 https://github.com/radxa/kernel/commit/ca5ed41ff23216d95c7dd5fce6e2d5d7577c7c02 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
-
Update Das U-Boot to v2023.07.02 Patch: HACK: mmc: meson-gx: limit to 24MHz https://github.com/radxa/u-boot/commit/db6738fed924d7febb8bac927e30526f81408eeb In my testing the patch is required for stable boot on REV 1.51. It is not required on REV 1.4, but has no ill effects on boot. 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
-
Set fan max speed to kick in at 65C. This keeps the unit roughly at 70C or lower, when pusing all cores for an extended period of time. 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 Infos: PostmarketOS's wiki page: https://wiki.postmarketos.org/wiki/Xiaomi_Mi_Pad_5_Pro_(xiaomi-elish) Mainline repo for pmos: https://gitlab.com/sm8250-mainline/linux/-/tree/sm8250/v6.4-rc2?ref_type=heads I created a new family qcom-abl to generate abl bootable images. Qcom devices need userspace applications like pd-mapper and qbootctl. I maintain them in a ppa repo for jammy, so only jammy is supported at the moment. Firmwares for this device are in this pr: https://github.com/armbian/firmware/pull/66 Flashing guide can be found here: https://github.com/amazingfate/armbian-xiaomi-elish/wiki/Flashing-Guide 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] Images are built successfully. [ ] Images are not tested, I will confirm it soon. 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 armsom-w3.wip github: https://github.com/ArmSoM/armsom-w3-bsp wiki: http://wiki.armsom.org/index.php/ArmSoM-w3 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. 2.5Gb Network r8125 ok Headphone ok usb 2.0 * 2 ok typec ok usb3.0 ok hdmi tx * 2 ok 40pin-Header ok LED ok RTC ok debug ok Fan ok M2 E key ok POE ok 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 Reported by mboehmer on the forums Kernel update made direct spidev in dts an error rather than warning, this patch didn't get updated post-break. Use "armbian,spi-dev" compatible defined in another patch. How Has This Been Tested? Builds OK 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
-
base-files / apt-utils: stop trying non "-updates" repos when looking for Ubuntu LTS release package base-files / apt-utils: stop trying non "-updates" repos when looking for Ubuntu LTS release package otherwise, when the lookup at "jammy-updates" fails (due to server instability), and "jammy" works, we end up with the wrong version non-LTS releases don't have the "-updates" repo, so don't even try, which should make everything faster TODO: yet-another opportunity to have a release metadata file, otherwise this is yet-another place where we list "jammy" View the full article
-
rk3568-odroid edge 6.6: bump to 6.6-rc6 rk3568-odroid edge 6.6: bump to 6.6-rc6 View the full article
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
