OpenWrt 24.10 open-source lightweight Linux operating system for routers has just been released. It’s been upgraded to Linux 6.6 from Linux 5.15 in OpenWrt 2023.05, supports TLS 1.3 by default, improves support for WiFi 6 (802.11ax), and adds initial support for WiFi 7 (802.11be). After over one year of work since the release of OpenWrt 23.05, OpenWrt 24.10 adds over 5400 commits, and the total number of supported devices is now close to 2,000 at 1,970. It’s also the first stable release supporting OpenWrt One, the router directly designed by OpenWrt developers in collaboration with Banana Pi. OpenWrt 24.10 highlights: TLS 1.3 support in default images with MbedTLS 3.6 Activate POSIX Access Control Lists and file system security attributes for all file systems on devices with big flash sizes. Needed by docker. Note this is not enabled for all targets with the small_flash feature flag, including ath79/tiny, bcm47xx/legacy, lantiq/ase, lantiq/xrx200_legacy, […]
SECO’s SMARC-QCS5430 SMARC SoM and devkit feature Qualcomm QCS5430 SoC for Edge AI and 5G applications
SECO has announced early engineering samples for its SOM-SMARC-QCS5430 system-on-module (SoM) and devkit designed to support IoT and edge computing applications. Built around the Qualcomm QCS5430 processor this SMARC-compliant SoM targets industrial automation, robotics, smart cities, and surveillance.
The module also offers dual MIPI-CSI interfaces for camera and connectivity options including USB 3.1, PCIe Gen3, dual GbE, and optional Wi-Fi and Bluetooth. SECO’s DEV-KIT-SMARC industrial devkit includes all the necessary components for rapid prototyping and integration.
u-blox RUBY-W2 is a family of Wi-Fi 7 automotive-grade modules for infotainment and telematics applications
u-blox has recently released the RUBY-W2 series (RUBY-W273-05A and RUBY-W295-05A) of automotive Wi-Fi 7 modules designed for advanced infotainment and telematics applications. These modules support tri-band Wi-Fi 7 and dual-mode Bluetooth 5.4, with up to Gbps (PHY) of throughput, supporting simultaneous use cases for in-car hotspots, Apple CarPlay, and multi-client video streaming. Key features of this module include Multi-Link Operation (MLO) with Dual Band Simultaneous (DBS) and High Band Simultaneous (HBS) modes, 2×2 MU-MIMO, Bluetooth LE Audio, long-range Bluetooth, security with WPA2/3, and secure boot. The modules are based on Qualcomm’s QCA6787AQ or QCA6797AQ automotive chipsets and connect to the host via PCIe for Wi-Fi and UART/PCM for Bluetooth. RUBY-W2 specifications: Chipset Qualcomm QCA6787AQ for RUBY-W273 Qualcomm QCA6797AQ for RUBY-W295) Wireless Tri-band Wi-Fi 7 (802.11 a/b/g/n/ac/ax/be) RUBY-W273 – Dual Band Simultaneous (DBS) (2.4 GHz + 5/6 GHz) RUBY-W295 – High Band Simultaneous (HBS), any two bands (2.4, 5, or 6 […]
Linux 6.13 Release – Main changes, Arm, RISC-V, and MIPS architectures
Linus Torvalds has just announced the release of Linux 6.13 on the Linux Kernel Mailing List: So nothing horrible or unexpected happened last week, so I’ve tagged and pushed out the final 6.13 release. It’s mostly some final driver fixes (gpu and networking dominating – normal), with some doc updates too. And various little stuff all over. The shortlog is appended for people who want to see the details (and, as always, it’s just the shortlog for the last week, the full 6.13 log is obviously much too big). With this, the merge window for 6.14 will obviously open tomorrow. I already have two dozen pull requests pending – thank you, you know who you are. Linus Release about two months ago, Linux 6.12 – the new LTS version – brought us real-time “PREEMPT_RT” support that had always required out-of-tree patchsets until now, the completion of the EEVDF (Earliest Eligible […]
Qualcomm Snapdragon X octa-core Arm SoC to power $600+ mainstream AI PCs with Copilot+ support
Qualcomm has unveiled the Snapdragon X octa-core Arm SoC at CES 2025 designed for mainstream AI PCs with Copilot+, which should start at $600 and up. This follows the announcements of the high-end 4.3GHz Snapdragon X Elite 12-core SoC in 2023, and the Snapdragon X Plus 10-/8-core processors last year, and should make AI PCs affordable to a wider range of consumers. The new Snapdragon X is clocked at up to 3.0 GHz, still features a 45 TOPS Hexagon NPU, supports NVMe storage, up to 64GB LPDDR5, up to 2560 x 1440 built-in displays, up to three external displays at 4Kp60, and a single camera up to 36MP resolution. Systems based on the new octa-core processor can support WiFi 7, WiFi 6E, and/or 5G LTE connectivity. Qualcomm Snapdragon X (X1-26-100) specifications: CPU – Octa-core 64-bit Armv8 Oryon processor clocked at up to 3.0 GHz (2976 MHz) with 30MB cache GPU […]
STMicro ST67W611M1 IoT module features Qualcomm QCC743 SoC with Wi-Fi 6, BLE, and 802.15.4 radios
ST Microelectronics has introduced the ST67W611M1 IoT module developed in partnership with Qualcomm and integrating the latter’s QCC743 multi-protocol connectivity chip with Wi-Fi 6, Bluetooth 5.3 Low Energy (BLE), Thread-compatible IEEE 802.15.4 connectivity, and support for Matter-over-Wi-Fi. Additionally, it features 4MB of flash storage and provides options for a PCB or external antenna via a uFL connector. The module is designed to connect with STMicro’s STM32 microcontroller and microprocessor families through SPI and/or UART, making it easy to add wireless connectivity to STM32-based projects, including those using the new STM32N6 chips with an in-house Neural-ART machine learning accelerator. These features make this chip suitable for smart home devices, industrial IoT systems, wearables, healthcare monitors, and connected appliances. ST67W611M1 specifications: Wireless Connectivity Wi-Fi 6 with up to 20 dBm output power Bluetooth Low Energy 5.3 with 2 Mbps throughput Thread support Supports Matter protocol over Wi-Fi for future-proof connectivity Storage – […]
Vulkan 1.4 3D graphics and compute API released
The Khronos Group has just announced the release of Vulkan 1.4 cross-platform 3D graphics and compute API. The new release makes some of the optional extensions and features mandatory, adds streaming transfers, and supports 8K rendering on up to eight targets. Minimum hardware limits have also been increased including at least seven maxBoundDescriptorSets and eight maxColorAttachments. Vulkan 1.4 highlights: Streaming Transfers: new implementation requirements to ensure applications can stream large quantities of data to a device while simultaneously rendering at full performance. Previously optional extensions and features critical to emerging high-performance applications are now mandatory in Vulkan 1.4, ensuring availability across multiple platforms. These include push descriptors, dynamic rendering local reads, and scalar block layouts. Maintenance extensions up to and including VK_KHR_maintenance6 are now part of the core Vulkan 1.4 specification. 8K rendering with up to eight separate render targets is now guaranteed to be supported, along with several other […]
Qualcomm QCC730M dual-band WiFi 4 and QCC74xM WiFi 6, BLE 5.3, and 802.15.4 modules target low-power and IoT edge devices
Qualcomm has added two new IoT modules to its wireless connectivity product series: the Qualcomm QCC730M ‘micro-power’ WiFi 4 module and the QCC74xM tri-radio module, with both modules designed for smart homes, smart appliances, medical devices, and industrial applications. The Qualcomm QCC730M is a dual-band, micro-power Wi-Fi 4 module with a 60MHz Arm Cortex-M4F MCU, 640kB SRAM, 1.5MB RRAM, hardware crypto accelerator, and secure boot, debug, and storage. Its low-power design is ideal for portable, battery-powered IoT devices like IP cameras, sensors, and smart locks. Based on the Qualcomm QCC730 module, it features a 36-pin LGA package with a PCB antenna or RF connector and supports up to 4MB of optional NOR flash. The Qualcomm QCC74xM is Qualcomm’s “first programmable connectivity module,” integrating a 32-bit RISC-V module, optional stacked memory (PSRAM and NOR flash), and a tri-radio chipset for WiFi 6, Bluetooth 5.3, and IEEE 802.15.4 (Thread and Zigbee). Its […]