Articles by Tag #bootloader

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Building a Bootloader from Scratch: An x86 Assembly Guide

When you press the power button, a complex, step-by-step procedure unfolds before your operating...

Learn More 3 1Nov 15 '25

MCUboot: Understanding the Image Trailer and How It Tracks Firmware Update Progress

The MCUboot bootloader ensures fail-safe firmware updates on embedded devices by closely tracking the...

Learn More 2 0Nov 2 '25

MCUboot: Secure Boot in Zephyr

A technical overview of MCUboot’s boot process, flash layout, image format, and secure upgrade mechanisms using Zephyr on STM32 microcontrollers.

Learn More 0 1Oct 28 '25

MCUBoot: Firmware Signing and Header Analysis

Table of Contents Image Verification Creating a Signed Image with imgtool.py MCUBoot...

Learn More 0 1Oct 29 '25

RustyBoot-RISCV - A bare metal Boot-loader in Rust

Hey folks! I’m excited to share my new project: RustyBoot-RISCV, a minimal bare-metal bootloader for...

Learn More 0 0Sep 29 '25

MCUboot: Bootup Journey

STM32F411RE Nucleo board The Cortex-M4 is the CPU core (licensed from ARM). The STM32F411...

Learn More 0 0Nov 7 '25

What is the role of the bootloader in Arduino? Why is the Bootloader Needed?

The bootloader in Arduino is a small but critical piece of firmware that enables easy programming and...

Learn More 1 0Jul 23 '25

Creating a boot-loader from scratch... Meet: RustyBoot!

"Exploring the fascinating world of low-level systems programming by building a bootloader in Rust...

Learn More 0 0Sep 16 '25