Purism Librem 5 Linux phone development kits are now shipping

Purism Librem5 development kit

Purism Librem 5 is a privacy-focused open source Linux smartphone powered by NXP i.MX 8M processor that was launched via a crowdfunding campaign in August 2017 that ends up being extremely popular with over 1.5 million dollars raised. At the time, the phone was scheduled to ship on January 2019, but a $299 development kit with board, display and accessories was slated to ship in June 2018. There have been some delays, but the good news is that Librem 5 development kits are now shipping so third party software development for the phone will now really get started. Librem 5 development kit preliminary specifications: System-on-Module – Emcraft SOM-IMX8M module with NXP i.MX 8M Quad core Cortex A53 processor, at least 2GB LPDDR4 RAM and 16GB eMMC flash (I could not find exact RAM and storage capacities for the module used in the board) Display – 5.7″ LCD touchscreen with a […]

eduArdu is an Open Source Hardware Arduino Learning Board

eduArdu

Olimex has recently launched eduArdu, an open source hardware Arduino compatible board specifically designed for education with plenty of buttons, LEDs,  and sensors, as well as tutorials and samples source code to help young and older aspiring makers get started with Arduino programming. eduArdu hardware specifications: MCU – Microchip ATMega32U4 AVR microcontroller (as used in Arduino Leonardo) Display – 8×8 LED matrix display Audio – Built-in microphone, buzzer User Inputs – Joystick with push button, 6 Maykey-Makey type buttons Sensors – Utrasound distance sensor, light sensor, PIR sensor, temperature sensor (-45 to +125C) Expansion Two servo motor connectors UEXT connector Debugging / Programming – 1x micro USB port Misc – RGB LED,  IR transmitter, IR receiver, status LED, reset button Power Supply LiPo charger and battery connector 5V via USB port Dimensions – 170 x 75 mm Programming can be done with the Arduino IDE, or Snap4Arduino visual programming IDE. […]

Wave Computing to Open Source MIPS Architecture

MIPS Open Source

There has been a lot of talks about RISC-V open source, royalty-free instructions set architecture this year,  including the launch of RISC-V MCUs and Linux capable RISC-V processors,  and corresponding development boards such as Hifive Unleashed. This even lead Arm to create a – now shutdown – microsite telling why people should stick with Arm instead of RISC-V. While RISC-V was clearly on the rise this year, MIPS architecture once a dominant players in routers and set-top box has been on the decline, even prompting Blu to write a guest review entitled “Baikal T1 MIPS Processor – The Last of the Mohicans?” hinting at the near extincsion of MIPS based solutions. But there may be hope, or at least a last ditch effort, with Wave Computing purchasing MIPS from Imagination Technology earlier this year, and now announcing the MIPS Open Initiative to effectively open source 32-bit and 64-bit MIPS ISA […]

BOOM Open Source RISC-V Core Runs on Amazon EC2 F1 Instances

BOOM RISC-V Core Block Diagram

The Berkeley Out-of-Order Machine (BOOM) is an open source RV64G RISC-V core written in the Chisel hardware construction language, and mainly ASIC optimized. However, it is also usable on FPGAs, and developers support the FireSim flow to run BOOM at over 90 MHz on Xilinx Ultrascale+ FPGAs found in Amazon EC2 F1 instances. The BOOM core was created at the University of California, Berkeley in the Berkeley Architecture Research group, in order to create a high performance, synthesizable, and parameterizable core for architecture research. Key features of BOOM core: ISA – RISC-V (RV64G) Synthesizable FPGA support Parameterized Floating Point (IEEE 754-2008) Atomic Memory Op Support Caches & Virtual Memory Boots Linux Privileged Arch v1.11 External Debug BOOM is said to be inspired by the MIPS R10k and the Alpha 21264 out–of–order processors, based on a unified physical register file design (aka as “explicit register renaming”). The source code for the […]

Necuno Mobile Open Source Linux Smartphone is Powered by NXP i.MX 6 Processor

Necuno Mobile

