About 26,900 results
Open links in new tab
  1. From Zero to main(): How to Write a Bootloader from Scratch

    Aug 13, 2019 · An in-depth tutorial on how to write a bootloader from scratch for ARM cortex-m series microcontrollers.

  2. How to Develop Your Own Bootloader: A Comprehensive Tutorial

    Jan 28, 2021 · This tutorial describes key stages of custom bootloader development: choosing the tools, creating the architecture, and developing and testing the components.

  3. bootloader · GitHub Topics · GitHub

    3 days ago · A PoC that exploits a vulnerability to bypass the Xiaomi HyperOS community restrictions of BootLoader unlocked account bindings.

  4. STM32 Bootloader Source Code from Scratch ⋆ EmbeTronicX

    Feb 4, 2025 · This article is a continuation of the Series on STM32 Bootloader and carries the discussion on Bootloader design and implementation. The aim of this series is to provide …

  5. Bootloader overview - Android Open Source Project

    Dec 2, 2025 · A bootloader is a vendor-proprietary image responsible for bringing up the kernel on a device. The bootloader guards the device state and is responsible for initializing the …

  6. Coding a custom Bootloader. - DEV Community

    Sep 19, 2024 · The bootloader is the first step in getting your operating system up and running, and it does this by loading your kernel into memory and switching the CPU from 16-bit real …

  7. Bootloader - OSDev Wiki

    Jul 9, 2023 · A bootloader is a program written to load a more complex kernel. Implementation details are gathered in Rolling Your Own Bootloader

  8. Bootloader Development 101: Best Practices and Common Pitfalls

    Jan 15, 2025 · A bootloader is a small piece of code that runs immediately after a system powers up or resets. Its primary role is to initialize the hardware, load the main application …

  9. How to develop your own Boot Loader - CodeProject

    May 30, 2024 · This article describes the first steps in low-level programming on the example of developing of simple boot loader

  10. Simple x86 Bootloader Project - DEV Community

    Sep 15, 2024 · This project demonstrates the basics of how a computer starts up and how we can run our own code at the very beginning of the boot process. While this bootloader is simple, it …