Skip to content
All posts

Topic: Embedded Linux

7 posts

Jun 28, 2026

Running a Neural Network on the NPU of the i.MX 8M Plus

How to run TensorFlow Lite inference on the i.MX 8M Plus NPU with a fully open-source stack - Mesa, Gallium3D, the Teflon delegate and Etnaviv - reaching about 22x faster inference than the CPU.

Read
Jul 23, 2024

Yocto Image Post-Processing with IMAGE_POSTPROCESS_COMMAND

When working with Yocto to create images for embedded systems, post-processing can be a crucial step to ensure that your images are tailored to specific...

Read
Nov 4, 2019

Provisioning: Using Serial Download Protocol (SDP) - Part 2

In our previous post, we have explored basic details about Introduction to Provisioning and it's needs. In this post we will narrow down our use case and...

Read
Oct 27, 2019

Provisioning Embedded Linux - Part 1

Development of various Embedded Hardware in market based on various architectures are currently available as various consumer to industrial solutions....

Read
Jun 28, 2018

BeagleBone UART peripheral boot

BeagleBone Black serial peripheral boot: BBB supports many peripheral boot options which can be choosen by the SYSBOOT button projected out near p8...

Read
Apr 22, 2018

Accessing UART in MSP430F5418

UART is the traditional serial communication protocol used. It offers only two pins RX and TX for sending and receiving characters serially. A...

Read
Apr 22, 2018

Linux Kernel Source browsing using cscope

Source code browsing in large projects is always tedious job to narrow down. In repositories like Linux Kernel, where the source code grows everyday needs...

Read