Collabora has been working on Panfrost open-source Arm Mali GPU driver for over a year. The drive aims to support both Midgard and Bifrost families. But so far, the company had mostly focused on Midgard (Mali-T6xx/T7xx) GPUs with for example experimental OpenGL ES 3.0 support announced last February. Collabora engineers, such as Alyssa Rosenzweig, have now started to work on Bifrost support, and some good progress has been made since they managed to have Panfrost render the first 3D graphics with basic texture support using a platform with an Arm Mali-G31 GPU. Alyssa notes that while Midgard and Bifrost have a similar command stream requiring a few changes, the Bifrost instruction set is completely different and required building a new compiler from scratch. This leads to changes to the Intermediate Representation (IR), 16-bit data support, a different register allocation mechanism due to adapt to irregular vector architectures, and the latter […]
Raspberry Pi powered Ventilators and 80+ Open Source Ventilators Listed & Ranked
With the (potential) shortage of ventilators due to COVID-19 pandemic, people have been working together to create cheaper and/or open-source ventilators, and we previously covered a smartphone-powered ventilator, as well as an open-source Arduino ventilator. It should come as no surprise some companies have started to make ventilators powered by Raspberry Pi boards. Raspberry Pi Zero Production Ramped up for Ventilators Tom’s Hardware reports the Raspberry Pi Foundation is specifically ramping up production of the $5 Raspberry Pi Zero because manufacturers are indeed integrating the tiny SBC into ventilators. Eben Upton, CEO and Founder of Raspberry Pi Foundation/Trading, explains: One of the main challenges with rapidly scaling manufacture of products like this is that you may be able to surge production of the air-handling elements, but you still need to provide the control element: often the components you need are on 20-week lead times and (hopefully) we’ll be out of […]
DragonBoard 845c Android (AOSP) Reference Board Supports Open Source Graphics, Mainline Kernel
Besides the obvious Google Pixel and Nexus devices supported by AOSP (Android Open Source Project), we previously covered some single board computers that were also officially supported by the project with Hikey and Hikey 960 Android reference boards. Linaro Consumer Group (LCG) has just written about Qualcomm Snapdragon 845 based Dragonboard 845c board. It has been now an official Android reference board for a few months now, and it is the first such board with an open-source graphics stack thanks to Freedreno graphics driver and mesa framework. Since no proprietary blobs are required, the board’s full functionality can also be upstreamed into the mainline kernel, and Linaro currently uses the board as a test target for validating the mainline kernel and stable updates. Here’s a reminder of the board’s hardware specifications: SoC – Qualcomm Snapdragon 845 with 8x custom 64-bit ARMv8 CPUs up to 2.8 GHz, Adreno 630 GPU with […]
How to Build KiCad on Ubuntu 18.04 / 20.04 and Import Altium PCB Files
KiCad open-source EDA (Electronics Design Automation) suite software is now very popular, and many new projects are designed with the utility. AFAIK, some companies like Olimex switched all their new designs to KiCAD. But since many schematics and PCB layouts have been designed with other tools like EAGLE, Orcad Allegro, or Altium PCB design tools, it would be nice to be able to import those designs into KiCad. Converters have been around for a long time but when I tried to convert Beagleboard-xM OrCAD schematics to import them in KiCAD back in 2012, the results were really awful and unusable. But I recently saw a tweet saying it’s now possible to import Altium files into KiCAD. Finally, importing #altium boards into #kicad is only one click away (in the developer version). This allows to view and edit #opensource #hardware which was designed with #proprietary software, and thus, in fact, not […]
Collabora & Microsoft to Bring OpenCL 1.2 and OpenGL 3.3 to DirectX 12 enabled Windows Devices
Collabora has been working on open-source graphics projects for a while, including Panfrost open-source drivers for Arm Midgard and Bitfrost GPUs which got experimental OpenGL ES 3.0 support earlier this year. But the company has also been working with Microsoft in order to provide an OpenCL 1.2 & OpenGL 3.3 translation layer for Windows devices compatible with DirectX 12. Their solution relies on Mesa 3D OpenCL and OpenGL open-source implementation with three main components: an OpenCL compiler using LLVM and the SPIRV-LLVM-Translator to generate SPIR-V representations of OpenCL kernels. The data goes through an SPIR-V to NIR translator (NIR is Mesa’s internal representation for GPU shaders), and finally to NIR-to-DXIL generating a DXIL compute shader and metadata understood by DirectX 12 (D3D12) a custom OpenCL runtime to do a direct translation of DirectX 12 (Not based on Mesa Clover implementation) a Gallium driver that builds and executes command-buffers on the […]
An Arduino based Open Source Ventilator to Fight against COVID-19?
COVID-19 has disrupted most people lives well beyond the health crisis, with an economic fallout on-going that may lead to a 24% GDP contraction in the US and up to 12% worldwide in Q2 2020, and I assume the consequences may span over several years, so we should do everything to mitigate any effects from the disease. Right now, the urgent part is to handle the health crisis, and there’s a shortage – or soon will be – of medical supplies such as ventilators for people in critical conditions, and if hospitals become full they’ll start refusing admissions of some people even in critical conditions, as it happened in Wuhan, letting people die at home. So there are various initiatives and projects to develop open-source ventilators. First, Innovation Management reports Ennomotive has launched a non-profit online competition for the ideation of low-cost, easy-to-build solutions with the goal of speeding up […]
Electrolama to Launch 802.15.4/Zigbee USB Dongle and Raspberry Pi “HAT”
Electrolama (@omerk and friends) has been working on two open-source hardware 802.15.4/Zigbee projects with “zig-a-zig-ah” (aka “zzh”) USB stick based on Texas Instruments CC2652R SimpleLink multi-standard wireless MCU and Zoe (Zigbee + Poe) development board based on Raspberry Pi HAT form factor and powered by TI CC2530 SimpleLink 2.4 GHz SoC alongside CC2592 range extender. Both boards are released under an Apache-based Solderpad Hardware License 2.0, and target users of the Zigbee2MQTT project. The boards could soon also get native support in Home Assistant via the “zigpy-cc” library which adds support in ZHA (Zigbee Home Automation) integration component. Zig-a-zig-ah USB Stick Preliminary specifications: WiSoC – Texas Instruments CC2652R SimpleLink multi-standard wireless MCU with support for Thread, Zigbee, Bluetooth 5 Low Energy, IEEE 802.15.4g, 6LoWPAN, and proprietary systems. (Note: CC2652RB is also considered as it does not require an external crystal oscillator) Host Interface – USB via CH340 USB-UART bridge Misc […]
FreeNAS Operating System Becomes TrueNAS CORE
So far, iXsystems managed two FreeBSD based operating systems for network access storage (NAS): devices: FreeNAS an open-source version supported by the community, and TrueNAS with more enterprise-grade features and commercial support working on the company’s hardware of the same name (TrueNAS flash-powered arrays). Even though lots of the code was shared, the company found out that maintaining both projects separately negatively affected the development efficiency and quality of the software since they had to maintain two build processes, two QA processes, and two sets of documentation. The situation is illustrated in the diagram above, but the company has decided to work on improving the development process, and FreeNAS and TrueNAS will share the same build, QA processor, documentation and even release starting with TrueNAS 12. That means there will be a single binary with two versions: TrueNAS CORE previously known as FreeNAS, without the need for license keys, and […]