ASUS Tinker Edge T & CR1S-CM-A SBC to Feature Google Coral Edge TPU & NXP i.MX 8M Processor

ASUS CR1S-CM-A SBC

A few months ago, Google introduced its Coral development board and USB accelerator powered by their Edge TPU delivering up to 4 TOPS and optimized for Tensorflow Lite. ASUS and Google have now partnered to bring more solutions powered by Coral Edge TPU namely ASUS Tinker Edge T board for makers and hobbyists, CR1S-CM-A SBC for industrial projects, and even a full computer fitted with a Google Edge TPU PCIe card. ASUS Tinker Edge T ASUS Tinker Edge T preliminary specifications: SoC – NXP i.MX 8M quad-core Arm Cortex-A53 processor with Arm Cortex-M4F real-time core,  GC7000 Lite 3D GPU ML accelerator – Google Edge TPU co-processor System Memory – 1GB LPDDR4 RAM Storage – 8 GB eMMC flash Connectivity – Gigabit Ethernet port, Wi-Fi 2×2 MIMO (802.11b/g/n/ac 2.4/5GHz), and Bluetooth 4.1 Video Output – MIPI DSI connector, and HDMI output Camera I/F – 2x MIPI CSI 2 interfaces for stereoscopic […]

Boundary Devices NXP i.MX 8M Mini Board Gets Android 9.0 Firmware

Nitrogen8M_Mini Android 9.0 NXP i.MX 8M Mini

Beside Debian 9.5, Ubuntu 18.04, the Yocto Project, and Buildroot Linux, NXP i.MX 8M Mini processors also supported Android 8.1 Oreo. But Boundary Devices has just announced their Nitrogen8M_Mini single board computers is now getting support for Android 9.0 Pie operating system. The company worked with Kynetics to release an Android 9.0 evaluation image for the i.MX8M Mini boards based on Linux 4.14.x kernel. You can also get the source code to build it from scratch for your board:

You’ll also need NXP vendor package, which you can install as follows:

The last step is to build the code:

You can find more details, including instructions to flash the image in the getting started guide. The image and source code are only suitable for evaluation, and you’d have to work yourself to get a production-ready version with security patches, field upgrade, and performance improvements, or ask Boundary […]

Xilinx Arm FPGA, Snapdragon SoM’s, and Wandboard SBC Field Trip to Space

SpaceX Starlink Satellites Falcon Rocket

Most embedded systems are used here on planet earth, but some do take off heading for space, and this week I come accross two separate projects leveraging Arm processors and FPGAs, as well as Ubuntu/ROS and Android operating systems: SpaceX Starlink communication satellites and Astrobee robots roaming in the international space station (ISS) SpaceX Starlink Satellites with Xilinx Ultrascale+ Arm + FPGA SoC SpaceX is about to launch a cloud of 60 Starlink communication satellites that aims to provide internet communication anywhere in the world. That’s just a start as eventually the plan is to get up to 12,000 of those satellites. Usually, we would not know many technical details about the satellites, but as one reader pointed out (Thanks Lawrence!), a Reddit thread about the launch, also pointed to a NASA document revealing the satellites are powered by Xilinx Ultrascale+ quad core Cortex-A53 processor with FPGA fabric. Milestone 2 […]

Linux 5.1 Release – Main Changes, Arm, MIPS & RISC-V Architectures

Linux 5.1 Changelog

Linus Torvalds has just announced the release of Linux 5.1: So it’s a bit later in the day than I usually do this, just because I was waffling about the release. Partly because I got some small pull requests today, but mostly just because I wasn’t looking forward to the timing of this upcoming 5.2 merge window. But the last-minute pull requests really weren’t big enough to justify delaying things over, and hopefully the merge window timing won’t be all that painful either. I just happen to have the college graduation of my oldest happen right smack dab in the middle of the upcoming merge window, so I might be effectively offline for a few days there. If worst comes to worst, I’ll extend it to make it all work, but I don’t think it will be needed. Anyway, on to 5.1 itself. The past week has been pretty calm, […]

Toradex Torizon Industrial Linux Distribution Targets Windows Developers

Toziron Linux Docker Yocto

