RSS Bot
Bot-
Posts
4351 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Ethernet is supposedly broken by design. While Xunlong is working on a hw revision of this board it is to be expected that it will be released under the same name which will then ultimately contribute to users confusion why on some boards eth works and on others not. Therefore get rid of this one altogether. https://github.com/armbian/build/issues/6587 View the full article
-
multiple boards: fixes for board file syntax / missing vars (fixing JSON matrix prepare) multiple boards: fixes for board file syntax / missing vars (fixing JSON matrix prepare) BOARD_MAINTAINER must exist Every board file needs some variables defined, since they're parsed directly (and sources/includes are not resolved) View the full article
-
Description Set correct video firmware based on the device being used. Fixes - https://forum.khadas.com/t/ffmpeg-and-hardware-h264-decode/19033/24 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] Checked that the preload service starts correctly on vim4 and video_code.bin file points to correct firmware file. 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 systemctl reload-or-restart ssh prevents botching job if sshd is started by socket How Has This Been Tested? Quite harmless change which broadens systemctl tolerance towards services, no negative impacts expected Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
-
Description systemd-resolved is installed and enabled by default - unfortunately a static /etc/resolv.conf nameserver 1.0.0.1 set up during debootstrap phase is preventing systemd-resolved to do its job Removing the file after chroot has been finalized in post-tweaks.sh enables systemd-resolved to symlink /etc/resolv.conf to /run/systemd/resolved/stub-resolv.conf on first boot How Has This Been Tested? [x] Rebuilt an booted an Orangepi5-plus debian trixie image from trunk Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
-
Description /boot/armbianEnv.txt for rockchip64 doesn't preconfigure any console output by default - so "console=both" has been added to config/sources/families/rockchip64.txt to enable serial and display console at build time How Has This Been Tested? [x] Rebuilt orange5-plus trunk and booted correctly 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] My changes generate no new warnings View the full article
-
Description Rewrite with: ./compile.sh rewrite-kernel-config BOARD=board BRANCH=branch How Has This Been Tested? [ ] CI Checklist: Please delete options that are not relevant. [ ] My changes generate no new warnings View the full article
-
Description Added a call to losetup -f which would make sure that there is a loop device that exists and available for use. See #6568 Added doas support to is_root_or_sudo_prefix function. I will understand if this change would be asked to be removed, added just because I use doas. Jira reference number AR-2132 How Has This Been Tested? Building using the command ./compile.sh BOARD=orangepi5 BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=no KERNEL_CONFIGURE=no KERNEL_GIT=shallow RELEASE=bookworm on my machine. For some reason fails on the first try, creating the device and not finding it, but the second run succeeds. 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 View the full article
-
Description remove kinetic, lunar, mantic fix armhf sid, noble, oracular How Has This Been Tested? [x] Manual tests on affected 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 The vendor config of rk35xx is originally for rk3588 which doesn't need this driver. But rk3568 need it. CONFIG_NET_VENDOR_MOTORCOMM=y is introduced by rewrite-kernel-config, I guess it should be fine. 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=hinlink-hnas BRANCH=vendor BUILD_DESKTOP=yes BUILD_MINIMAL=yes DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=jammy KERNEL_GIT=shallow [x] Tested on hinlink hnas which has 4 2.5 inch sata. 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
-
main-config.sh: workaround: set the default ARCH to arm64 (replacing armhf) main-config.sh: workaround: set the default ARCH to arm64 (replacing armhf) armhf was disabled for some releases and now we get spurious failures building certain artifacts (firmware) Signed-off-by: Ricardo Pardini ricardo@pardini.net View the full article
-
Description phytium_embedded: update phytium u-boot binary to support 50Mhz SDIO WiFi. Phytium has not open-sourced the u-boot they use, so I have to use the non-free u-boot binary file they provide. 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 Some boards needs to be re-promoted, some retired. Welcome to add commits to this PR by the end of February. Please check https://docs.armbian.com/User-Guide_Board-Support-Rules/ prior to proposing. Checklist: [x] My code follows the style guidelines of this project View the full article
-
This year will be Collabora's first time exhibiting at IOTSWC, in partnership with STMicroelectronics. Collabora will be showcasing how the STM32MP2 is an ideal chip to enable edge AI solution in industrial environments. View the full article
-
Description This speed up the process of rebuilding repository as we eos repositories are served as empty. Closing https://github.com/armbian/build/issues/6561 How Has This Been Tested? [x] Manual repository generation Cleanup: dropping unsupported Removing output/repository/public/dists/buster... Removing output/repository/public/pool/buster-desktop... Removing output/repository/public/pool/buster-utils... Cleaning up prefix "." components main... Published repository has been removed successfully. Removing output/repository/public/dists/focal... Removing output/repository/public/pool/focal-desktop... Removing output/repository/public/pool/focal-utils... Cleaning up prefix "." components main... Published repository has been removed successfully. Removing output/repository/public/dists/kinetic... Removing output/repository/public/pool/kinetic-desktop... Removing output/repository/public/pool/kinetic-utils... Cleaning up prefix "." components main... Published repository has been removed successfully. Removing output/repository/public/dists/lunar... Removing output/repository/public/pool/lunar-desktop... Removing output/repository/public/pool/lunar-utils... Cleaning up prefix "." components main... Published repository has been removed successfully. Adding: bookworm Publishing: bookworm Adding: bullseye Publishing: bullseye Publishing: buster Publishing: focal Adding: jammy Publishing: jammy Publishing: kinetic Publishing: lunar Adding: mantic Publishing: mantic Adding: noble Publishing: noble Adding: sid Publishing: sid Adding: trixie Publishing: trixie * [bookworm-desktop]: Armbian bookworm desktop (packages: 0) * [bookworm-utils]: Armbian bookworm utilities (packages: 0) * [bookworm]: Armbian main repository (packages: 0) * [bullseye-desktop]: Armbian bullseye desktop (packages: 0) * [bullseye-utils]: Armbian bullseye utilities (packages: 0) * [bullseye]: Armbian main repository (packages: 0) * [buster-desktop]: Armbian buster desktop (packages: 0) * [buster-utils]: Armbian buster utilities (packages: 0) * [buster]: Armbian main repository (packages: 0) * [focal-desktop]: Armbian focal desktop (packages: 0) * [focal-utils]: Armbian focal utilities (packages: 0) * [focal]: Armbian main repository (packages: 0) * [jammy-desktop]: Armbian jammy desktop (packages: 0) * [jammy-utils]: Armbian jammy utilities (packages: 0) * [jammy]: Armbian main repository (packages: 0) * [kinetic-desktop]: Armbian kinetic desktop (packages: 0) * [kinetic-utils]: Armbian kinetic utilities (packages: 0) * [kinetic]: Armbian main repository (packages: 0) * [lunar-desktop]: Armbian lunar desktop (packages: 0) * [lunar-utils]: Armbian lunar utilities (packages: 0) * [lunar]: Armbian main repository (packages: 0) * [mantic-desktop]: Armbian mantic desktop (packages: 0) * [mantic-utils]: Armbian mantic utilities (packages: 0) * [mantic]: Armbian main repository (packages: 0) * [noble-desktop]: Armbian noble desktop (packages: 0) * [noble-utils]: Armbian noble utilities (packages: 0) * [noble]: Armbian main repository (packages: 0) * [oracular-desktop]: Armbian oracular desktop (packages: 0) * [oracular-utils]: Armbian oracular utilities (packages: 0) * [oracular]: Armbian main repository (packages: 0) * [sid-desktop]: Armbian sid desktop (packages: 0) * [sid-utils]: Armbian sid utilities (packages: 0) * [sid]: Armbian main repository (packages: 0) * [trixie-desktop]: Armbian trixie desktop (packages: 0) * [trixie-utils]: Armbian trixie utilities (packages: 0) * [trixie]: Armbian main repository (packages: 0) Checklist: [x] My changes generate no new warnings View the full article
-
Description Future Ubuntu development release, CSC. How Has This Been Tested? Builds, but we need to enable repository. Checklist: [x] My changes generate no new warnings View the full article
-
Description Sakura Pi RK3308B board adds kernel 6.6 and 6.8 support. #6497 only supports the Sakura Pi RK3308B board running smoothly on kernel 6.2, while encountering a lack of device tree in kernel 6.6 and kernel 6.8. How Has This Been Tested? [x] Compiled and tested to boot on kernel 6.6. [x] Compiled and tested to boot on kernel 6.8. Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
-
Description phytium_embedded: update kernel config from phytium repo. The kernel repository has patched the rtw88 driver, so set EXTRAWIFI="no". 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
-
Enable bcachefs filesystem support in rk3588 kernel config (copied from armbian rockpro64 edge config). Description This adds support for the bcachefs filesystem in the rk3588 edge kernel config. Bcachefs is a new and exciting filesystem that is similar to btrfs / zfs, but simpler to use. The relevant kernel options were already in other configs, such as the rockpro64 edge config, but not in the rk3588 edge one. This needs kernel version 6.7+. How Has This Been Tested? custom kernel build 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 Today many users get their rock5c/lite. And they find some rk3582 socs has disabled rkvdec nodes. The board I have has good rkvdec nodes, but when there is at least one rkvdec node disabled, node rkvdec-ccu should get disabled. Otherwise this will cause board not booting. 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-5c BRANCH=vendor BUILD_DESKTOP=no BUILD_MINIMAL=yes DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=bookworm KERNEL_GIT=shallow [x] Tested on board with broken rkvdec nodes. 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
