RSS Bot
Bot-
Posts
4252 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Description Sane as #5708 pull request, but for mvebu-edge (6.2 kernel) Jira reference number [AR-9999] How Has This Been Tested? [X] Execute command 'dd if=/dev/sd* of=/dev/null' and verify that the correponding LED blinks Checklist: [ ] 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
-
Description Update for AR-1553: Update symlink names for RS485 Adapters on JetHub D1/D1+. Simple change. Jira reference number AR-1553 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] 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 [ ] 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 There is a 6.1 kernel available from hardkernel: https://forum.odroid.com/viewforum.php?f=225. Start migrating from 5.4 to it. How Has This Been Tested? Not tested yet, just uploading it so that the work does not get lost. 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 Includes method to compile OpenSBI required for RISCV64 systems The CI failure Lint On Scripts / Shell script analysis (pull_request) is issue not caused by me and it won't be addressed in this merge request Jira reference number [AR-9999] How Has This Been Tested? Used to compile and run: https://github.com/armbian/build/pull/5689 https://github.com/armbian/build/pull/5712 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 [X] Turn into spaghetti to make it mergable View the full article
-
Description Cherrypicked from https://github.com/armbian/build/pull/5689 Jira reference number [AR-9999] 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: [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
-
REVIEWERS: Squash using GitHub UI with message from the first commit beaglev-ahead: Official support Adds community support for the board Includes a kernel config for thead edge thus the high count of changes Description Implement a community support for BeagleV-Ahead Depends on changes from https://github.com/armbian/build/pull/5689 Progress from https://github.com/armbian/build/pull/5684 The original work is on https://github.com/Kreyren/armbian-build-kreyren/compare/6cd581c96c0b7b800b6549afe23112d4a662d2a0..811288169004dccacab964129ecaf8cfe891b22d i tried to shorten it as much as possible for the easy merge request review The image boots and seems to work without major issues If the fans doesn't work then invoke following from userland: echo 1 > /sys/class/pwm/pwmchip0/export echo 1000000 > /sys/class/pwm/pwmchip0/pwm1/period echo 1000000 > /sys/class/pwm/pwmchip0/pwm1/duty_cycle echo 1 > /sys/class/pwm/pwmchip0/pwm1/enable Making fans to spin is implemented in the DTS and they should work, mentioned just in case to avoid overheating of the chip The audio has issues with playback e.g. crab rave from youtube has lot of popping sounds on both the HDMI output and headphones through JACK, same observed on the official image Tracked in https://github.com/armbian/build/issues/5692 for the optimized toolchain UEFI was not implemented and i try to submit that in next patch, TODO tracking Complains about: [🐳|🔨] ===================== WARNING ====================== [🐳|🔨] This board does not use CONFIG_DM_USB. Please update [🐳|🔨] the board to use CONFIG_DM_USB before the v2019.07 release. [🐳|🔨] Failure to update by the deadline may result in board removal. [🐳|🔨] See doc/driver-model/MIGRATION.txt for more info. [🐳|🔨] ==================================================== [🐳|🔨] ===================== WARNING ====================== [🐳|🔨] CONFIG_OF_EMBED is enabled. This option should only [🐳|🔨] be used for debugging purposes. Please use [🐳|🔨] CONFIG_OF_SEPARATE for boards in mainline. [🐳|🔨] See doc/README.fdt-control for more info. [🐳|🔨] ==================================================== I try to address it in next merge request The GPU and NPU are not usable, context in Figure out the GPU and NPU https://github.com/ryan4yin/nixos-licheepi4a/issues/11.. blame the manufacturer GNOME doesn't compile as it's currently broken for riscv64 in debian repositories I didn't work on ubuntu compatibility, @chainsx seems to be better option for that as it seems to be his main distro and the OS configuration is shared from SiPeed LicheePi 4A Debian claims that bookworm will never support riscv so should be flagged Trixie doesn't build because: [🐳|🚸] Could not find package filename for 'base-files' in 'https://packages.debian.org/bookworm/riscv64/base-files/download' [ looking for base-files ] Debian upstream informed and working on the issue, i try to submit patch if they take long time Complains about: [ 2.563670] [ 2.565219] ******************************************************************** [ 2.572714] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 2.580204] ** ** [ 2.587680] ** WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL ** [ 2.595150] ** ** [ 2.602619] ** This means that this kernel is built to expose clk operations ** [ 2.610105] ** such as parent or rate setting, enabling, disabling, etc. ** [ 2.617589] ** to userspace, which may compromise security on your system. ** [ 2.625091] ** ** [ 2.632561] ** If you see this message and you are not debugging the ** [ 2.640030] ** kernel, report this immediately to your vendor! ** [ 2.647498] ** ** [ 2.654967] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 2.662433] ******************************************************************** [ 2.669998] random: fast init done I try to address that in upcoming merge, TODO tracking The flashing is not implemented and needs to be done manually as i and the riscv community ware unable to find any documentation or data on how to make it bootable through the sdcard, needs to be flashed through fastboot: Hold the BOOT button and connect the USB-C cable to your system Verify that the Android Downloader shows up in # dmesg Verify that fastboot can see the device with # fastboot devices Invoke: # fastboot flash rom ./path/to/uboot/binary # Flash the binary in the tempfs so that we can flash it # fastboot reboot # Reboot the device to the binary # fastboot flash uboot ./path/to/uboot/binary # Flash the uboot on the board # fastboot flash root ./path/to/rootfs.tar # Flash the rootfs Remove the USB-C and try to boot the device, you should be greeted with armbian Jira reference number: Ehwww jira How Has This Been Tested? By a community member on his device As a part of https://github.com/armbian/build/pull/5689 and https://github.com/armbian/build/pull/5714 Built using: $ ./compile.sh build BOARD=beaglev-ahead BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=yes EXPERT=yes KERNEL_CONFIGURE=no RELEASE=sid Checklist: [X] git revert https://github.com/armbian/build/pull/5691 [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
-
Description I was accidentally burned when updating my BSP package this week. I had inadvertently left some important xorg config in 01-armbian-defaults.conf, and this file was overwritten during the upgrade. I came to the conclusion that either: the comment in 01-armbian-defaults.conf should be updated to indicate to users that the file may be overwritten and should not be edited, or 01-armbian-defaults.conf should be placed in the conffiles list so that an end-user can review any potential changes to the file as part of the package upgrade process. I contend that option (2) is better, because even if a user hasn't edited this file, they should still get some notice if it change. This way they can verify those changes and if their xorg suddenly stops working after an upgrade, they have some indication of the cause. How Has This Been Tested? Did not test it. 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
Text-to-speech (TTS) models are playing a transformative role, from enriching audiobooks to enhancing podcasts and even improving interactions with chatbots. We're introducing a new player in this field – WhisperSpeech, an Open Source text-to-speech model developed by Collabora. View the full article
-
Description Prior to kernel 6.1, Helios 4 displayed ata port activity via 4 built in leds. Due to libata-core.c changes, this functionality has been disabled. I adapted the kernel patches to the 6.1 libata-core code. Jira reference number [AR-9999]: no jira How Has This Been Tested? Teste on real helios 4 hardware. Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] I ran the command 'dd if=/dev/sd* of=/dev/null' to check if the LED assciated with the port blinks. Checklist: [ ] 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
-
Description Removing sections from patch that find a way upstream. How Has This Been Tested? [x] Build test 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
-
Description Jira reference number [AR-9999] 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] USB2, USB3, PCIe2, GMAC, buttons work 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 We still have some weird kernel versions, for x13s, media and some 32b that should be addressed in some way. They sits on 6.2 and 6.3 so we need to keep some conditions. Also patch for 6.5 is deprecated since today. Ref: https://github.com/armbian/build/pull/5697 How Has This Been Tested? [x] Few manual runs 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 Bump kernels. Without this bump, EDGE breaks due to rtw88 patch issue. How Has This Been Tested? [x] Patching doesn't break View the full article
-
This is just a cosmetic change. Patches have been consolidated into one patch within each corresponding linux version directory. Added: linux-6.6 (RC-1) Removed: linux-6.2/6.3 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
-
Bumps actions/upload-artifact from 3.1.2 to 3.1.3. Release notes Sourced from actions/upload-artifact's releases. v3.1.3 What's Changed chore(github): remove trailing whitespaces by @ljmf00 in actions/upload-artifact#313 Bump @actions/artifact version to v1.1.2 by @bethanyj28 in actions/upload-artifact#436 Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v3.1.3 Commits a8a3f3a Merge pull request #436 from bethanyj28/main 7b48769 update dependency cache 6663039 update dist/index.js 55e76b7 bump @actions/artifact version 65d8626 chore(github): remove trailing whitespaces (#313) 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 tj-actions/changed-files from 38 to 39. Release notes Sourced from tj-actions/changed-files's releases. v39 Changes in v39.0.1 What's Changed Upgraded to v39 by @tj-actions-bot in tj-actions/changed-files#1536 chore: Update sync-release-version.yml by @jackton1 in tj-actions/changed-files#1537 chore(deps): update dependency @types/lodash to v4.14.198 by @renovate in tj-actions/changed-files#1538 chore(deps): update tj-actions/eslint-changed-files action to v21 by @renovate in tj-actions/changed-files#1539 chore(deps): update dependency @vercel/ncc to ^0.38.0 by @renovate in tj-actions/changed-files#1541 chore(deps): update reviewdog/action-shellcheck action to v1.19 by @renovate in tj-actions/changed-files#1542 chore: add warning on valid output keys by @jackton1 in tj-actions/changed-files#1544 chore(deps): lock file maintenance by @renovate in tj-actions/changed-files#1545 Updated README.md by @tj-actions-bot in tj-actions/changed-files#1546 chore: Update docs to site example by @jackton1 in tj-actions/changed-files#1547 Updated README.md by @tj-actions-bot in tj-actions/changed-files#1548 fix: raise errors when unable to locate the previous commit in local history by @jackton1 in tj-actions/changed-files#1551 chore(deps): update dependency @types/node to v20.6.0 by @renovate in tj-actions/changed-files#1552 chore(deps): update dependency eslint to v8.49.0 by @renovate in tj-actions/changed-files#1553 fix: raise error when the previous sha cannot be determined and since_last_remote_commit is true by @jackton1 in tj-actions/changed-files#1554 chore: update check by @jackton1 in tj-actions/changed-files#1555 fix: bug returning empty output for pull request close event by @jackton1 in tj-actions/changed-files#1556 Full Changelog: https://github.com/tj-actions/changed-files/compare/v39...v39.0.1 Changes in v39.0.0 What's Changed Upgraded to v38.2.2 by @tj-actions-bot in tj-actions/changed-files#1533 chore(deps): lock file maintenance by @renovate in tj-actions/changed-files#1534 upgrade: nodejs to v20 by @jackton1 in tj-actions/changed-files#1535 Full Changelog: https://github.com/tj-actions/changed-files/compare/v38...v39.0.0 v38.2.2 What's Changed chore(deps): lock file maintenance by @renovate in tj-actions/changed-files#1522 Upgraded to v38.2.1 by @tj-actions-bot in tj-actions/changed-files#1523 chore(deps): update dependency @types/node to v20.5.8 by @renovate in tj-actions/changed-files#1524 chore(deps): update dependency @types/node to v20.5.9 by @renovate in tj-actions/changed-files#1525 chore(deps): lock file maintenance by @renovate in tj-actions/changed-files#1526 chore(deps): update actions/checkout action to v4 by @renovate in tj-actions/changed-files#1527 chore(deps): update typescript-eslint monorepo to v6.6.0 by @renovate in tj-actions/changed-files#1530 fix: bug with outputs when json is set to true by @jackton1 in tj-actions/changed-files#1531 chore(deps): lock file maintenance by @renovate in tj-actions/changed-files#1532 ... (truncated) Changelog Sourced from tj-actions/changed-files's changelog. Changelog 39.0.1 - (2023-09-09) 🐛 Bug Fixes Bug returning empty output for pull request close event (#1556) (246636f) - (Tonye Jack) Raise error when the previous sha cannot be determined and since_last_remote_commit is true (#1554) (523e8b6) - (Tonye Jack) Raise errors when unable to locate the previous commit in local history (#1551) (796ac2d) - (Tonye Jack) 🔄 Update Update README.md (fe0fb71) - (Tonye Jack) Update README.md (e60a7a9) - (Tonye Jack) Updated README.md (#1548) Co-authored-by: repo-ranger[bot] (534262e) - (tj-actions[bot]) Updated README.md (#1546) Co-authored-by: renovate[bot] (89cb9ea) - (tj-actions[bot]) ⚙️ Miscellaneous Tasks Update check (#1555) (81bb5d8) - (Tonye Jack) deps: Update dependency eslint to v8.49.0 (4a0a3c4) - (renovate[bot]) deps: Update dependency @types/node to v20.6.0 (9dfd3f6) - (renovate[bot]) Update docs to site example (#1547) (673189f) - (Tonye Jack) deps: Lock file maintenance (7113206) - (renovate[bot]) Add warning on valid output keys (#1544) (926a3fd) - (Tonye Jack) deps: Update reviewdog/action-shellcheck action to v1.19 (de23f62) - (renovate[bot]) deps: Update dependency @vercel/ncc to ^0.38.0 (afbabc4) - (renovate[bot]) deps: Update tj-actions/eslint-changed-files action to v21 (#1539) (eda0811) - (renovate[bot]) deps: Update dependency @types/lodash to v4.14.198 (bda67fc) - (renovate[bot]) Update sync-release-version.yml (#1537) (5a5d398) - (Tonye Jack) ⬆️ Upgrades Upgraded to v39 (#1536) Co-authored-by: jackton1 jackton1@users.noreply.github.com (f699bde) - (tj-actions[bot]) 39.0.0 - (2023-09-04) 🔄 Update Update README.md (632c84d) - (Tonye Jack) ⚙️ Miscellaneous Tasks deps: Lock file maintenance (d68a666) - (renovate[bot]) ... (truncated) Commits 246636f fix: bug returning empty output for pull request close event (#1556) fe0fb71 Update README.md e60a7a9 Update README.md 81bb5d8 chore: update check (#1555) 523e8b6 fix: raise error when the previous sha cannot be determined and since_last_re... 4a0a3c4 chore(deps): update dependency eslint to v8.49.0 9dfd3f6 chore(deps): update dependency @types/node to v20.6.0 796ac2d fix: raise errors when unable to locate the previous commit in local history ... 534262e Updated README.md (#1548) 673189f chore: Update docs to site example (#1547) 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
-
Collabora is headed to Amsterdam! This year, we will be showcasing some of our recent work on the DAB protocol, as well as the software integration of LCEVC, MPEG's novel enhancement codec, into the GStreamer multimedia framework. View the full article
-
ifconfig is no longer included in a default install of Armbian Bookworm, causing armbian-firstrun-config to silently fail when ifconfig -a is used to get the list of network adapters. Replaced with nmcli device. Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Jira reference number [AR-9999] 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: [ ] 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
-
The Monado SLAM datasets (MSD) are egocentric visual-inertial SLAM datasets recorded to improve the Basalt-based inside-out tracking component of the Monado project. View the full article
-
Bumps actions/checkout from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option by @simonbaird in actions/checkout#1067 Release 4.0.0 by @takost in actions/checkout#1447 New Contributors @takost made their first contribution in actions/checkout#1436 @simonbaird made their first contribution in actions/checkout#1067 Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0 v3.6.0 What's Changed Mark test scripts with Bash'isms to be run via Bash by @dscho in actions/checkout#1377 Add option to fetch tags even if fetch-depth > 0 by @RobertWieczoreck in actions/checkout#579 Release 3.6.0 by @luketomlinson in actions/checkout#1437 New Contributors @RobertWieczoreck made their first contribution in actions/checkout#579 @luketomlinson made their first contribution in actions/checkout#1437 Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0 v3.5.3 What's Changed Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by @megamanics in actions/checkout#1196 Fix typos found by codespell by @DimitriPapadopoulos in actions/checkout#1287 Add support for sparse checkouts by @dscho and @dfdez in actions/checkout#1369 Release v3.5.3 by @TingluoHuang in actions/checkout#1376 New Contributors @megamanics made their first contribution in actions/checkout#1196 @DimitriPapadopoulos made their first contribution in actions/checkout#1287 @dfdez made their first contribution in actions/checkout#1369 Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3 v3.5.2 What's Changed Fix: Use correct API url / endpoint in GHES by @fhammerl in actions/checkout#1289 based on #1286 by @1newsr Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2 v3.5.1 What's Changed Improve checkout performance on Windows runners by upgrading @actions/github dependency by @BrettDong in actions/checkout#1246 New Contributors @BrettDong made their first contribution in actions/checkout#1246 ... (truncated) Changelog Sourced from actions/checkout's changelog. Changelog v4.0.0 Support fetching without the --progress option Update to node20 v3.6.0 Fix: Mark test scripts with Bash'isms to be run via Bash Add option to fetch tags even if fetch-depth > 0 v3.5.3 Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in Fix typos found by codespell Add support for sparse checkouts v3.5.2 Fix api endpoint for GHES v3.5.1 Fix slow checkout on Windows v3.5.0 Add new public key for known_hosts v3.4.0 Upgrade codeql actions to v2 Upgrade dependencies Upgrade @actions/io v3.3.0 Implement branch list using callbacks from exec function Add in explicit reference to private checkout options [Fix comment typos (that got added in #770)](actions/checkout#1057) v3.2.0 Add GitHub Action to perform release Fix status badge Replace datadog/squid with ubuntu/squid Docker image Wrap pipeline commands for submoduleForeach in quotes Update @actions/io to 1.1.2 Upgrading version to 3.2.0 v3.1.0 Use @actions/core saveState and getState Add github-server-url input v3.0.2 Add input set-safe-directory v3.0.1 ... (truncated) Commits 3df4ab1 Release 4.0.0 (#1447) 8b5e8b7 Support fetching without the --progress option (#1067) 97a652b Update default runtime to node20 (#1436) 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
-
Description Update odroidxu4-current kernel to 5.4.256. 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 [ ] 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
-
This contribution declares default.code-workspace which is used to open a development environment with tools and configuration needed to make development of armbian more efficien, reliable and easier through integrated linting, formatting, visual improvements and configuration for non-standard file extensions Additionally to that it also implements compatibility for nix(os) which opens the vscod{e,ium} with tools needed for development to avoid issues of missing binaries and dependencies for the build and linting for nix files How Has This Been Tested? Verifying functionality in the editor, checking linting, formatting and adjusting file extension integrations. 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
-
Currently it doesn't provide any data to what failed, this attempts to address it View the full article
-
Adds official support for the board and solid foundation for the development Description Progress from https://github.com/armbian/build/pull/5684 The original work is on https://github.com/Kreyren/armbian-build-kreyren/compare/6cd581c96c0b7b800b6549afe23112d4a662d2a0..811288169004dccacab964129ecaf8cfe891b22d i tried to shorten it as much as possible for the easy merge request review The image boots and seems to work without major issues The fans doesn't work and need to be corrected with: echo 1 > /sys/class/pwm/pwmchip0/export echo 1000000 > /sys/class/pwm/pwmchip0/pwm1/period echo 1000000 > /sys/class/pwm/pwmchip0/pwm1/duty_cycle echo 1 > /sys/class/pwm/pwmchip0/pwm1/enable CC @chainsx - Rerefencing https://github.com/armbian/build/pull/5684#discussion_r1318068619 -> you seem to have better understanding for how to make it work, please implement it The audio has issues with playback e.g. crab rave from youtube has lot of popping sounds on both the HDMI output and headphones through JACK UEFI was not implemented and i try to submit that in next patch, TODO tracking Tested using: $ ./compile.sh build BOARD=sipeed-licheepi-4a BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes EXPERT=yes KERNEL_CONFIGURE=no RELEASE=sid Build Log: https://paste.next.armbian.com/oxamexecoj Complains about: [🐳|🔨] ===================== WARNING ====================== [🐳|🔨] This board does not use CONFIG_DM_USB. Please update [🐳|🔨] the board to use CONFIG_DM_USB before the v2019.07 release. [🐳|🔨] Failure to update by the deadline may result in board removal. [🐳|🔨] See doc/driver-model/MIGRATION.txt for more info. [🐳|🔨] ==================================================== [🐳|🔨] ===================== WARNING ====================== [🐳|🔨] CONFIG_OF_EMBED is enabled. This option should only [🐳|🔨] be used for debugging purposes. Please use [🐳|🔨] CONFIG_OF_SEPARATE for boards in mainline. [🐳|🔨] See doc/README.fdt-control for more info. [🐳|🔨] ==================================================== I try to address it in next merge request The GPU and NPU are not usable, context in Figure out the GPU and NPU https://github.com/ryan4yin/nixos-licheepi4a/issues/11.. blame the manufacturer GNOME doesn't compile as it's currently broken for riscv64 in debian repositories I didn't work on ubuntu compatibility, @chainsx seems to be better option for that as it seems to be his main distro Debian claims that bookworm will never support riscv so should be flagged Trixie doesn't build because: [🐳|🚸] Could not find package filename for 'base-files' in 'https://packages.debian.org/bookworm/riscv64/base-files/download' [ looking for base-files ] Debian upstream informed and working on the issue, i try to submit patch if they take long time Complains about: [ 2.563670] [ 2.565219] ******************************************************************** [ 2.572714] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 2.580204] ** ** [ 2.587680] ** WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL ** [ 2.595150] ** ** [ 2.602619] ** This means that this kernel is built to expose clk operations ** [ 2.610105] ** such as parent or rate setting, enabling, disabling, etc. ** [ 2.617589] ** to userspace, which may compromise security on your system. ** [ 2.625091] ** ** [ 2.632561] ** If you see this message and you are not debugging the ** [ 2.640030] ** kernel, report this immediately to your vendor! ** [ 2.647498] ** ** [ 2.654967] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 2.662433] ******************************************************************** [ 2.669998] random: fast init done I try to address that in upcoming merge, TODO tracking Complains about: [FAILED] Failed to listen on systemd-networ…t - Network Service Netlink Socket. TODO: Track this The flashing is not implemented and needs to be done manually as i and the riscv community ware unable to find any documentation or data on how to make it bootable through the sdcard, needs to be flashed through fastboot: Hold the BOOT button and connect the USB-C cable to your system Verify that the Android Downloader shows up in # dmesg Verify that fastboot can see the device with # fastboot devices Invoke: # fastboot flash rom ./path/to/uboot/binary # Flash the binary in the tempfs so that we can flash it # fastboot reboot # Reboot the device to the binary # fastboot flash uboot ./path/to/uboot/binary # Flash the uboot on the board # fastboot flash root ./path/to/rootfs.tar # Flash the rootfs Remove the USB-C and try to boot the device, you should be greeted with armbian Issues were observed with serial console in picocom as it starts to print data that are not sensible, to fix this use C-a C-x to close picocom and reopen it again, repeat until it works I tried to adjust the coding style to the armbian standard where possible riscv64 include was added with stuff that should always be included thead family adjusted to provide generic configuration for the family of chips Jira reference number: Ehwww jira How Has This Been Tested? Through pain, suffering and lack of sleep by trying to boot the SD Card and flashing the fastboot and then testing the features Bluetooth has not been tested 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 Made where possible, i try to work on the documentation separatedly [X] My changes generate no new warnings Beyond the one mentioned [X] Any dependent changes have been merged and published in downstream modules View the full article
