This article is going to be an introduction to embedded Linux security.
[Read More]
Material of my talk at Embedded Online Conference 2020
The Embedded Online Conference is an online conference for embedded systems, DSP, machine learning and FPGA engineers and it is starting today May 20th 2020.
[Read More]
How is the Linux kernel tested?
Have you ever wondered how the Linux kernel is tested?
[Read More]
Introduction to Trusted Execution Environment and ARM's TrustZone
A Trusted Execution Environment (TEE) is an environment where the code executed and the data accessed is isolated and protected in terms of confidentiality (no one have access to the data) and integrity (no one can change the code and its behavior).
[Read More]
Slides of my talk at Embedded World 2020
Last week, from February 25th to 27th in Nuremberg, Germany, we had another edition of Embedded World, the leading international fair for embedded systems.
[Read More]
GCC extensions to the C language
The GNU Compiler Collection (GCC) provides several language features not found in ISO standard C.
[Read More]
Using containers on embedded Linux
Would it be a good idea to use containers on an embedded Linux system?
[Read More]
Extracting firmware from devices using JTAG
JTAG is a physical hardware interface that makes it possible, among other things, to extract the firmware image from electronic devices.
[Read More]
Embedded World 2020
From February 25th to 27th in Nuremberg, Germany, we will have another edition of Embedded World, the leading international fair for embedded systems.
[Read More]
Bug hunting with static analysis tools
The best way to spend less time fixing bugs in software is not creating bugs in the first place, and a static analysis tool is perfect for this job.
[Read More]