When we interviewed Toradex right before Embedded World 2019, they told us they would focus on their new software offering called Torizon, an easy-to-use industrial Linux Platform, especially targeting customers are coming from the Windows / WinCE environment or who have only experience with application development and are not embedded Linux specialists. The company has now officially launched Torizon, and provided more details about their industrial open source software solution especially optimized for their NXP i.MX modules. Torizon specifically relies on foundries.io Linux microPlatform which provides  full system with a recent stable kernel, a minimal base system built with OpenEmbedded/Yocto, and a runtime to deploy applications and services in Docker containers. The microPlatform is part of TorizonCore (light blue section above) that also includes an OTA client (Aktualizr). TorizonCore is free open-source software, and serves as the base to run software containers. To get started, Torizon provides a Debian container […]

Geniatech APC810 SBC Supports HDMI Output & Input, ATSC TV Tuner

Geniatech APC810

Geniatech APC810 is yet another single board computer based on NXP i.MX 8M processor. The board comes with 3GB RAM, 16GB flash, Gigabit Ethernet, 802.11ac WiFi, HDMI 2.0 output as well as common interfaces or features such as HDMI 1.4 input, and an optional ATSC tuner. Geniatech APC810 specifications: SoC – NXP i.MX 8M quad core Cortex A53 processor @ 1.5GHz. Cortex-M4 real-time core, Vivante GC7000 GPU with support for OpenGL/ES 3.1, OpenGL 3.0, Open CL 1.2 System Memory – 3GB LPDDR4 Storage – 16GB eMMC flash (option:8GB/32GB), microSD Slot up to 64GB, M.2 socket for SATA Video I/O HDMI 2.0 output up to 4K @ 60 Hz HDMI 1.4a input MIPI DSI interface for LCD/AMOLED displays up to 1920×1080 resolution Video Playback – H.265 & VP9 up to 4K @ 60 fps, H.264 up to 4K @ 30 fps, MPEG-4/2 up to 1080p60, etc… Audio – Via HDMI, 4-pin […]

SPURV Runs Android Apps in Linux over Wayland

SPURV Architecture

We’ve previously seen it was possible to run Android apps natively inside Linux thanks to Anbox that leverages the Linux kernel in Ubuntu for better integration and performance, and uses an LXC container to run Android operating system. Collabora now offers a different solution with SPURV that runs the full Android OS, including a separate Linux kernel, in its own container and works over Wayland thanks to a graphics bridge from Android to Wayland. Four main components are part of the implementation: Android target device – This component integrates SPURV into Android by using the device infrastructure that the Android codebase provides, and the company specifically the target runs inside of a systemd-nspawn container. SPURV Audio – Bridges the Android Audio Hardware Abtraction Layer (HAL) to the host PulseAudio stack. SPURV HWComposer – Integrates Android windows into Wayland by implementing a HWC-to-Wayland bridge, where HWC is the Android API for […]

Seco SBC-C43 SBC Features NXP i.MX 8 QuadMax Processor, 8GB RAM

Seco SBC-C43

When NXP unveiled their first 64-bit i.MX processors in 2016, we had three families: i.MX 8 Cortex-A72/A53 for high performance, i.MX 8M Cortex-A53 for audio/video application, and i.MX 8X Cortex-A53 for low power applications. Most of the designs we’ve seen so far are based on i.MX 8M family, and we’ve seen few hardware platforms based on the top of the line i.MX 8 QuadMax SoC with two Arm Cortex-A72 cores, four Cortex-A53 cores, two Cortex-M4F real-time cores, and two GC7000XS/VX GPUs. We did cover several modules based on i.MX 8 QuadMax processor including Advantech ROM-7720 Qseven 2.1 Computer-on-Module, Toradex Apalis i.MX 8 CoM, and Congatec conga-SMX8 SMARC 2.0 SoM among others, but AFAICR I had yet to see an i.MX 8 QuadMax single board computer. So Seco SBC-C43 appears to be the first SBC powered by NXP’s most powerful i.MX 8 processor,  coupled with up to 8GB DDR4, 32GB eMMC […]

Exit mobile version
UP 7000 x86 SBC