

RSS Bot
Bot-
Posts
4207 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Description Bookworm is the latest stable release of debian from 2023, with mesa 22 in its repo, which will not support rk3588 panthor mainline gpu driver. I backported mesa 24.1.3 in obs: https://build.opensuse.org/project/show/home:amazingfate:mesa-bookworm-backport. And here is the instruction of updating mesa from obs's repo: https://software.opensuse.org//download.html?project=home%3Aamazingfate%3Amesa-bookworm-backport&package=libgl1-mesa-dri 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] ./compile.sh BOARD=rock-5b BRANCH=edge BUILD_MINIMAL=no DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=bookworm KERNEL_GIT=shallow BUILD_DESKTOP=yes DESKTOP_APPGROUPS_SELECTED= DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base ENABLE_EXTENSIONS="mesa-vpu" [x] tested with rock5b, bookworm gnome has gpu hardware acceleration 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
-
Description station-p2 cannot start up properly. This is an interesting thing. Device tree name for station-p2: rk3568-firefly-roc-pc, derived from the previous media kernel family: https://github.com/armbian/build/blob/v24.05/patch/kernel/media-current/00170-v95-rk3568-firefly-roc-pc.patch But its name in the mainline kernel is: rk3568-roc-pc. But there has been an interesting change in this modification, and I am doubting whether this change is wise: https://github.com/armbian/build/commit/eb60d33abac91b25eb720bae27981a2a8950f9f7 I borrowed a station-p2 from my friend to fix this issue. How Has This Been Tested? [x] Successfully built. [x] System startup. 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 Modify the device tree file to fix the Tinker-edge-r board HDMI GitHub issue reference: Jira reference number [AR-9999] Documentation summary for feature / change [ ] short description (copy / paste of PR title) [ ] summary (description relevant for end users) [ ] example of usage (how to see this in function) 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. [ ] Test A [ ] Test B 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 [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
Description Force netplan to use DHCP only on interface e* and not also on the docker interface Jira reference number AR-2430 How Has This Been Tested? [x] Test by user on forum 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 Heltec HT-M2808 Helium Miner. RK3328 https://heltec.org/project/ht-m2808/ 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] ./compile.sh build BOARD=rk3328-heltec BRANCH=current BUILD_DESKTOP=no BUILD_MINIMAL=no EXPERT=yes KERNEL_CONFIGURE=yes KERNEL_GIT=shallow RELEASE=bookworm [x] Tested on both current and edge [x] Flash via RKDeveloptool using rk3328_loader_ddr333_v1.16.250.bin bootloader 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
-
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
-
Description armsom aim7 is a SoM compatible with Jetson Nano: https://docs.armsom.org/armsom-aim7 armsom aim7-io is jeston nano base board with armsom aim7. 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] ./compile.sh BOARD=armsom-aim7-io 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 ENABLE_EXTENSIONS="mesa-vpu" [x] usb, pcie, ethernet, hdmi works 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
-
Description This backports a patch to linux-next for driver support for hdmirx for rk3588 boards How Has This Been Tested? Compiled and tested on Orange Pi 5 plus Checklist: Please delete options that are not relevant. [ ] 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
-
Description Update odroidxu4-current kernel to 6.6.41. 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
-
Bumps setuptools from 70.3.0 to 71.1.0. Changelog Sourced from setuptools's changelog. v71.1.0 Features Added return types to typed public functions -- by :user:Avasam Marked pkg_resources as py.typed -- by :user:Avasam (#4409) Misc #4492 v71.0.4 Bugfixes Removed lingering unused code around Distribution._patched_dist. (#4489) v71.0.3 Bugfixes Reset the backports module when enabling vendored packages. (#4476) v71.0.2 Bugfixes Include all vendored files in the sdist. (#4480) v71.0.1 Bugfixes ... (truncated) Commits 08bd311 Bump version: 71.0.4 → 71.1.0 e3fd44a Merge pull request #4492 from mgorny/core-deps-spec 022cedb Switch to uv for vendoring. 3fca249 Merge pull request #4500 from Avasam/Update-mypy-to-1.11 e7575ae Update pyproject.toml b078d6e Merge pull request #4409 from Avasam/pkg_resources-explicit-public-return-ann... 3aba4d4 Update mypy to 1.11 deb0aa8 Merge branch 'main' of https://github.com/pypa/setuptools into pkg_resources-... 48f95c0 Bump version: 71.0.3 → 71.0.4 7d0178e Merge pull request #4493 from pypa/debt/4489-patched-dist 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 Hotfix for rk3399 targets which use the default configuration cannot boot because usbplug loader has been used in place of miniloader. I can confirm the current images don't boot because I tried a bookworm minimal image from download page for Orange Pi 4 LTS (https://www.armbian.com/orange-pi-4-lts/) and it didn't get past the ddrbin. How Has This Been Tested? [x] Built OrangePi4 LTS image from scratch and tested on board 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 Bump rockchip64 edge kernel to v6.10. Includes the rk3328 gpio2 bank fix from https://github.com/armbian/build/pull/6974 Minor changes have been needed to bring patches from 6.9 to 6.10 (notably, very small rework of the overlay compilation). @brentr rk3308 now has a mainline audio codec driver. It breaks several patches that previously introduced a driver and manipulated it to "sync with BSP" and convert to "component". This commit contains all the modifications I did to allow the kernel to compile cleanly, but the result may not provide working audio or may not provide the same functionalities as before, hence rk3308 audio section requires some more separate (ie: another pull request) analisys and perhaps some rework. GitHub issue reference: Jira reference number AR-2428 How Has This Been Tested? [x] Compile deb packages [x] Test on a rk3328 live system [ ] Test on a rk3399 live 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] My changes generate no new warnings View the full article
-
base-files: hardcoded cache of base-files version per RELEASE/ARCH, as of 20240720 base-files: hardcoded cache of base-files version per RELEASE/ARCH, as of 20240720 packages.debian.org and packages.ubuntu.com are having a meltdown and builds are stuck this is a quick & dirty fix to get builds going we should urgently replace this with the 'right thing' trying to maintain this manually will cause insanity View the full article
-
Description As per subject: edge kernel for rockchip 32 bit targets has been bumped to 6.10 Also updates mainline-kernel.conf GitHub issue reference: Jira reference number AR-2427 How Has This Been Tested? [x] Compile deb kernel packages for rockchip family [x] Live testing on rk322x system [ ] Live testing on rk3288 Asus tinkerboard 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 View the full article
-
Description A recent patch in mainline kernel broke gpio bank2 for rk3328 targets. Several rk3318/rk3328 users described the inability to boot from internal eMMC and other problems (led not working, for example). For reference: forum thread This PR takes the mainline kernel patch from the mailing list and applies the correction patch from https://patchwork.kernel.org/project/linux-rockchip/patch/20240709105428.1176375-1-i@eh5.me/, while waiting for kernel guys to mainline the fix. How Has This Been Tested? [x] Compiled current rockchip64 6.6 kernel [x] Compiled edge rockchip64 6.9 kernel [x] Tested current rockchip64 kernel on a live 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] My changes generate no new warnings View the full article
-
Description Community-supported board (myself as the maintainer). Documentation summary for feature / change Pretty straightforward: mainline U-Boot, only the vendor kernel supported (no legacy or edge), device tree already present in the kernel branch, common defconfig for RK3588. How Has This Been Tested? Built, flashed, ran on the board. 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
-
The latest kernel 6.10 release brings multiple core changes and updates to BH workqueues. Let's examine the developments implemented by Collabora's engineers. View the full article
-
Bump sharkdp/bat from 0.23.0 to 0.24.0 by bumping BATCAT_VERSION in lib/functions/general/bat-cat.sh. Release notes Sourced from sharkdp/bat's releases. Please note that this only shows the release notes for the latest release. v0.24.0 Features Add environment variable BAT_PAGING, see sharkdp/bat#2629 (@einfachIrgendwer0815) Add opt-in (--features lessopen) support for LESSOPEN and LESSCLOSE. See sharkdp/bat#1597, sharkdp/bat#1739, sharkdp/bat#2444, sharkdp/bat#2602, and sharkdp/bat#2662 (@Anomalocaridid) Bugfixes Fix more not being found on Windows when provided via BAT_PAGER, see sharkdp/bat#2570, sharkdp/bat#2580, and sharkdp/bat#2651 (@mataha) Switched default behavior of --map-syntax to be case insensitive sharkdp/bat#2520 Updated version of serde_yaml to 0.9. See sharkdp/bat#2627 (@Raghav-Bell) Fix arithmetic overflow in LineRange::from and LineRange::parse_range, see sharkdp/bat#2674, sharkdp/bat#2698 (@skoriop) Fix paging not happening when stdout is interactive but stdin is not, see sharkdp/bat#2574 (@Nigecat) Make -pp override --paging and vice versa when passed as a later argument, see sharkdp/bat#2660 (@J-Kappes) Other Output directory for generated assets (completion, manual) can be customized, see sharkdp/bat#2515 (@tranzystorek-io) Use the is-terminal crate instead of atty, see sharkdp/bat#2530 (@nickelc) Add Winget Releaser workflow, see sharkdp/bat#2519 (@sitiom) Bump MSRV to 1.70, see sharkdp/bat#2651 (@mataha) Syntaxes Associate os-release with bash syntax, see sharkdp/bat#2587 (@cyqsimon) Associate Containerfile with Dockerfile syntax, see sharkdp/bat#2606 (@einfachIrgendwer0815) Replaced quotes with double quotes so fzf integration example script works on windows and linux. see sharkdp/bat#2095 (@johnmatthiggins) Associate ksh files with bash syntax, see sharkdp/bat#2633 (@johnmatthiggins) Associate sarif files with JSON syntax, see sharkdp/bat#2695 (@rhysd) Associate ron files with rust syntax, see sharkdp/bat#2427 (@YeungOnion) Add support for WebGPU Shader Language, see sharkdp/bat#2692 (@rhysd) Add .dpkg-new and .dpkg-tmp to ignored suffixe, see sharkdp/bat#2595 (@scop) fix: Add syntax mapping *.jsonl => json, see sharkdp/bat#2539 (@WinterCore) Update Julia syntax, see sharkdp/bat#2553 (@dependabot) add NSIS support, see sharkdp/bat#2577 (@idleberg) Update ssh-config, see sharkdp/bat#2697 (@mrmeszaros) bat as a library Add optional output_buffer arg to Controller::run() and Controller::run_with_error_handler(), see sharkdp/bat#2618 (@Piturnah) View the full article
-
Bump koalaman/shellcheck from 0.9.0 to 0.10.0 by bumping SHELLCHECK_VERSION in lib/functions/general/shellcheck.sh. Release notes Sourced from koalaman/shellcheck's releases. Please note that this only shows the release notes for the latest release. This release is dedicated to LLMs, for finally fulfilling the promise of 1960s scifi: systems you can hack using logic games and creative lies. View the full article
-
Bump oras-project/oras from 0.16.0 to 1.2.0 by bumping ORAS_VERSION in lib/functions/general/oci-oras.sh. Release notes Sourced from oras-project/oras's releases. Please note that this only shows the release notes for the latest release. New Features oras is compliant with OCI image-spec v1.1.0 and distribution-spec v1.1.0 Introduce brand-new default terminal experience Show live progress for the following commands: oras copy oras pull oras push oras attach oras blob fetch oras blob push The new terminal experience can be turned off via the preview flag --no-tty Support deletion of manifests and blobs in OCI image layout Support X.509 mTLS authentication with OCI registries Preview Features BREAKING CHANGE Registries supporting Referrers API prior to distribution-spec v1.1.0-rc4 will fall back to Referrers tag schema, causing unexpected results of oras attach and oras discover commands Introduce --platform to oras attach for better multi-arch attaching experience, which allows adding referrer artifact to a specific sub-platform Re-purpose the flag --recursive of oras cp from extended copy to copy an artifact or a multi-arch image and its referrers Promote --image-spec to a preview flag from experimental Experimental Features BREAKING CHANGE oras discover shows tree view output by default Introduce formatted output via --format by implementing the specification Formatted output is available to the following commands: oras pull oras push oras attach oras discover oras manifest fetch Examples: --format json to print operation result as a JSON object --format "go-template={{ .digest }}" to print the digest of the manifest using Go template Template can also be specified by --template Introduce oras resolve to get the digest of an artifact Deprecation oras discover: --output is marked as deprecated and succeeded by --format Bug Fixes Fix oras-project/oras#1079: Snaps build cannot read default credentials file Fix oras-project/oras#1096: Mixed request number in the debug mode Fix oras-project/oras#1106: Flag --plain-http=false does not work for local registries Fix oras-project/oras#1129: oras cp -r fails if index has a child manifest as subject Minor fixes Other Changes Improve UX oras discover: show placeholder when artifactType is not presented in an index referrer oras push: show artifact type when pushing files Improve error message based on ORAS CLI error handling guildline Improve identity token input by a new flag --identity-token to replace --password without --username Improve performance Reduce authentication request count fororas copy, oras manifest delete, and oras blob delete Support blob mounting across repositories in the same registry for oras copy Update dependencies Update to Golang 1.22.3 Minor security enhancements What's Changed Since RC.1 Other Changes Improve documentation Update dependencies Detailed Commits bump: tag and release ORAS CLI v1.2.0-rc.1 by @qweeah in https://redirect.github.com/oras-project/oras/pull/1381 fix: remove non-classic snap plugins by @qweeah in https://redirect.github.com/oras-project/oras/pull/1383 fix: oras cp documentation by @TerryHowe in https://redirect.github.com/oras-project/oras/pull/1384 build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://redirect.github.com/oras-project/oras/pull/1385 refactor: Get rid of deprecated PrintStatus method by @TerryHowe in https://redirect.github.com/oras-project/oras/pull/1378 build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 in /test/e2e by @dependabot in https://redirect.github.com/oras-project/oras/pull/1388 build(deps): bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 in /test/e2e by @dependabot in https://redirect.github.com/oras-project/oras/pull/1390 chore: Remove deprecated PrintStatus method by @TerryHowe in https://redirect.github.com/oras-project/oras/pull/1389 doc: verify local files by @qweeah in https://redirect.github.com/oras-project/oras/pull/1386 fix: remove call to deprecated print by @TerryHowe in https://redirect.github.com/oras-project/oras/pull/1392 Full Changelog: https://redirect.github.com/oras-project/oras/compare/v1.2.0-rc.1...v1.2.0 Notes This release was signed with 46D3 369B 393F 6F82 71FD 1CE8 F86E C70D 2B0C 404F (@qweeah's GPG key) which can be found here. View the full article
-
Description Before, the string would look like this and fails since it's not a valid JSON: {%0A "after": "f6ddb25e6d6affbfdd92b4cd33a9b874254b4a09",%0A "base_ref": null,%0A "before": "0000000000000000000000000000000000000000",%0A "commits": [%0A {%0A "author": ... After, the JSON gets correctly parsed: { "after": "090850f02e35af562dd5adc39c23d423be6bfe15", "base_ref": null, "before": "0000000000000000000000000000000000000000", "commits": [ { "author": { ... Escaping multiline strings is not needed anymore with GITHUB_OUTPUT. See https://github.com/orgs/community/discussions/26288#discussioncomment-3876281 Instead, use the toJSON function that Actions offers to convert the event object to JSON. How Has This Been Tested? [x] Run the fixed workflow once 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 [ ] My changes generate no new warnings View the full article
-
Description Fixes https://github.com/armbian/build/pull/6819, see https://github.com/armbian/build/pull/6819#discussion_r1681548553 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 [ ] My changes generate no new warnings View the full article
-
Before merging please test. ____ ____ _ _____ _____ | __ )| _ \(_) | ___|___ / | _ \| |_) | | | |_ |_ \ | |_) | __/| | | _| ___) | |____/|_| |_| |_| |____/ Welcome to Armbian-unofficial 24.8.0-trunk Trixie with Linux 6.1.15-legacy-spacemit No end-user support: built from trunk & unsupported (trixie) userspace! System load: 25% Up time: 2 minLocal users: 2 Memory usage: 6% of 3.59G IP: 10.0.0.244 CPU temp: 42°C Usage of /: 10% of 15G patrick@bananapif3:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS mmcblk2 179:0 0 14.6G 0 disk └─mmcblk2p1 179:1 0 14.4G 0 part /var/log.hdd / mmcblk2boot0 179:8 0 4M 1 disk mmcblk2boot1 179:16 0 4M 1 disk zram0 250:0 0 1.8G 0 disk [SWAP] zram1 250:1 0 50M 0 disk /var/log zram2 250:2 0 0B 0 disk nvme0n1 259:0 0 238.5G 0 disk ├─nvme0n1p1 259:1 0 508M 0 part └─nvme0n1p2 259:2 0 238G 0 part View the full article