A few years ago, various companies tried to develop other Linux based mobile operating systems, but most failed with Mozilla Firefox OS discontinued, Samsung Tizen is not being used in smartphones anymore, and Sailfish OS giving up the consumer market focusing on governmental and corporate customers instead. There’s still a niche market however for privacy-focused, open source Linux smartphones, and we’ve already covered NXP i.MX 8M based Purism Librem 5 smartphone scheduled to launch next year with GNOME based PureOS operating system, and the ability to switch to PureOS with KDE Plasma Mobile or Ubuntu Touch. Necuno Mobile will be another Linux smartphone based on an NXP processor, but instead of relying on a 64-bit i.MX 8M processor, it will be equipped with the older 32-bit i.MX 6Quad processor, and according to the company be “100% open source device, from metal to pixel, from hardware to software”. Necuno Mobile preliminary […]

Open Source Hardware SpiderSoM System-on-Module Features Intel MAX 10 FPGA

aries embedded spidersom

When embedded systems companies offer a system-on-module (SoM) and a baseboard, the later is usually open source hardware with all design files provided so that customers can leverage the work for their own baseboard, but files for the SoM are normally not released to customers. Intel MAX 10 FPGA based Aries SpiderSoM and SpiderBase change that, as the company has decided to release both the module and carrier board KiCAD designs under a CERN OHL v1.2 license. SpiderSoM system-on-module specifications: FPGA – Intel MAX 10 FPGA in F256 package from 10M04DC to 10M50DA System Memory – Optional 128/256/512MB DDR3 DRAM for 10M 16/25/40/50 FPGAs Storage – Optional 4 MB SPI NOR, optional 4 GB eMMC flash 230-pin MxM2 edge connector with 178x FPGA GPIO pins, including 13 LVDS transmitters and 54 receivers Misc – RTC with battery backup,  programmable clock generator and PLL, with optional external reference input Power Supply […]

Silicon Labs Releases Z-Wave Public SDK, Raspberry Pi 3 Image

Z-Wave Raspberry-Pi

Z-Wave is a wireless communication protocol initially developed by Zensys, before being purchased by Sigma Designs which provided Z-Wave compliant chips, and this year Silicon Labs purchased Z-Wave from Sigma Designs,  Z-Wave is fairly popular in the US, and the Z-Wave alliance has certified around 2,400 products so far. However, we seldom hear about hobbyist projects featuring Z-Wave because the wireless protocol is proprietary, documentation was not available publicly, and you’d also need a few thousands dollars to get started: $4,000 a year to be a Z-Wave Alliance member, $2,500 for certification, and the development kit sells for about $2,000… But in 2016, things improved with Sigma Designs releasing Z-Wave Application Layer specifications publicly, as well as Z-Wave over IP (Z/IP), Z-Ware Middleware, and the Z-Wave S2 Security Specification. But you still needed to acquire the Z-Wave SDK and obtain access to the Z-Wave Technical Support website and the Z-Wave […]

Dav1d Open Source AV1 Decoder Aims to be Fast and Lightweight

Dav1d AV1 Decoder

Lots of efforts are being put into AV1 open source, royalty-free video codec with the AV1 specification published in March, and companies like YouTube and Netflix having recently uploaded AV1 video samples for testing and evaluation. We also reported FFmpeg 4.0 was released with AV1 supporting using libaom reference decoder. However, the library is not really optimized for code size and speed, but instead just to demonstrate AV1 decoding and encoding. So VideoLAN, VLC and FFmpeg communities have been working on another decoder called Dav1d – which stands for “Dav1d is an AV1 Decoder” – that aims to be lightweight, cross-platform, fast and open source. Some of the technical details about dAV1d include: written in C99 without VLAs (Variable Length Arrays) ASM in NASM/GAS syntax (no intrinsics), Meson/ninja buildsystem, Works on x86, x64, ARMv7, ARMv8 architectures for now Runs on Windows, Linux, macOS, Android, iOS operating systems Licensed under BSD […]

Exit mobile version
Youyeetoo X1 x86 SBC