Qualcomm Iris video decoder & encoder gets Linux V4L2 driver

Qualcomm Iris V4L2 video encoder decoder driver

Qualcomm engineer Vikash Garodia has just pushed a commit to add “Qualcomm Iris V4L2 encoder/decoder driver” to mainline Linux enabling support for H.264, H.265, and VP9 decoding, H.264 and H.265 encoding, as well as M2M and STREAMING capabilities. The Adreno GPUs found in Qualcomm SoC have been supported by the open-source Freedreno driver for several years, but this was not the case with the IP block taking care of hardware video encoding and decoding. The latest patchset addresses this issue for “Qualcomm’s new video acceleration hardware architecture”, meaning it might not work for older Qualcomm processors. The list of features implemented in the Iris V4L2 encoder/decoder driver: Centralized resource and memory management. Centralized management of core and instance states. Defines platform-specific capabilities and features providing a single point of control to enable/disable a given feature depending on specific platform capabilities. Handles hardware interdependent configurations. Handles multiple complex video scenarios involving […]

12 Euros ESP32-S3-DevKit-LiPo board runs Linux 6.3

ESP32-S3 Linux 6.3

Olimex ESP32-S3-DevKit-LiPo is a new open-source hardware ESP32-S3 board with 8MB flash, 8MB PSRAM, as well as LiPo battery and JTAG support that can run Linux 6.3, or the more traditional Arduino or MicroPython firmware. The board is based on the ESP32-S3-WROOM-1-N8R8 module, features two USB-C ports for power, programming, and JTAG debugging, plenty of expansion with two rows of I/Os plus a pUEXT connector, Reset and Boot buttons, and a couple of LEDs. ESP32-S3-DevKit-LiPo specifications: Wireless module – Espressif ESP32-S3-WROOM-1-N8R8 with SoC – ESP32-S3 dual-core LX7 microprocessor @ up to 240 MHz with Vector extension for machine learning, WiFi 4 & Bluetooth 5 LE/Mesh Memory – 8MB OSPI PSRAM Storage – 8MB QSPI flash PCB antenna Dimensions – 25.5 x 18.0 x 3.1 mm USB 1x USB Type-C OTG port also used for JTAG/Serial 1x USB Type-C port for USB-serial programming and power Expansion 2x 22-pin GPIO headers pUEXT […]

Arm: “Panfrost is now the GPU driver for the Linux community”

Arm Panfrost Linux

Arm is now saying that “in effect, Panfrost is now the GPU driver for the Linux community” after having extended and expanded the collaboration with Collabora for the development of the open-source Panfrost driver for Arm Mali GPUs, following their first official collaboration in the fall of 2020. Arm goes even as far as to claim that “through the Arm and Collabora partnership, device manufacturers can confidently choose SoCs containing a Mali GPU regardless of the software operating system (OS) and graphics middleware… delivering a high-quality open-source Linux implementation which can be used in their products”. Collabora confirmed the new partnership saying Arm will be instrumental in getting Vulkan support in Panfrost alongside the existing OpenGL and OpenGL ES implementations. Going forward that means SBC vendors will have no excuse for not getting 3D graphics acceleration working on Linux with Panfrost when using an Arm SoC with a recent Mali […]

smolOS brings a Linux-like command line interface to ESP8266 microcontroller

smolOS command line ESP8266

smolOS (pronounced small OS) is an open-source, lightweight MicroPython program that implements a POSIX-style (Linux-like) command line interface for the ESP8266 WiFi microcontroller. Krzysztof Jankowski (w84death) designed smolOS to be easy to use, allowing the listing and removing of files and also including the smolEDitor which, as its name implies, is a simple text editor. There are currently eight commands with the familiar ls, cat, and rm, plus ed to launch the text editor, welcome to show the welcome screen above, cls to clear the screen, mhz to set the processor speed to 80 or 160 MHz, and info to display some hardware and software information. The project looks to be a work in progress, and the developer highlights the editor is at the alpha stage of development, so more features may be implemented over time by Krzysztof himself or by the community of developers. I also assume other microcontrollers […]

AntSDR E200 – Gigabit Ethernet connected SDR with Xilinx Zynq SoC FPGA supports 70 MHz – 6 GHz range (Crowdfunding)

AntSDR E200 SDR board

