

RSS Bot
Bot-
Posts
4133 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Description Make hardlinks for WCN685x hw2.1 firmware since they are using the same firmware with hw2.0 How Has This Been Tested? Tested using modified build script to build kernel 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 Maint. View the full article
-
Description The type names will cause build problem in focal (use sfdisk v2.34) and bullseye (use sfdisk v2.36) The partition type is given in hex for MBR (DOS) where 0x prefix is optional; a GUID string for GPT; a shortcut or an alias. It’s recommended to use two letters for MBR hex codes to avoid collision between deprecated shortcut 'E' and '0E' MBR hex code. For backward compatibility sfdisk tries to interpret type as a shortcut as a first possibility in partitioning scripts although on other places (e.g. --part-type command) it tries shortcuts as the last possibility. Since v2.36 libfdisk supports partition type aliases as extension to shortcuts. The alias is a simple human readable word (e.g. "linux"). Since v2.37 libfdisk supports partition type names on input, ignoring the case of the characters and all non-alphanumeric and non-digit characters in the name (e.g. "Linux /usr x86" is the same as "linux usr-x86"). 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] Build 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
-
The ModBerry 500 R1 industrial computer features a Radxa CM3 system-on-module that follows the Raspberry Pi CM4 form factor, but is powered by a Rockchip RK3566 quad-core Cortex-A55 processor instead. The ModBerry 500 CM4 DIN-rail industrial computer with a Raspberry Pi Compute Module 4 was launched in 2020, but the Raspberry Pi shortage got in the way, even for commercial customers, and Poland-based TECHBASE had to find an alternative to Raspberry Pi CM4 to offer shorter lead times to its customers, and so the ModBerry 500 R1 based on Radxa CM3 system-on-module was born. ModBerry 500 R1 specifications: SoM – Radxa CM3 module with Rockchip RK3566 quad-core Cortex-A55 processor @ up to 2.0 GHz, with 1 to 8GB LPDDR4 RAM, up to 4 to 128GB eMMC flash (up to 250 MB/s), optional Wi-Fi 5 & Bluetooth 5.0 module Storage – Optional NVMe SSD via PCIe 2.0 (mini PCIe (default) or [...] The post ModBerry 500 R1 industrial computer replaces Raspberry Pi CM4 with Radxa CM3 module appeared first on CNX Software - Embedded Systems News. View the full article
-
Realtek RTD1319D is the first set-top box processor to support H.266 (aka Versatile Video Coding) video compression standard. The new SoC also provides a GPU with 10-bit graphics, support for multiple Conditional Access Systems (CAS), and HDMI 2.1a video output capable of up to 4Kp60 with HDR. One would have thought the royalty-free AV1 video codec might have killed licensed codecs such as H.266, but it’s clearly not the case, since Realtek decided to launch the RTD1319D processor with the new codec, and the primary reason may be because the H.266/VCC codec was added to the DVB specification last February for both 4K (3840×2160) and 8K (7680×4320) resolutions. Realtek RTD1319D preliminary specifications: CPU – Quad-core Arm processor GPU – Unnamed GPU with 10-bit graphics Video Output – HDMI 2.1a up to 4Kp60 HDR Video Codecs 4Kp60 Versatile Video Coding (VVC/H.266) 4Kp60 AV1, H.265 Tuner support Built-in DVB demodulators Multiple TS [...] The post Realtek RTD1319D STB processor supports 4K H.266 and AV1 video decoding appeared first on CNX Software - Embedded Systems News. View the full article
-
MeLE has launched a new range of passive mini PCs known as the ‘Quieter HD Series’ and first in the lineup is the Quieter HD3Q. Not only does this new mini PC address the main criticism of their earlier models by now including dual-channel memory, but it is also slightly larger allowing the ability to add a 2.5” SATA drive, and also has a higher power limit to improve performance. MeLE kindly sent one for review and I’ve looked at performance running both Windows and Ubuntu. MeLE Quieter HD3Q hardware overview The MeLE Quieter HD3Q consists of a 150 x 105 x 37mm (5.91 x 4.13 x 1.46 inches) rectangular plastic case with a metal base plate. Gone are the faux heat spreader fins from the top of the case as it is now finished with a very fine dimple effect. As a passively cooled mini PC, it uses Intel’s [...] The post MeLE Quieter HD3Q Review – A fanless mini PC with dual-channel memory, 2.5-inch SATA bay appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Since latest changes to the partition handling we need to add new dependency to the build host & docker as builds are failing. Jira reference number AR-1332 How Has This Been Tested? [x] Starting from a clean Docker image 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
-
Using open source software, Collabora has developed an efficient compression pipeline that enables a face video broadcasting system that achieves the same visual quality as the H.264 standard while only using one-tenth of the bandwidth. View the full article
-
The first stable release of Arduino IDE 2.0 is now out. Based on the Eclipse Theia framework, the new IDE provides a more modern and user-friendly user interface, faster compilation time, and more features we’ll discuss in this post. Arduino initially introduced the Arduino IDE 2.0 beta in March 2021 with a live debugger with breakpoints support, a revamped user interface with features such as autocompletion of variables and functions. After 18 months of debugging with the help of members of the community such as Paul Stoffregen (the maker of the Teensy boards), the Arduino IDE 2.0 is not an experimental software anymore, and it’s the first version you’d see in the download page. The Arduino IDE 2.0 is available for Windows 10 64-bit and newer, Linux X86-64, and macOS 10.14 “Mojave” or newer. If you’ve already installed Arduino 1.x, it will inform you of updates for your installed libraries [...] The post Arduino IDE 2.0 is now officially released appeared first on CNX Software - Embedded Systems News. View the full article
-
Description This repository contains latest stable version of ZFS that is able to build with latest kernels. We used to sync files from here and distribute them from our repository. But since we are blocked by aptly incompatibility with zst compression, we need to upgrade repository management or do this. Jira reference number AR-1112 How Has This Been Tested? [x] Build ZFS on Odroid N2+ running EDGE 5.19.y kernel 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 Since difference between desktop and CLI overhead is gone, we can remove this check and make both on the same value. Also previously overhead was not enough due to added Plymouth package. Jira reference number AR-1330 How Has This Been Tested? [x] Build test CLI images https://github.com/armbian/scripts/actions/runs/3052426276 [x] Build and boot Rpi4 image 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
-
Flex Logix has just announced the InferX Hawk mini-ITX motherboard equipped with an AMD Ryzen Embedded R2314 SoC and two InferX X1 AI accelerators from the company in order to help customers customize, build and deploy edge and embedded AI systems easily and quickly. The motherboard features up to 32GB RAM, supports SATA and M.2 MVMe/SATA storage, provides dual Gigabit Ethernet and optional WiFi/4F LTE connectivity, plus the usual USB 3.2, DisplayPort, and serial interfaces, and is meant to compete directly against solutions based on NVIDIA Jetson AGX Xavier. InferX Hawk specifications: SoC – AMD Ryzen Embedded R2314 quad-core processor @ 2.1/3.5 GHz (Turbo) with hexa-core Radeon Vega graphics; TDP: 12 to 35W AI accelerators – 2x InferX X1 accelerators System Memory – 2x DDR4 SO-DIMM up to 32GB capacity Storage M.2 M Key socket for NVMe or SATA SSD SATA 3.0 connector Video Output – 2x DisplayPort Networking [...] The post Mini-ITX motherboard combines AMD Ryzen Embedded R2314 SoC with two InferX X1 AI accelerators appeared first on CNX Software - Embedded Systems News. View the full article
-
Silicon Labs announced various new products at its annual Works With Developer Conference including the FG25 Arm Cortex-M33 SoC designed for sub-GHz Wi-SUN FAN networks for Smart Cities and applications such as smart metering, street lighting, electricity distribution automation, municipal infrastructure, and more. The microcontroller runs at up to 97.5 MHz, features 512KB RAM and up to 1920 KB flash, operates at up to 125°C, consumes as little as 2.6 μA in deep sleep mode, and can offer a range of up to 3 km when used in combination with the new EFF01x front-end module delivering up to +30 dBm output power. Silicon Labs FG25 (EFR32FG25) specifications: CPU core – Arm Cortex-M33 core @ 97.5 MHz with DSP instruction and floating-point unit for signal processing Memory – Up to 512 kB RAM data memory Storage – Up to 1920 kB flash program memory Radio Sub-GHz radio operation TX power up [...] The post Silicon Labs FG25 Arm Cortex-M33 SoC targets Wi-SUN FAN networks appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Desktop doesn't install properly from CLI for several reasons. This commit addresses those problems. move skel and PSD configuration directly to the desktop package postins script move sources from desktop to cli image so we can make proper upgrades switch gdm3 de-instsall logic by adding it as a conflicting package to the armbian desktops as we only use lightdm Jira reference number AR-1326 AR-1327 AR-1328 How Has This Been Tested? On top of CLI and repository with updated package placed to local repository: apt -y --no-install-recommends install lightdm-gtk-greeter lightdm apt-get -o Dpkg::Options::="--force-confold" --allow-downgrades -y --install-recommends install armbian-$(cat /etc/os-release | grep VERSION_CODENAME | cut -d"=" -f2)-desktop-xfce service lightdm start [x] Generate Jammy XFCE desktop image [x] Generate Jammy CLI (x86) and upgrade to XFCE desktop 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 meson: branch current and legacy support HDMI How Has This Been Tested? [X] Build and burn 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 Remove it from package base To do: more testings Jira reference number AR-1327 How Has This Been Tested? [ ] Install desktop on top of CLI, generate image 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
-
Raspberry Pi Trading released a new version of Raspberry Pi OS last week with the highlight being the Picamera2 Python library for Raspberry Pi cameras, along with small changes such as the ability to search menu items, a new audio input control, The new Picamera2 library was first announced in mid February 2022 with a preview release, and it’s the first time the Python library is included by default in Raspberry Pi OS. It is now based on the libcamera open-source framework instead of the proprietary and closed camera APIs from Broadcom found in the original Picamera library. Some of the key features of the Picamera2 library include: The preview windows use OpenGL acceleration for hardware-assisted rendering or DRM/KMS for efficient rendering when X Windows is not running Picamera2 commands can be typed into a Python interpreter or scripts Support for embedding Picamera2 widgets into Qt applications NumPy integration provides [...] The post Picamera2 Python camera library for Raspberry Pi leverages libcamera open-source framework appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Maint View the full article
-
Most of the ESP8266 and ESP32 projects and products we cover here use the Espressif microcontroller as the main chip, but ESP8266 started as a WiFi module meant to be controlled with AT commands from a host device. But there are still “legacy” products that may benefit from connecting to the cloud, and Espressif introduced the ESP-Hosted for that purpose in 2020, and recently released a next-generation ESP-Hosted solution (ESP-Hosted-NG) specifically for Linux hosts. The solution is available in two variants: ESP-Hosted-FG (First generation) exposing an Ethernet interface to the host and suitable for microcontrollers and Linux hosts, and the ESP-Hosted-NG presenting an 802.11 network interface and designed for Linux hosts only. Both solutions include ESP32 firmware and a host driver running on the legacy system. Espressif Systems recommends using ESP-Hosted-FG on an MCU host, and ESP-Hosted-NG on a Linux host in order to benefit from Linux user space applications/services [...] The post ESP-Hosted helps adds WiFi connectivity to legacy Linux or MCU-based products appeared first on CNX Software - Embedded Systems News. View the full article
-
As noted in the Khadas VIM1S announcement, the company is also preparing to launch the Khadas Edge2 single board computer with a Rockchip RK3588S octa-core Cortex-A76/A55 processor and a thickness of just 5.7mm (before a low-profile heatsink is installed). The new board follows a similar form factor as the original Khadas Edge board powered by a Rockchip RK3399 processor, except the edge connector is gone, so it can’t be used as a system-on-module anymore, but remains the thinnest and one of the most powerful Arm SBCs so far. Khadas Edge2 Basic/Pro specifications: SoC – Rockchip RK3588S CPU – Octa-core processor with four Cortex-A76 cores @ 2.25 GHz, four Cortex-A55 cores @ 1.8 GHz GPU – Arm Mali G610MC4 GPU AI accelerator – 6TOPS NPU VPU 8Kp60 10-bit H.265 decoder, 4Kp60 AV1 video decoder 8Kp30 H.264/H.265 video encoder MCU – STMicro STM32G031K6 Arm Cortex-M0+ microcontroller @ 64 Mhz for power management [...] The post Khadas Edge2 ultra thin SBC is powered by Rockchip RK3588S processor appeared first on CNX Software - Embedded Systems News. View the full article
-
Bumps ossf/scorecard-action from 1.1.2 to 2.0.3. Release notes Sourced from ossf/scorecard-action's releases. v2.0.3 Patch for fix in #898 v2.0.2 Fixes ossf/scorecard-action#895 v2.0.1 Fix for #856 v2.0.0 What's Changed 🌱 Prepare for a pre-release of the Golang action by @azeemshaikh38 in ossf/scorecard-action#750 :seedling: Bump github/codeql-action from 2.1.12 to 2.1.16 by @dependabot in ossf/scorecard-action#751 :seedling: Bump debian from 11.3-slim to 11.4-slim by @dependabot in ossf/scorecard-action#749 :seedling: Bump step-security/harden-runner from 1.4.3 to 1.4.4 by @dependabot in ossf/scorecard-action#646 :seedling: Bump actions/setup-go from 3.2.0 to 3.2.1 by @dependabot in ossf/scorecard-action#748 🐛 Fix dependency conflicts in go.mod by @azeemshaikh38 in ossf/scorecard-action#771 🌱 Prepare for v2 beta1 release by @azeemshaikh38 in ossf/scorecard-action#766 multi-repo-action: Note that tool is a work-in-progress by @naveensrinivasan in ossf/scorecard-action#776 🐛 Fix intermittent failures in CI-Tests by @azeemshaikh38 in ossf/scorecard-action#778 :seedling: Bump sigs.k8s.io/release-utils from 0.7.2 to 0.7.3 by @dependabot in ossf/scorecard-action#775 :seedling: Bump actions/cache from 3.0.4 to 3.0.5 by @dependabot in ossf/scorecard-action#769 📖 Update README about the restrictions for scorecard-action:v2 by @azeemshaikh38 in ossf/scorecard-action#779 :seedling: Bump github/codeql-action from 2.1.16 to 2.1.17 by @dependabot in ossf/scorecard-action#783 📖 Update instructions for Scorecard badge to README by @azeemshaikh38 in ossf/scorecard-action#785 :seedling: Bump debian from f576b80 to a811e62 by @dependabot in ossf/scorecard-action#787 :seedling: Bump github.com/ossf/scorecard/v4 from 4.4.0 to 4.5.0 by @dependabot in ossf/scorecard-action#786 :seedling: Bump github/codeql-action from 2.1.17 to 2.1.18 by @dependabot in ossf/scorecard-action#788 :seedling: Bump actions/cache from 3.0.5 to 3.0.6 by @dependabot in ossf/scorecard-action#789 🐛 Add request application/json request header by @azeemshaikh38 in ossf/scorecard-action#791 Create a new release v2.0.0-alpha.1 by @azeemshaikh38 in ossf/scorecard-action#803 :seedling: Bump actions/cache from 3.0.6 to 3.0.7 by @dependabot in ossf/scorecard-action#807 Olivekl patch 1 by @olivekl in ossf/scorecard-action#809 :seedling: Fix cosign vulnerability by @naveensrinivasan in ossf/scorecard-action#812 🌱 Allow for publish URL override by @azeemshaikh38 in ossf/scorecard-action#811 :seedling: Bump github.com/ossf/scorecard/v4 from 4.5.0 to 4.6.0 by @dependabot in ossf/scorecard-action#820 :seedling: Bump step-security/harden-runner from 1.4.4 to 1.4.5 by @dependabot in ossf/scorecard-action#808 cmd/installer: Cleanups (2/n) by @justaugustus in ossf/scorecard-action#833 Update comments to allow for renovatebot updates by @laurentsimon in ossf/scorecard-action#834 :seedling: Bump github.com/caarlos0/env/v6 from 6.9.3 to 6.10.0 by @dependabot in ossf/scorecard-action#839 :seedling: Update actions/checkout requirement to 2541b1294d2704b0964813337f33b291d3f8596b by @dependabot in ossf/scorecard-action#835 :seedling: Bump github.com/sigstore/cosign from 1.11.0 to 1.11.1 by @dependabot in ossf/scorecard-action#842 :seedling: Bump github/codeql-action from 2.1.18 to 2.1.21 by @dependabot in ossf/scorecard-action#844 :seedling: Bump actions/setup-go from 3.2.1 to 3.3.0 by @dependabot in ossf/scorecard-action#843 :seedling: Bump debian from a811e62 to 68c1f6b by @dependabot in ossf/scorecard-action#840 Fix workflow path in automatic creation of PR by @RadoslavGatev in ossf/scorecard-action#845 :seedling: Bump actions/dependency-review-action from 310e0dd64f63b1d00101ecd3225d605a74261fb7 to 2.1.0 by @dependabot in ossf/scorecard-action#838 :seedling: Bump actions/cache from 3.0.7 to 3.0.8 by @dependabot in ossf/scorecard-action#836 📖 Add docs for API by @azeemshaikh38 in ossf/scorecard-action#849 :seedling: Bump github/codeql-action from 2.1.21 to 2.1.22 by @dependabot in ossf/scorecard-action#853 ... (truncated) Commits 865b409 Create v2.0.3 patch (#927) 60f6d77 :seedling: Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (#855) a73c72a bug: always use the default GITHUB_TOKEN for signing (#898) 68bf5b3 🐛 Fixes Run all checks on a BranchProtection event - failing tests (#897) f437b3c Downgrade to scorecard:v4.5.0 to fix breakage (#894) 13ec8c7 :seedling: Release v2.0.0 (#854) 183420b :seedling: Included License (#852) 9347866 :seedling: Bump github/codeql-action from 2.1.21 to 2.1.22 (#853) d4f9a7a Add docs for API (#849) 9b15950 :seedling: Bump actions/cache from 3.0.7 to 3.0.8 (#836) 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 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 Bugfix: We didn't delete the downloaded file when verification failed. So it can be used in next time. Bugfix: Incorrent CCODE to query mirrors of cache.armbian.com Support download rootfs cache from Github Always require signature file Remove some useless requests 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] Run the build script 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
-
Mere weeks after the debut of Open Source Summit Latin America, Dublin continues the collaborative momentum with the 2022 hybrid editions of Linux Plumbers Conference and Open Source Summit Europe! View the full article
-
Geniatech DB982 is a development board/motherboard powered by an Amlogic T982 quad-core Cortex-A55 processor designed for 8K televisions and equipped with an ATSC 3.0 TV tuner. The board ships with up to 4 GB RAM and up to 128 GB eMMC flash, and also includes three 4K HDMI inputs, LVDS and ultra-high-definition VX1 LCD screen interfaces, as well as Fast Ethernet and WiFI 5 connectivity. Geniatech DB982 specifications: SoC – Amlogic T982 CPU – Quad-core Arm Cortex-A55 processor up to 1.8GHz GPU – Arm Mali-G52 MP2 (2EE) GPU supporting OpenGL ES 3.2, Vulkan 1.1 and OpenCL 2.0 APIs AI accelerators – 2x NNA accelerators with INT8 inference performance up to 2.6 TOPS Manufacturing process – 12nm System Memory – 2GB (4GB optional) Storage – 16GB eMMC flash (8 to 128GB optional) Video Output 1x VX1 up to 8K resolution (CNXSoft: I suppose it stands for V-By-One interface) 1x 30-pin [...] The post Geniatech DB982 – An 8K TV motherboard with Amlogic T982 CPU, ATSC 3.0 TV tuner appeared first on CNX Software - Embedded Systems News. View the full article