

RSS Bot
Bot-
Posts
4133 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
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
-
Bumps setuptools from 71.1.0 to 72.1.0. Changelog Sourced from setuptools's changelog. v72.1.0 Features Restore the tests command and deprecate access to the module. (#4519) (#4520) v72.0.0 Deprecations and Removals The test command has been removed. Users relying on 'setup.py test' will need to migrate to another test runner or pin setuptools before this version. (#931) Commits 441799f Bump version: 72.0.0 → 72.1.0 59aff44 Merge pull request #4522 from pypa/feature/graceful-drop-tests c437aaa Restore the tests command and deprecate access to the module. a6726b9 Add celery and requests to the packages that test integration. Ref #4520 5e1b3c4 Bump version: 71.1.0 → 72.0.0 4c0b9f3 Merge pull request #4458 from pypa/debt/remove-test-command be8e3a0 Merge pull request #4507 from pypa/docs/4483-install-core-extra 99d2c72 Add documentation clarifying how to reliably install setuptools with its depe... 63c89f9 👹 Feed the hobgoblins (delint). c405ac1 Merge branch 'main' into debt/remove-test-command See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) View the full article
-
Bumps ossf/scorecard-action from 2.3.3 to 2.4.0. Release notes Sourced from ossf/scorecard-action's releases. v2.4.0 What's Changed This update bumps the Scorecard version to the v5 release. For a complete list of changes, please refer to the v5.0.0 release notes. Of special note to Scorecard Action is the Maintainer Annotation feature, which can be used to suppress some Code Scanning false positives. Alerts will not be generated for any Scorecard Check with an annotation. :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0 by @spencerschrock in ossf/scorecard-action#1410 :bug: lower license sarif alert threshold to 9 by @spencerschrock in ossf/scorecard-action#1411 Documentation docs: dogfooding badge by @jkowalleck in ossf/scorecard-action#1399 New Contributors @jkowalleck made their first contribution in ossf/scorecard-action#1399 Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0 Commits 62b2cac bump docker tag to v2.4.0 for release (#1414) c09630c lower license score alert threshold to 9 (#1411) cf8594c :seedling: Bump github.com/sigstore/cosign/v2 from 2.2.4 to 2.3.0 (#1413) de5fcb9 :seedling: Bump the github-actions group with 2 updates (#1412) a46b90b bump scorecard to v5.0.0 release (#1410) 9fc518d :seedling: Bump golang in the docker-images group (#1407) a8eaa1b :seedling: Bump the github-actions group with 2 updates (#1408) 873d5fd :seedling: Bump the github-actions group across 1 directory with 2 updates (#... 54cc1fe :seedling: Bump the docker-images group with 2 updates (#1401) 82bcb91 :seedling: Bump golang.org/x/net from 0.26.0 to 0.27.0 (#1400) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) View the full article
-
Description Ship images with Chromium v126 instead of v124 How Has This Been Tested? [x] VP9 and H264 works well with chromium and haven't caught any crash in various websites. 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 This allows us so successfully boot Armbian, ROCKNIX and Android. How Has This Been Tested? Booted all three systems from SD card with this U-Boot in eMMC. View the full article
-
Description sun55iw3-syterkit: update kernel config. How Has This Been Tested? [ ] 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
Description Move meson64 edge from 6.9 to 6.10 How Has This Been Tested? [x] Build [x] Installed kernel .deb on amlogic TV box to test 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 drivers:regulator:fan53555 When I use fan53555, I see an error: FAN53555-regulator 0-0060: Chip ID 0 with rev 12 not supported! So I fixed this bug 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 [ ] restart 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