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 patch u-boot 2024.07 to support KASLR enable KASLR Reference patchset: 1949474 Credit: Tim Harvey How Has This Been Tested? [x] built and ran minimal trixie edge orangepi5-plus --> KASLR Enabled Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
-
Description This fixes armbian-firmware-full missing the symlinks from linux-firmware How Has This Been Tested? [x] Build an image with armbian-firmware-full and confirmed the symlinks were there and pointed to the right location 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 [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
MBa8MPxL: rework uboot patches Description The U-Boot Repo get some updates. This reworks the patches depending on these updates. How Has This Been Tested? [x] Build images for mba8mp-ras314 and mba8mpxl with new patches [x] Boot test "bookworm_current" mba8mp-ras314 [x] Boot test "bookworm_current" mba8mpxl Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code View the full article
-
Description Add latest Linux Mint versions, Virginia and Wilma, to supported hosts. Add virginia and wilma in host-release.sh Add wilma (noble) in prepare-host.sh. How Has This Been Tested? [x] Linux Mint Virginia (xfce) - ./compile.sh build BOARD=orangepizeroplus BRANCH=edge RELEASE=bookworm [x] Linux Mint Wilma (xfce) - ./compile.sh build BOARD=orangepizeroplus BRANCH=edge RELEASE=bookworm Checklist: [x] My changes generate no new warnings View the full article
-
Description An attempt to set default Wallpaper on KDE Neon Jira reference number AR-2002 How Has This Been Tested? [ ] Build image Desktop show in selection, but does not apply. 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
Description We have disabled this since base-files were downgrading when MESA extension was used. I still down know why this happens, but holding base-files before and unholding after solves the problem. KDE Neon builds and works fine. How Has This Been Tested? [x] Generate image and playing around with Checklist: [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 [x] Any dependent changes have been merged and published in downstream modules View the full article
-
Description Continuing from https://github.com/armbian/build/pull/6229 RK repo is dead, moving to pure mainline bump EDGE to 6.10.y disable broken patches update kernel config AR-2015 How Has This Been Tested? [x] Boot device with kernel 6.10.3 [x] Boot device with kernel 6.6.44 Checklist: [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
-
Description Apply small fixes to MAC setting routine, address some shell check stuff. How Has This Been Tested? [x] Executed script created YAML configs, reboot succeeded, vendor kernel 6.1.y Checklist: [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
-
Description Armsom5 - switch to vendor branch and add BOARD_MAINTAINER field to suppress warnings How Has This Been Tested? [x] No device, build test only. Checklist: [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
-
Description 6.1 vendor kernel is not bootable on opi3b. There is a post in forum: https://forum.armbian.com/topic/36332-orangepi3b-kernel-panic-when-trying-to-boot-with-the-new-vendor-kernel6143/#comment-186436 Opi3b is using mainline uboot for all branches which is not compatibale with vendor kernel's npu, ~so I use radxa's rockchip uboot instead and limit mainline uboot to branch edge~. I find that setting vdd_npu with property regulator-always-on will fix the issue. There is also a missing uwe5622 patch on rk35xx family, which will cause kernel panic of sprdbt_tty kernel module. Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] ./compile.sh BOARD=orangepi3b BRANCH=vendor BUILD_MINIMAL=no DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=noble KERNEL_GIT=shallow BUILD_DESKTOP=yes DESKTOP_APPGROUPS_SELECTED= DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base [x] Opi3b vendor kernel can boot now Checklist: Please delete options that are not relevant. [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 [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
since armbian 24.8.0-trunk.205 this board stop working find a fix on station-p2 for it forum thread How Has This Been Tested? H96-MAX-RK3566 V56 4GB 32GB internal MMC Checklist: Please delete options that are not relevant. [ 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 [ X ] Any dependent changes have been merged and published in downstream modules View the full article
-
Description After last rework of Armbian repository management, a new $RELEASE key was created, but that would require changes to /etc/apt/sources.list.d/armbian.list In order to not touch this file and revert this, we rather make change on repository side and move: base-files, bsp → RELEASE-utils desktop-bsp → RELEASE-desktop Their incoming folder is under: output/debs/extra/RELEASE-utils output/debs/extra/RELEASE-desktop Jira reference number AR-2445 How Has This Been Tested? [ ] Generate image, generate repo, update from repo / check lists Mandatory [ ] Stable repository re-created from scratch 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 [x] Any dependent changes have been merged and published in downstream modules View the full article
-
Description added support for board core3566 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] vendor kernel 6.1 with ubuntu 24.04, server build. OK, with eth works. [x] edge kernel 6.10 with ubuntu 24.04, server build. Failed to boot. Checklist: Please delete options that are not relevant. [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 [x] Any dependent changes have been merged and published in downstream modules View the full article
-
Description On different boards, eMMC and SDcard memory devices can have numbers 0, 1, 2 in any sequence. SDcard -> 0; eMMC -> 2 SDcard -> 1; eMMC -> 0 SDcard -> 0; eMMC -> 1 eMMC has additional physical partitions such as *boot0, *boot1 and others. Use this attribute for unambiguous identification. Print the type and name of the memory device in the message to the user. GitHub issue on #6958 How Has This Been Tested? [x] Test work on board View the full article
-
Description Update edge kernel to 6.11 Add Hantro VPU decoder back (H264 is not enabled) Refresh HDMI TX and RX patches from Collabora tree Disable HDMI-RX on OPi5+ by default and add an overlay in order to avoid interrupts Use green led as heartbeat in Orange Pi 5 Plus To Do [ ] Crypto, RNG and some other nodes seem to have been removed during rewrites. I will add them back. [ ] USB-C doesn't work on both boards as far as i've tested. This needs to be checked. GitHub issue reference: Jira reference number [AR-9999] How Has This Been Tested? [x] Orange Pi 5 Plus and Khadas Edge 2 boots. [x] HDMI works up to 1080p@120fps [ ] Tests with more boards. Checklist: Please delete options that are not relevant. [ ] 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
Description Update odroidxu4-current kernel to 6.6.43. How Has This Been Tested? [x] Reboot of my Odroid HC1 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 [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
Description Enable wifi drivers on user request https://forum.armbian.com/topic/43134-drivers-for-rtl8812au-on-odroid-m1/#comment-198064 They were disabled here: https://github.com/armbian/build/pull/6202 due to the size? How Has This Been Tested? [ ] Compile test [ ] Tested on hardware Checklist: [ ] My code follows the style guidelines of this project [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
This update ensures that ./userpatches/kernel/pre-config.sh runs before the kernel's make menuconfig command. Users can now place configuration instructions in this file instead of manually configuring the kernel. The pre-config.sh file may include instructions like: scripts/config --enable CONFIG_DEBUG_FS scripts/config --enable CONFIG_KGDB scripts/config --enable CONFIG_UBSAN The scripts/config utility is provided by the kernel to facilitate configuration changes through scripts. View the full article
-
Description Move meson edge from 6.9 to 6.10. Note that I don't have any meson 32bit hardware so this builds, but isn't otherwise tested. 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. [ ] Build onecloud image and kernel debs Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code View the full article
