RSS Bot
Bot-
Posts
4244 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
cli: introduce inventory-boards cli command, for hopefully painless & useful one-board-per-line CSV output cli: introduce inventory-boards cli command, for hopefully painless & useful one-board-per-line CSV output inventory-boards-csv.py: moar Python atrocities done to data; idea here is to output one line per board, with <> for fields that, well, vary (mainly across BRANCH'es) inventory-boards sets TARGETS_FILE to something that doesn't exist, so the default-targets.yaml is used (so same list for everyone, save for userpatched-boards) View the full article
-
cli: introduce kernel-dtb cli command, to build only DTB, and output full preprocessed dts source cli: introduce kernel-dtb cli command, to build only DTB, and output full preprocessed dts source example: ./compile.sh BOARD=xxxxx BRANCH=edge kernel-dtb outputs preprocessed DTS source for board in question to output/ also outputs same preprocessed DTS source, ran through dtc with input and output DTS formats for "normalized" comparisions View the full article
-
This PR enables kernel modules for various USB Gadget applications for rockchip 32 bit platforms (rk322x, rk3288) for both current 6.6 and edge 6.7 kernels. Also provides a bunch of patches to address issues with rk322x, whose peripheral mode does not really well with dwc2 driver yet. A couple of patches are self-produced after trial-and-error sessions, another pair are imported from rockchip 5.10 kernel and substitutes an older patch with a bit more refined code (see the "debounce" patch). edit: the patches addressing the rk322x issues probably are worth also for rk3318 and rk3328, since the controller is the very same with similar issues. During my tests, I quickly checked an rk3318 device and found it has the same behaviour (disconnection, system freeze, ...). I will do further tests and, in case, import the same patches for rockchip64 too. Jira reference number AR-2096 How Has This Been Tested? [x] Installed on live rk322x system, tested mass storage :heavy_check_mark:, ethernet :heavy_check_mark:, uac1/2 :negative_squared_cross_mark: [x] Installed on live rk3288 system in OTG mode, tested mass storage :heavy_check_mark:, uac1/2 :heavy_check_mark: For sake of curiosity, iperf3 run on rk322x in ethernet gadget mode: 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 Update odroidxu4-current kernel to 6.1.80. How Has This Been Tested? 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
-
Late last week, the long-awaited kernel driver supporting 10th-generation Arm Mali GPUs was merged into drm-misc. The existing Gallium driver support has also been extended, effectively enabling GPUs on Rockchip's RK3588 platforms. View the full article
-
Description I wrote the wrong path and it has now been fixed 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] Gamepad 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
-
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 Partiall revert of https://github.com/armbian/build/pull/6321 https://github.com/armbian/build/pull/6298 How Has This Been Tested? Config change only. 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 phytium-embedded: add .wip support for Phytium PhytiumPi 4GB board. Phytium has not open-sourced the u-boot they use, so I have to use the non-free u-boot binary file they provide. https://www.phytium.com.cn/homepage/phytium_pie/ How Has This Been Tested? [x] Successfully built. [x] System startup. [x] WiFi. [x] Bluetooth. [x] Ethernet. [x] HDMI. 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
-
Description losetup -f always return 1st free loop device and in parallel build it often happens that same is found which results in: failed to set up loop device: Device or resource busy If we seek random way, chances of allocating the same device are significantly smaller. Jira reference number AR-1582 How Has This Been Tested? [x] Few manual runs 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 This PR fixed usb_host1_xhci port on Orange Pi 5 Plus with edge kernel. We have to use host mode by default since OPi makes the port USB3 host and connect it to USB hub. Jira reference number [AR-9999] How Has This Been Tested? [x] Build 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
-
riscv64: fixes/skips for building (sans Docker) ON riscv64 oci-oras: use ORAS 1.2.0-beta.1 for riscv64 prepare-host: add libffi-dev host dependency, needed for Python3 setuptools (when prebuilt wheel not found) fixes errors that show up only when building on non-arm64/amd64, when there's no prebuilt wheel (eg on riscv64) shellcheck: skip running shellcheck, with a warning, if running on riscv64 someone go add riscv64 to https://github.com/koalaman/shellcheck batcat: skip running batcat, with a warning, if running on riscv64 someone go add riscv64 to https://github.com/sharkdp/bat View the full article
-
debootstrap: use latest git for Ubuntu/Debian debootstrap instead of host-installed Revert "Debootstrap is again too old for latest releases. Lets ship currently latest with and install it when we build distros that needs it." This reverts commit 7b61b05867d2c27cee784ed1caadf85c2027bac2. debootstrap: Partially revert f2e663f0 "Improved debootstrap hacking support with fixes for Ubuntu Noble" debootstrap: remove debootstrap from host dependencies debootstrap: use latest git for Ubuntu/Debian debootstrap instead of host-installed DEBOOTSTRAP_DIR must be set during the 1st stage, but NOT the second stage latest devel versions might be missing scripts for old releases; just symlink to the default one if so this hopefully should end the debootstrap madness we've been handling, at least until we get around to mmdebstrap (Perl) one day View the full article
-
thinkpad-x13s: bump to steev's 6.7.y; enable noble userspace; bump alsa-ucm-conf hack to master thinkpad-x13s: bump to steev's 6.7.y; enable noble userspace; bump alsa-ucm-conf hack to master thinkpad-x13s: update kernel .config to 6.7.7, no changes thinkpad-x13s: kernel .config: enable CONFIG_VIDEO_QCOM_CAMSS, CONFIG_VIDEO_OV5675, CONFIG_SC_CAMCC_8280XP View the full article
-
khadas-vim3/khadas-vim3l: u-boot v2024.01: enable more compression, kaslr, and led config options via hook khadas-vim3l: bump to u-boot v2024.01; boot-usb-first patch in board folder patch is slightly different for 2024.01 khadas-vim3l: u-boot v2024.01: enable more compression, kaslr, and led config options via hook khadas-vim3: u-boot v2024.01: enable more compression, kaslr, and led config options via hook View the full article
-
Description Lets do this automatically. Once we remove status in the build framework, repository should stop existing. Also drop two Ubuntu short term releases that are EOL. Jira reference number AR-2092 How Has This Been Tested? [x] Manual run 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