We’ve just written about the uSDR M.2 SDR module on Crowd Supply, but it turns out the crowdfunding platform is hosting another SDR (Software-Defined Radio) project with the AntSDR E200 board equipped with an AMD Embedded Zynq 7020 SoC FPGA and an Analog Devices AD9363 or AD9361 RF chipset, and providing Gigabit Ethernet connectivity to the host. The board can operate in the 70 MHz – 6 GHz range with the AD9361 chipset, and the 325 MHz – 3.8 GHz range with the AD9363, supports 2×2 MIMO with two SMA antenna connectors and two U.FL connectors, and also features expansion interfaces for GPIOs. AntSDR E200 specifications: SoC FPGA – AMD Embedded/Xilinx Zynq 7020 dual-core Arm Cortex-A9 processor and FPGA with 85K logic cells, 4.9Mb Block RAM, 220 DSP slices System Memory – 512MB DDR3 Storage – 256 Mbit QSPI flash for firmware; microSD card slot (bottom side) RF Chipset – […]

ANAVI launches CircuitPython-programmable Macro Pad 12 & Arrows mechanical keyboards (Crowdfunding)

ANAVI Arrows ANAVI Macro Pad 12

ANAVI Technology has launched two more open-source hardware mechanical keyboards based on the Raspberry Pi RP2040 microcontroller, equipped with an OLED display, and programmable with CircuitPython: the ANAVI Macro Pad 12 with 12 keys and the ANAVI Arrows with four keys and a rotatory encoder. The new mechanical keyboards follow ANAVI Macro Pad 10 & Knobs input devices equipped with the same Seeed Studio XIAO RP2040 MCU module running the KMK firmware written with CircuitPython, but with different form factors and features. ANAVI Macro Pad 12 specifications: MCU module – Seeed Studio XIAO RP2040 with Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller @ up to 133 Mhz with 264KB SRAM, 2MB SPI flash, USB Type-C port Keys – 12x Gateron red, linear, non-clicky mechanical switches and transparent keycaps with yellow LED backlighting Display – OLED display connected to I2C slot (can be replaced with another I2C module) Host interface – USB […]

PiccoloBASIC – A BASIC interpreter for the Raspberry Pi Pico board

Raspberry Pi Pico BASIC

PiccoloBASIC is an open-source BASIC interpreter for the Raspberry Pi Pico development board that’s based on “uBASIC: a really simple BASIC interpreter” by Adam Dunkels and relying on Arm’s LittleFS fail-safe filesystem for microcontrollers. If my memory serves me well, my first computing experience was at school using a Thomson TO7 computer that we programmed with BASIC. I don’t think the language is still used in practical applications, but we can still see some BASIC projects pop up from time to time such as a BASIC interpreter for the Arduino Zero boards. Gary Sims, owner of the Gary Explains YouTube channel, has now ported a BASIC interpreter to the Raspberry Pi Pico.   The project is still work in progress, but currently implemented features include: Let, if, print, for, goto, gosub String variables (let z$=”hello”) Floating point numbers and variables (let z#=1.234) Builtin functions [zero, randint, not, time] Sleep, delay, […]

uSDR – A tiny M.2 SDR board controllable from your web browser (Crowdfunding)

uSDR M.2 SDR module

uSDR is an embedded software-defined radio (SDR) M.2 board based on an AMD Embedded Artix-7 FPGA and designed to be controlled in the Chrome, Opera, or Edge browser without specific drivers or software thanks to WebUSB technology. The module can be inserted into any compatible host, or through M.2, USB, mini PCIe or PCIe adapters, and used from a web browser with ready-to-use applications such as a spectrum monitor or a signal analyzer, or your own JavaScript, C/C++, Rust, Go, or C# application thanks to WebAssembly and the Emscripten project. uSDR specifications: RFIC – Lime Microsystems LMS6002D programmable RF (FPRF) transceiver IC operates from 300MHz to 3.8GHz FPGA – AMD Embedded XC7A35T (Artix-7) FPGA with 33,280 logic cells Full-duplex TX & RX Frequency range – 300 – 3700 MHz (usable range typically starts from 230 MHz) RX/TX Bandwidth – 0.75 – 28 MHz plus bypass mode Clock generator – SI5332A […]

UP 7000 x86 SBC