

RSS Bot
Bot-
Posts
4208 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Description Remove Ubuntu ads. Jira reference number AR-1376 How Has This Been Tested? [x] Installed package following by apt upgrade 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 RTL882XCE wireless card need rtw88 driver, just enable it. 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] Kernel build success [x] My RTL8822CE works well. 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
-
Description This address https://github.com/armbian/build/pull/4189#issuecomment-1279676914 How Has This Been Tested? [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
-
Espressif Systems ESP8684 is a single-core RISC-V microcontroller with 2.4 GHz WiFi 4 and Bluetooth 5.0 LE (BLE) connectivity that also integrates 1, 2, or 4MB flash into a tiny 4x4mm QFN package. The SoC is listed under the ESP32-C2 product family on the Espressif website and can be found in MINI and WROOM modules, as well as the ESP8684-DevKitM-1 development kit. All three parts, namely ESP8684H1, ESP8684H2, and ESP8684H4, are designed to work in the -40 to 105°C temperature range, ESP8684 specifications: CPU – 32-bit RISC-V processor up to 120 MHz; 305.42 CoreMark; 2.55 CoreMark/MHz Memory – 272 KB SRAM (16 KB for cache) Storage – 576 KB ROM, 1 to 4MB flash (SiP) Wireless 802.11 b/g/n-compliant WiFi 4 1T1R Up to 72.2 Mbps link rate Support for 20 MHz bandwidth Station mode, SoftAP mode, Station + SoftAP mode Wi-Fi Multimedia (WMM) Antenna diversity Bluetooth 5 LE up to [...] The post Espressif ESP8684 RISC-V WiFi & BLE MCU embeds up to 4MB flash in a 4x4mm package appeared first on CNX Software - Embedded Systems News. View the full article
-
The UP 4000 is a credit-card / Raspberry Pi-sized single board computer based on an Intel Apollo Lake processor. AAEON sent me the model with an Intel Atom x7-E3950 quad-core processor, 4GB RAM, and a 64GB eMMC flash, and in the first part of the review, I installed Ubuntu 22.04 since the board would initially only boot to the UEFI shell out of the box. I’ve now spent more time with the board, and in this article, I will report my experience with the UP 4000 SBC running Ubuntu 22.04 checking out features, performance, video playback, power consumption, and so on. Ubuntu 22.04 System info Let’s check out some information after I’ve upgraded the system to the latest packages: [crayon-634e2b0112936361662365/] Everything looks good with an Intel Atom E3950 processor detection together with 3.68GB RAM and a 56.53GB rootfs EXT-4 partition. UP 4000 features testing There may also be some issues [...] The post UP 4000 x86 SBC review with Ubuntu 22.04 appeared first on CNX Software - Embedded Systems News. View the full article
-
Bumps styfle/cancel-workflow-action from 0.10.1 to 0.11.0. Release notes Sourced from styfle/cancel-workflow-action's releases. 0.11.0 Minor Changes Update to Node 16: #186 Chore: rebuild: 1e0e690cd3756927cda56ad0033137ff1268c477 Chore(deps-dev): bump typescript from 4.8.3 to 4.8.4: #181 Chore(deps): bump @actions/github from 5.1.0 to 5.1.1: #182 Chore(deps): bump @actions/core from 1.9.1 to 1.10.0: #183 Credits Huge thanks to @mattjohnsonpint for helping! Commits b173b6e 0.11.0 1e0e690 chore: rebuild 4e668e5 Update to Node 16 (#186) f78dcd8 chore(deps): bump @actions/core from 1.9.1 to 1.10.0 (#183) 6b6782c chore(deps): bump @actions/github from 5.1.0 to 5.1.1 (#182) 1a300fe chore(deps-dev): bump typescript from 4.8.3 to 4.8.4 (#181) 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 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 geekyeggo/delete-artifact from 1 to 2. Release notes Sourced from geekyeggo/delete-artifact's releases. v2.0.0 Glob support 🚨 Breaking Artifact names are now matched using glob pattern matching by default. ⭐ Added Add support for glob pattern matching (fulfilled by minimatch). ♻ Changed Updated action to use node v16 Updated dependencies. 🏠 Housekeeping Action is now written in TypeScript. Commits 54ab544 Add warning for glob support on by default 3328f8f Merge pull request #10 from GeekyEggo/v2-wip d546443 Update action info, and bump to node 16 424f35a Add glob support, switch to TypeScript, and bump deps 442f120 Update dev environment 56e063d Added example workflow b1df0e6 Removed watch cli dependency 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 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
-
This is a critical fix, without it, all images with extlinux.conf will be broken and will not be able to run the system normally. View the full article
-
iWave Systems iW-RainboW-G30M is a system-on-module (SoM) based on AMD Xilinx Zynq UltraScale+ ZU4/ZU5/ZU7 FPGA MPSoC specially geared towards LiDAR applications for scientific and military applications. The module comes with up to 12GB of RAM, 4GB for the programmable logic (PL) and 8GB for the Arm Cortex-A53/R5-based Processing System (PS), two 240-pin high-density, high-speed connectors with 142 user I/Os, 16x GTH transceivers up to 16.3Gbps, and four GTR transceivers up to 6Gbps. iW-RainboW-G30M specifications: FPGA MPSoC – AMD Xilinx Zynq Ultrascale+ ZU4, ZU5, or ZU7 MPSoC with Processing System (PS) featuring 2x or 4x Arm Cortex-A53 core @ 1.5 GHz, two Cortex-R5 cores @ 600MHz, H.264/H.265 Video Encoder/Decoder (VCU), ARM Mali-400MP2 GPU @ 677MHz, and Programming Logic (PL)/FPGA with up to 504K Logic cells & 230K LUTs System Memory 4GB DDR4 64-bit RAM with ECC for PS (upgradeable up to 8GB) 2GB DDR4 16-bit RAM for PL (upgradeable up to [...] The post Zynq UltraScale+ SoM with up to 12GB RAM targets LiDAR applications appeared first on CNX Software - Embedded Systems News. View the full article
-
Fix logging for relocated output. Better (more compact) logging. Allow WSL for NO_HOST_RELEASE_CHECK. Fix sudo (pass env, ie. CONFIG=). View the full article
-
Seeed Studio is now selling the “A203 Mini PC” industrial Linux mini PC based on an NVIDIA Jetson Xavier NX module with 8GB RAM, and a 128GB SSD loaded with JetPack 5.0.2 (Ubuntu 20.04). If the name is familiar it’s because it is based on the Leetop A203 carrier board introduced about a year ago, with HDMI, two USB 3.0 ports, RS232, and other I/Os. The mini PC also offers Gigabit Ethernet, WiFi, and Bluetooth connectivity, and is designed to operate in the -20°C to 80°C temperature range for embedded, industrial, and functional safety applications. A203 mini PC specifications: System-on-Module – NVIDIA Jetson Xavier NX with hexa-core Armv8 processor, 384-core Volta GPU, 8K/4K video decoder and 4K video encoder, up to 21 TOPS of AI performance, and 8GB LPDDR4x Storage – 128GB M.2 NVMe SSD, MicroSD slot Display – HDMI 2.0 Type-A port up to 4Kp60 Camera – 1x MIPI [...] The post $858 Linux mini PC features NVIDIA Jetson Xavier NX 8GB module, 128GB NVMe SSD appeared first on CNX Software - Embedded Systems News. View the full article
-
Ukama is an open-source hardware solution enabling users to create their own private 4G LTE cellular data networking with a range of up to 1km, and compatible with the “Citizens Broadband Radio Service” (CBRS) radio band for private networks. The company provides both indoor and outdoor hardware based on a “TRX Module” powered by a Marvell Fusion CNF7130 4G LTE baseband processor, as well as the firmware and software to manage the network. All you need is a power source, for example, the mains or a solar panel, and an optional broadband connection if you do need to connect to the Internet. Ukama hardware Two nodes are offered with the Ukama Home Node (indoor) and the Tower Node (outdoor) which can optionally be coupled with an amplifier unit for an expanded range. Home Node key features: LTE bands: CBRS only Concurrently active devices – Up to 8x RF Configuration – [...] The post Create your own private cellular data network with Ukama (Crowdfunding) appeared first on CNX Software - Embedded Systems News. View the full article
-
Proposal to create a Community Supported config for Amlogic based TV Boxes to pickup the work that was done previously by balbes150 but is no longer supported by him. This also provides a place where development can occur within the Armbian framework since others on the internet are producing builds called Armbian that are not done from within the Armbian community. The strategy for Amlogic based TV Boxes has been to reuse the native u-boot that comes installed on the box on emmc. Through a process called 'multiboot enabling' a u-boot script is run to change the default u-boot environment to have the boot process look for a chain-loaded u-boot on either the sd card or usb. If found that 'u-boot.ext' file is loaded and the boot process continues on the armbian image on sd or usb via configs in the extlinux.conf file. So currently the armbian build process creates and installs a u-boot in the image, but that isn't actually used (as the boxes emmc u-boot is what is used). The 'chain-loaded' u-boots (u-boot-* , different ones for different cpus) are currently pre-built and included as binary blobs. The installation instructions currently exist in the forums.armbian.com TV Box forum and are the same as for the balbes150 builds that previously existed. (basically the user is requested to copy the appropriate u-boot-* binary to u-boot.ext for their boxes cpu and edit the extlinux.conf file with the appropriate dtb file for their box). Things seem to work about as well as they did with balbes 5.9 kernel based builds, although I generally focus testing on server builds and don't do too much with desktop builds, There is one issue that needs some sort of resolution however. On the s905x2 box I have (H96 Max X2) the armbian build kernel (meson64) can't read the sd card. However an unpatched mainline kernel works on this box. I have tracked down the offending patch to be: general-meson-gx-mmc-set-core-clock-phase-to-270-degres.patch Without this patch the box boots fine, with it it fails to boot. I'm not sure how to work around that. All comments are welcome. I essentially cloned the lepotato config. I choose aml-s9xx-box for the name, as that kind of follows jock's naming convention for rk based tv boxes, but am open to any suggestions. Changes to be committed: new file: config/boards/aml-s9xx-box.tvb modified: config/sources/families/include/meson64_common.inc modified: config/sources/families/meson-gxl.conf new file: packages/bsp/aml-s9xx-box/boot/aml_autoscript new file: packages/bsp/aml-s9xx-box/boot/emmc_autoscript new file: packages/bsp/aml-s9xx-box/boot/extlinux/extlinux.conf new file: packages/bsp/aml-s9xx-box/boot/s905_autoscript new file: packages/bsp/aml-s9xx-box/boot/u-boot-readme.txt new file: packages/bsp/aml-s9xx-box/boot/u-boot-s905 new file: packages/bsp/aml-s9xx-box/boot/u-boot-s905x-s912 new file: packages/bsp/aml-s9xx-box/boot/u-boot-s905x2-s922 new file: packages/bsp/aml-s9xx-box/root/fstab.template new file: packages/bsp/aml-s9xx-box/root/install-aml-s905-emmc.sh new file: packages/bsp/aml-s9xx-box/root/install-aml.sh 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. [x] Built and installed on s905w (TX3 Mini), s905w (X96 Mini), s905x2 (H96 Max X2), s905x3 (TX3-X3) [x] Tested install to emmc 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
-
Google has launched the new Chromecast with Google TV (HD) powered by an Amlogic S805X2 quad-core Cortex-A35 CPU that offers a cheaper alternative to the Chromecast with Google TV (4K) that is limited to 1080p60 resolution, instead of the 4Kp60 video output supported by the Amlogic S905X3 model. While the processor is slower, the system comes with less memory (1.5GB vs 2GB), and only supports 1080p60, it supports the more efficient AV1 video decoding and as well as A/B partitions for seamless updates since the firmware does not need to be downloaded to the internal storage before the Chromecast with Google TV (HD) specifications: SoC – Amlogic S805X2 quad-core Cortex-A35 processor with Mali-G31 MP2 GPU, 1080p60 H.265, H.264, VP9, AV1 video decoder System Memory – 1.5GB RAM Storage – 8GB eMMC flash with support for “virtual A/B updates with compression“ Video output – HDMI up to 1080p60 with HDR support [...] The post Chromecast with Google TV (HD) features Amlogic S805X2 CPU with AV1 video support appeared first on CNX Software - Embedded Systems News. View the full article
-
Khadas VIM1S is an upcoming low-profile single board computer powered by an Amlogic S905Y4 quad-core Cortex-A35 processor that’s meant to provide an upgrade to the Amlogic S905X-powered Khadas VIM SBC introduced in 2016, and since then renamed to Khadas VIM1. Khadas has been teasing two new SBCs: the low-end Khadas VIM1S with S905Y4 SoC, and the most powerful Khadas Edge2 board equipped with a Rockchip RK3588S octa-core Cortex-A76/A55 processor. I have received both as you can clearly see from the photo above :), but I’m only allowed to write about information available publicly at this time, so today I’ll introduce the Khadas VIM1S which looks just like the VIM1 board. Khadas VIM1S specifications with highlights in bold showing the differences against the VIM1 Pro model: SoC – Amlogic S905Y4 quad-core Arm Cortex-A35 @ up to 2.0 GHz (real frequency) with Arm Mali-G31 MP2 GPU @ up to 850 MHz MCU – [...] The post Khadas VIM1S low-profile SBC features Amlogic S905Y4 quad-core Cortex-A35 SoC appeared first on CNX Software - Embedded Systems News. View the full article
-
MangoPi MQ Quad is an Allwinner H616 quad-core Arm Cortex-A53 SBC following Raspberry Pi Zero W form factor, and the company’s earlier MangoPi MQ Pro RISC-V SBC featuring the Allwinner D1 processor. The MangoPi MQ Quad also comes with 1GB RAM, a mini HDMI output, two USB Type-C ports, WiFI 4 and Bluetooth connectivity, a microSD card, as well a 40-pin Raspberry Pi-compatible GPIO header and an FPC connector with USB, Ethernet, and more GPIOs for expansion. MangoPi MQ Quad specifications: SoC – Allwinner H616 quad-core Cortex-A53 @ 1.5GHz with Mali-G31 MP2 GPU with OpenGL 3.2, Vulkan 1.1, OpenCL 2.0 API support System Memory – 1GB DDR3L Storage – MicroSD card slot, a footprint for SPI flash (on the bottom of the board) Video Output – Mini HDMI 2.0 port up to 4Kp60 Connectivity – 802.11 b/g/n WiFi 4 and Bluetooth 4.2 via RTL8723DS; ceramic and u.FL antennas included USB [...] The post MangoPi MQ Quad SBC – Allwinner H616 meets Raspberry Pi Zero W form factor appeared first on CNX Software - Embedded Systems News. View the full article
-
As expected, StarFive has officially unveiled the JH7110 quad-core RISC-V processor with 3D GPU and the VisionFive 2 SBC. I just did not expect the company to also launch a Kickstarter campaign for the board, and the version with 2GB RAM can be had for just about $46 for “early birds”. The VisionFive 2 ships with up to 8GB RAM, HDMI 2.0 and MIPI DSI display interfaces, dual Gigabit Ethernet, four USB 3.0/2.0 ports, a QSPI flash for the bootloader, as well as support for eMMC flash module, M.2 NVMe SSD, and microSD card storage. VisionFive 2 specifications: SoC – StarFive JH7110 quad-core 64-bit RISC-V (SiFive U74 – RV64GC) processor @ up to 1.5 GHz with Imagination BXE-4-32 GPU supporting OpenGL ES 3.2, OpenCL 1.2, Vulkan 1.2 4Kp30 H.265/H.264 video decoder 1080p30 H.265 video encoder System Memory – 2GB, 4GB, or 8GB LPDDR4 Storage – MicroSD card slot, eMMC flash [...] The post StarFive VisionFive 2 quad-core RISC-V SBC launched for $46 and up (Crowdfunding) appeared first on CNX Software - Embedded Systems News. View the full article
-
Banana Pi BPI-W3 is yet another upcoming Rockchip RK3588 SBC but with a different set of features, notably the presence of two Gigabit Ethernet ports, a PCIe x4 slot, and a SATA port, besides to more common dual HDMI output, HDMI input, USB 2.0/3.0 ports, etc… The board layout is somewhat similar to the company’s BPI-RK3588 SBC but with a system-on-module, and instead, the Rockchip RK3588 processor is soldered directly onto the board together with 8GB LPDDR4, and 32GB eMMC flash. Banana Pi BPI-W3 specifications (preliminary): SoC- Rockchip RK3588 octa-core processor with 4x Cortex-A76 cores @ up to 2.4 GHz (YMMV), 4x Cortex-A55 cores @ 1.8 GHz, an Arm Mali G610MC4 GPU, a 6 TOPS NPU, 8K 10-bit decoder, 8K encoder System Memory – 8GB LPDDR4 Storage – 32GB eMMC flash, SATA III port Video Output – 2x HDMI 2.1 ports up to 8Kp60 Input – 1x HDMI 2.0 input [...] The post Banana Pi BPI-W3 – An RK3588 SBC with dual Gigabit Ethernet, SATA, PCIe x4 slot appeared first on CNX Software - Embedded Systems News. View the full article
-
At the beginning of the year, we wrote about WCH CH32V307 RISC-V microcontroller and a development board with 8 UART ports controlled over Ethernet. I’ve now been informed of a similar, but much more compact by VCC-GND Studio named “YD-CH32V307VCT6”. Besides the 144 MHz RISC-V microcontroller, the board features a 10Mbps Ethernet port, two USB Type-C ports, SPI flash, EEPROM, a microSD card socket, and four rows of 24 pins each for a total of 96 pins exposing all pins out of the LQFP100 package. YD-CH32V307VCT6 board specifications: MCU – WCH CH32V307VCT6 32-bit RISC-V microcontroller @ 144 MHz with 256K Flash, 64K SRAM Storage – 32Mbit SPI NOR flash (W25Q32), 64kbit EEPROM (24C64), MicroSD card slot Networking – 10 Mbps Ethernet USB – 1x USB 2.0 Type-C port (High Speed: 480 Mbps), 1x USB 2.0 Type-C port (Full Speed: 12 Mbps) Expansion – 2x 48-pin headers with 2 x 12-bit [...] The post YD-CH32V307VCT6 RISC-V MCU board comes with Ethernet and plenty of I/Os appeared first on CNX Software - Embedded Systems News. View the full article
-
Mekotronics R58 is a cost-optimized Rockchip RK3588 mini PC and SBC that sells for as little as $169 with 4GB and 32GB eMMC flash. The company has now sent me a model with 8GB RAM and 64GB flash for evaluation, and in the first part of the review, I’ll do an unboxing, check out the hardware more closely, and boot it up for a quick check. Mekotronics R58 Unboxing There’s no retail package so to speak with just a white box and a sticker reading “MINI 8+64G” indicating the RAM and storage capacity for the device. The mini PC ships with a 12V/3A power adapter and cord, an IR remote control with two AAA batteries, two WiFi antennas, an HDMI cable, and a USB-A to USB-C cable probably to flash the firmware if needed. The mini PC is housed in a metal enclosure with plenty of ventilation holes at the [...] The post Mekotronics R58 review – Part 1: Rockchip RK3588 mini PC unboxing & teardown appeared first on CNX Software - Embedded Systems News. View the full article
-
Description This commit forces cgroup v1 usage as a workaround for docker / runc BPF issues until a proper fix is submitted Context Docker 20.10+ cannot run on our Asus Tinkerboard, it throws BPF related errors (Like opencontainers/runc#2959 , especially this comment). I tried a lot of armbian flavors (focal, jammy, bullseye + current, edge and legacy kernels), and even building an image with CONFIG_BPF_SYSCALL=y as suggested by this comment but it didn't fix the issue. The only thing that fixed docker was to add extraargs=systemd.unified_cgroup_hierarchy=0 to /boot/armbianEnv.txt. Until someone else does a proper fix to make cgroup v2 working, I suggest downgrading to cgroup v1 with this extraarg. How Has This Been Tested? [x] Tested on Asus Tinkerboard with latest 5.15 stable kernel from apt repository. [ ] :x: NOT tested with edge and legacy kernels (Sorry I had to quickly put the machine into production and didn't have time to test other kernels) 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 => Does it need a documentation change ? [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
- 1 reply
-
1