Jump to content

RSS Bot

Bot
  • Posts

    4209
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Description We certainly don't need dual mode compilation while armbian_repo variant is anyway broken due to other changes. How Has This Been Tested? [x] Build Debian [x] Build Ubuntu and boot 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
  2. hi, I recently bought an Orange Pi 5 Plus and the RTL8852BE wireless module (http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-R6.html). can I add a kernel module to run the RTL8852BE on the Orange Pi 5 Plus? Description Adding CONFIG_RTW89_8852BE to linux-rockchip-rk3588-edge.config How Has This Been Tested? built the img and booted it. checked that RTL8852BE is working (need firmware-realtek). 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 [x] Any dependent changes have been merged and published in downstream modules View the full article
  3. Description Some users reported bluetooth not working sometimes after reboot. Turns out that sometimes hciattach binary that we use segfaults during reboot. Replacing the binary with the one present in orangepi_build repository as it seems it solves the issue. 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 by the user by rebooting their device 5 times. Bluetooth worked fine consistently after every reboot. 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
  4. Description Fixed the compilation issue with new khadas u-boot. The fix is actually quite ugly. We are now compiling u-boot twice, once with gcc 11.4 and then with linaro toolchain v7.3.1. Also as Linaro's compiler is only available for x86 platform, uboot for these boards will not build on arm platforms. But I guess we have to live with it for now. 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 building uboot for khadas vim1s 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
  5. Description Cosmetic / syntax. Jira reference number AR-2010 Checklist: [x] My code follows the style guidelines of this project [x] My changes generate no new warnings View the full article
  6. Description Userpatches folder is hard-coded in extensions loading. Jira reference number AR-2009 How Has This Been Tested? [x] Enable extension located in USERPATCHES_PATH (with PREFER_DOCKER="no") 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
  7. Description Bumped Allwinner edge kernel to 6.7-rc7 Added HDMI support for H616/H618 boards. The hdmi driver patch is based on changes from Orange Pi's 6.1 repo but is heavily modified to get applied on top of drm patches of megous tree. Removed 4.9 Orange Pi Zero 2 vendor kernel and legacy u-boot utilities Added WIP Orange Pi Zero3 board. 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. [ ] Testing current and edge kernel on Orange Pi Zero3 using XFCE desktop image [ ] Need someone to test on Orange Pi Zero2 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
  8. Description This will be our base for official build tool. Current variant has only enabled basic features which should be enough to push it to GitHub marketplace. Requirements. Jira reference number AR-1459 How Has This Been Tested? [ ] SDK image building 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
  9. Description I'm rewriting patches with command PREFER_DOCKER=no ./compile.sh rewrite-kernel-patches BOARD=rock-5b BRANCH=edge on armbian jammy, but I get all commit index length changed from 12 to 13. Maybe that's because envirmonts are different between docker and bare metal. So add --abbrev=12 to always get commit index length 12. 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] PREFER_DOCKER=no ./compile.sh rewrite-kernel-patches BOARD=rock-5b BRANCH=edge 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
  10. odroidm1: set OVERLAY_PREFIX; rockchip64: default, but don't override, OVERLAY_PREFIX odroidm1: set OVERLAY_PREFIX; rockchip64: default, but don't override, OVERLAY_PREFIX View the full article
  11. cleanup a few lost/old/forgotten/replaced code/patches [cleanup] extensions: flash-kernel: removed (and a few references to it) thanks to Gunjan for replacing it [cleanup] rk3399: remove defunct patches & dangling symlinks for rk3399-legacy and rk35xx-legacy [cleanup] rockchip64 legacy: remove long dead 4.4 patches (family/common didn't define legacy branch for a while) [cleanup] remove old rk35xx-4.19 archive patch folder that is unused View the full article
  12. use hooks for main kernel/u-boot version defaulting/overriding; remove symlink usage from many families [cleanup] extensions: flash-kernel: removed (and a few references to it) thanks to Gunjan for replacing it [cleanup] rk3399: remove defunct patches & dangling symlinks for rk3399-legacy and rk35xx-legacy [cleanup] rockchip64 legacy: remove long dead 4.4 patches (family/common didn't define legacy branch for a while) core: semantic change, KERNELSOURCE must be explicitly 'none' to avoid kernel compilation (not unset) main-config: mark mirror variables readonly; add todo's lib/family config: remove resquices of KERNELDIR which is completely unused for a long time also MAINLINE_KERNEL_DIR not needed then main-config: arches: don't default KERNELSOURCE to mainline (already done in common), cleanup comments main-config: arch common: kernel/u-boot config defaulting+overriding via hook instead of pre-setting common.conf delegating to new mainline_kernel_decide_version hooks special case handling for v6.7-rc7 some examples late-stage "use rolling branch version" uefi: don't spell out KERNELBRANCH anymore, KERNEL_MAJOR_MINOR is sufficient now meson64: family common: drop KERNELBRANCH, rely on KERNEL_MAJOR_MINOR only, no more symlinks rockchip64: family common: drop KERNELBRANCH, rely on KERNEL_MAJOR_MINOR only, no more symlinks rockchip64_common is used by BOARDFAMILY's with their own LINUXFAMILY, so we can't be very generic here meson (32-bit): family common: drop KERNELBRANCH, rely on KERNEL_MAJOR_MINOR only, no more symlinks [move] rockchip-rk3588 edge 6.7: move patches to archive, do not add symlinks sunxi/sunxi64: move version locking to shared hook in mainline-kernel.conf.sh rockchip (32-bit): move version locking to shared hook in mainline-kernel.conf.sh main-config: arch common: review logging levels, squash some todo, add some todo lib: implement and sprikle some very basic config var change-tracking across board/family sourcing and several hook calls View the full article
  13. 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
  14. uefi: rollover current to legacy, edge to current, bump edge to 6.7, fix drivers, remove symlinks uefi: common: stop using symlinks, instead point directly to KERNEL_MAJOR_MINOR uefi: common: drop kernel symlinks remove duplicate decls simplify some comments thinkpad-x13s: set explicit LINUXCONFIG to compensate for changes in uefi-common uefi: all: update all .config's, no changes; edge: 6.6.y; current 6.1.y; legacy 5.15.y uefi: all: rollover current 6.1.y to legacy, taking over 5.15.y uefi: all: rollover edge 6.6.y to current, taking over 6.1.y uefi-arm64 6.7: copy patches from 6.6 uefi: all: edge: bump to 6.7-rc7; arm64: fix Phytium stmmac patch (by Igor) Co-authored-by: Igor Pecovnik igor.pecovnik@gmail.com uefi: arm64: drop obsolete patch archives for 6.2, 6.3, 6.4, 6.5 drivers_network: bumps to drivers from upstream repos (by Igor, from AR-2005) Co-authored-by: Igor Pecovnik igor.pecovnik@gmail.com uefi: all: update edge 6.7.y .config's, no changes uefi: arm64: edge: 6.7: rebase patches onto 6.7-rc7 uefi: arm64: current: 6.6: rebase patches onto 6.6.8 View the full article
  15. RFC: mixtile-blade3 / rockchip-rk3588 edge 6.7: add DT from Joshua Riek + some fixes mixtile-blade3 / rockchip-rk3588 edge 6.7: add DT (original from Joshua Riek) base for https://github.com/Joshua-Riek/linux/pull/1 mixtile-blade3 / rockchip-rk3588 edge 6.7: cleanups for Mixtile Blade3 arm64: dts: rockchip: cleanups for Mixtile Blade3 drop hym8563 pinctrl (don't think the blade3 has an RTC) i2c5 is exposed on the 30-pin, add comment fix tab in pcie30phy mixtile-blade3 / rockchip-rk3588 edge 6.7: pci3x4 for Mixtile Blade3 (rpardini's bad take) arm64: dts: rockchip: pci3x4 for Mixtile Blade3 pinctrl for 1 RK_PB2 pull_up regulator vcc3v3_pcie30 always-on and boot-on there is probably a much better fix than this, but I couldn't find it mixtile-blade3 / rockchip-rk3588 edge 6.7: slow down eMMC from hs400 to hs200 mixtile-blade3 / rockchip-rk3588-edge 6.7: enable tsadc for thermal sensors thanks AmazingFate mixtile-blade3: enable edge branch with new dt; all branches use vendor u-boot here's some work I've been sitting on for a while for the Mixtile Blade3 - schematics - vendor kernel DT I took @Joshua-Riek 's DT and worked it a bit. All credit to him. Most stuff works, but it's not really stable, and pcie3x4 works "sometimes". Similar stuff works for (vendor) u-boot, where it always works. I'm using their u.2 to m.2 breakout board. Any ideas? View the full article
  16. rockchip-rk3588 edge: bump to 6.7-rc7; add overlays rockchip-rk3588 edge 6.7-rc4: rewrite/rebase patches in the process, MAINTAINERS file patches are dropped rockchip-rk3588 edge 6.7: bump to 6.4-rc7; rebase patches rockchip-rk3588 edge 6.7: add overlay support; add rockchip-rk3588-sata2 overlay rockchip-rk3588 edge 6.7-rc7: update .config, no changes View the full article
  17. Description Current kernel deb package script ignores localversion of linux-next like -next-20231222, which will not pass deb building. This commit will add this localversion when grabbing kernel version. 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 kernel BOARD=rock-5b BRANCH=edge DEB_COMPRESS=xz KERNEL_GIT=shallow, tested with KERNELSOURCE changed to https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git. [x] Built kernel runs normally. [x] Normal non-next kernel source tested 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
  18. Description Big pull request that consolidates rockchip 32bit and rk322x families together, for less painful kernel patch adaption during maintance cycles. Jira reference number AR-1988 Despite this is the minor nightmarish part of the rockchip patches archive, consolidation could and has been done. In particular, this PR do: merge patches from rockchip and rk322x families for current and edge kernels, moving everything into rockchipfamily migrate edge kernel rockchip-6.6 into patch series, rename all patches with more understandable names with alphabetical prefixes in place of numeric ones (sunxi inspired) implement new style dt and overlay directories for edge and current kernels to leverage the build system automatic makefile handling rework kernel configs for both edge and current: some things have been added, some removed, but will require some fine tuning that will be subject of another PR probably adjust patches for tinkerboard to remove some cruft and overclocking, cleaning up dmesg also fix rk322x dmc to avoid lockup on rk3288 remove non-LTS rk322x archives from patch directory; remaining rk322x kernel archives can be removed in the future as well, since they are kept only for historical purposes and not in use anymore; also removes rk322x legacy, current and edge symlinks remove non-LTS rockchip archives from patch directory (acutally the only removed leftover was rockchip-6.5) remove legacy kernel target for rk322x-box add gen-series.sh script in tools directory (it is a naive tool to create patch series from scratch when you don't want to rebase everything, script is fully commented and usage help provided also) How Has This Been Tested? [x] Debian Bookworm image built and tested for rk322x-box [x] Debian Bookworm image built and tested for tinkerboard [x] Ubuntu Jammy image built and tested for rk322x-box [x] Ubuntu Jammy image built and tested for tinkerboard [x] Several edge 6.6 and current 6.1 kernel compilations [x] Cores, gpu, hdmi, hdmi audio, ethernet, wifi, hardware decoding, usb tested on tinkerboard current 6.1 [x] Cores, gpu, hdmi, hdmi audio, ethernet, wifi, hardware decoding, usb tested on tinkerboard edge 6.6 [x] Cores, gpu, hdmi, hdmi audio, ethernet, wifi, hardware decoding, usb tested on rk322x-box current 6.1 [x] Cores, gpu, hdmi, hdmi audio, ethernet, wifi, hardware decoding, usb tested on rk322x-box edge 6.6 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
  19. Description This PR add some tweaks to get the current (and IMO best possible yet) configuration of the WDK. point to latest development branch which appears to be quite stable add package mtools to support mounting the EFI partition, enable mount add tweak to ensure qrtr-ns.service also runs, like protected-domain-mapper add board file with calibration data that work well with the QCNFA765 Wireless Network Adapter 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] built the image with ./compile.sh build BOARD=wdk2023 BUILD_DESKTOP=yes BUILD_MINIMAL=no DESKTOP_APPGROUPS_SELECTED='3dsupport browsers chat desktop_tools editors email internet multimedia office programming remote_desktop' DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base KERNEL_CONFIGURE=no RELEASE=mantic [x] written the image to an SSD (with USB-to-SATA adapter) and booted from it, checked for desired operation 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
  20. https://github.com/armbian/build/pull/6053#issuecomment-1869032590 View the full article
  21. Bumps tj-actions/changed-files from 40 to 41. Release notes Sourced from tj-actions/changed-files's releases. v41 Changes in v41.0.1 What's Changed Upgraded to v41 by @​tj-actions-bot in tj-actions/changed-files#1811 chore(deps): update dependency eslint-plugin-prettier to v5.1.2 by @​renovate in tj-actions/changed-files#1813 fix: update characters escaped by safe output by @​jackton1 in tj-actions/changed-files#1815 Full Changelog: https://github.com/tj-actions/changed-files/compare/v41...v41.0.1 Changes in v41.0.0 🔥 🔥 BREAKING CHANGE 🔥 🔥 A new safe_output input is now available to prevent outputting unsafe filename characters (Enabled by default). This would escape characters in the filename that could be used for command injection. [!NOTE] This can be disabled by setting the safe_output to false this comes with a recommendation to store all outputs generated in an environment variable first before using them. Example ... - name: Get changed files id: changed-files uses: tj-actions/changed-files@v40 with: safe_output: false # set to false because we are using an environment variable to store the output and avoid command injection. - name: List all added files env: ADDED_FILES: ${{ steps.changed-files.outputs.added_files }} run: | for file in &quot;$ADDED_FILES&quot;; do echo &quot;$file was added&quot; done ... What's Changed chore(deps): update typescript-eslint monorepo to v6.15.0 by @​renovate in tj-actions/changed-files#1801 Upgraded to v40.2.3 by @​tj-actions-bot in tj-actions/changed-files#1800 chore(deps): update dependency eslint-plugin-prettier to v5.1.0 by @​renovate in tj-actions/changed-files#1802 chore(deps): lock file maintenance by @​renovate in tj-actions/changed-files#1803 chore(deps): update dependency eslint-plugin-prettier to v5.1.1 by @​renovate in tj-actions/changed-files#1804 fix: update safe output regex and the docs by @​tj-actions-bot in tj-actions/changed-files#1805 Revert "chore(deps): update actions/download-artifact action to v4" by @​jackton1 in tj-actions/changed-files#1806 Update README.md by @​jackton1 in tj-actions/changed-files#1808 ... (truncated) Changelog Sourced from tj-actions/changed-files's changelog. Changelog 41.0.1 - (2023-12-24) 🐛 Bug Fixes Update characters escaped by safe output (#1815) (716b1e1) - (Tonye Jack) ⚙️ Miscellaneous Tasks deps: Update dependency eslint-plugin-prettier to v5.1.2 (7aaf10d) - (renovate[bot]) ⬆️ Upgrades Upgraded to v41 (#1811) Co-authored-by: jackton1 jackton1@users.noreply.github.com (cc08e17) - (tj-actions[bot]) 41.0.0 - (2023-12-23) 🐛 Bug Fixes Update safe output regex and the docs (#1805) (ff2f6e6) - (tj-actions[bot]) ⏪ Reverts Revert "chore(deps): update actions/download-artifact action to v4" (#1806) (4f573fe) - (Tonye Jack) 🔄 Update Update README.md (6e79d6e) - (Tonye Jack) Update README.md (d13ac19) - (Tonye Jack) Update README.md (bb89f97) - (Tonye Jack) Updated README.md (#1810) Co-authored-by: renovate[bot] (1864078) - (tj-actions[bot]) Update README.md (#1808) (47371c5) - (Tonye Jack) 📝 Other Merge pull request from GHSA-mcph-m25j-8j63 feat: add safe_output input enabled by default fix: migrate README to safe uses of interpolation ... (truncated) Commits 716b1e1 fix: update characters escaped by safe output (#1815) 7aaf10d chore(deps): update dependency eslint-plugin-prettier to v5.1.2 cc08e17 Upgraded to v41 (#1811) 6e79d6e Update README.md d13ac19 Update README.md bb89f97 Update README.md 1864078 Updated README.md (#1810) f495a03 chore(deps): lock file maintenance 47371c5 Update README.md (#1808) 4f573fe Revert "chore(deps): update actions/download-artifact action to v4" (#1806) 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
  22. bcm2711: don't force SKIP_ARMBIAN_REPO=no; include bootloader fw in bsp-cli if set to yes bcm2711: don't force SKIP_ARMBIAN_REPO=no; include bootloader fw in bsp-cli if set to yes do not force SKIP_ARMBIAN_REPO=no anymore instead, if SKIP_ARMBIAN_REPO=yes: include the bootloader "fw" in bsp package, from Debian's raspi-firmware git source add Debian/Ubuntu-specific packages for Wifi/BT firmware For Ubuntu, include raspi-eeprom and raspi-config too (not available on Debian) tested on rpi4b (bookworm/mantic) - untested on rpi5b (I don't have/want one) View the full article
  23. Description armbian.list generated two times on every build: when==image-early and when==image-late If when==image-early armbian.list renamed to armbian.list.disabled and this file goes to image. https://github.com/armbian/build/issues/6086 Jira reference number AR-2007 How Has This Been Tested? [X] Rebuild image, armbian.list.disabled disappears 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 [X] Any dependent changes have been merged and published in downstream modules View the full article
  24. Description Legacy - 5.15.x -> 6.1.x Current - 6.1.x -> 6.6.x Edge - 6.6.x -> 6.7-rc6 move kernel branch and minor definitions to config/sources/common.conf (this location was predicted to contain this) bump UEFI kernels fix Phytium patch compilation failure for 6.7.y removed old leftover kernel patch directories Jira reference number AR-2005 How Has This Been Tested? [x] Patching test 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
  25. Description I noticed that I was not seeing many locales that were supposed to be shown during first login like en_IN for English India. I was only getting the following 3 options when choosing to get locales based on my location At your location, more locales are possible: 1) bhb_IN.UTF-8 2) tcy_IN.UTF-8 3) Skip generating locales Please enter your choice: This is because we were looking for .UTF-8 suffix in the locale names. But not all UTF-8 locales have that suffix. All UTF-8 locales do end with UTF-8 at the end. So now we are using the same. With the fix, I am now getting much better result. Here is the list after the fix for comparison At your location, more locales are possible: 1) anp_IN 8) brx_IN 15) kok_IN 22) ml_IN 29) sat_IN 36) ur_IN 2) ar_IN 9) doi_IN 16) ks_IN 23) mni_IN 30) sd_IN 37) Skip generating locales 3) as_IN 10) en_IN 17) ks_IN@devanagari 24) mr_IN 31) sd_IN@devanagari 4) bhb_IN.UTF-8 11) gu_IN 18) ks_IN@devanagari 25) or_IN 32) sd_IN@devanagari 5) bho_IN 12) hi_IN 19) mag_IN 26) pa_IN 33) ta_IN 6) bn_IN 13) hne_IN 20) mai_IN 27) raj_IN 34) tcy_IN.UTF-8 7) bo_IN 14) kn_IN 21) mjw_IN 28) sa_IN 35) te_IN Please enter your choice: Note: we now have ~320 locales offered to be selected when not filtering by location. Before we were only showing 153. 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] Created image with the fix and went through the first run process on Orange Pi 3 LTS 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
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines