Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Practical Zephyr - West workspaces (Part 6)

In the previous articles, we used freestanding applications and relied on a global Zephyr installation. In this article, we’ll see how we can use West to resolve global dependencies by using workspace applications. We first explore West without even including Zephyr and then recreate the modified Blinky application from the previous article in a West workspace.

Major Improvements For Linux Users In Tracealyzer v4.9

Installation on Linux has been greatly simplified in the upcoming Tracealyzer v4.9. The installation package now includes everything needed to run the software. Linux users no longer need to install dependencies like Mono or libgconf. Instead, a native Linux binary is provided (for x86-64) with the Mono runtime integrated. Most other dependencies have been replaced or removed. You are up and running in a few minutes. We have also spent a lot of time improving the overall user experience on Linux.

Embedded Open Source Summit 2024 Recap

April marked the return of the Embedded Open-Source Summit, this year in Seattle. I was lucky enough to be able to attend and split my time between the Memfault booth in the exposition hall and many of the captivating presentations. Since the videos have just been published on the the Linux Foundation’s YouTube account, we thought it would be a good time to highlight some of the talks and give you a quick summary which will, hopefully, inspire you to go watch them!

The Future of Retail: Transforming Customer Experiences with IoT and Mobile Integration

Did you know that by 2023, the global Internet of Things (IoT) market in the retail industry is projected to reach a staggering $11.98 billion? This surprising statistic highlights the immense impact that IoT and mobile integration are having on the future of retail. As customer expectations continue to evolve, retailers are turning to these innovative technologies to deliver seamless, personalized experiences that enhance customer satisfaction and drive business growth.

Standout Exhibits at Embedded World 2024

Earlier this month, I had the pleasure of traveling to Nuremberg, Germany to attend Embedded World. If you have not heard about it before, Embedded World1 is the largest trade show in the embedded systems industry. This year, over 35,000 people attended and 1,100 businesses exhibited at the Nuremberg Messe.

Practical Zephyr - Devicetree practice (Part 5)

In the previous articles, we covered Devicetree in great detail: We’ve seen how we can create our own nodes, we’ve seen the supported property types, we know what bindings are, and we’ve seen how to access the Devicetree using Zephyr’s devicetree.h API. In this fifth article of the Practical Zephyr series, we’ll look at how Devicetree is used in practice by dissecting the Blinky application.

Diving into JTAG - BSDL (Part 4)

In the previous article of this series, we briefly touched on how.bsd files written in Boundary Scan Description Language (BSDL) describe the structure of the boundary scan chain and the instruction set. In this article, we will examine this language’s syntax more closely before seeing how.bsd files are leveraged in JTAG testing in the next article.

Diving into JTAG - Debugging (Part 3)

In the third installment of this JTAG deep dive series, we will talk in-depth about JTAG Boundary-Scan, a method used to test interconnects on PCBs and internal IC sub-blocks. It is defined in the IEEE 1149.1 standard. I recommend reading Part 1 & Part 2 of the series to get a good background on debugging with JTAG before jumping into this one!