Skip to content

Releases: embeddedos-org/eBoot

eBoot v1.0.2

28 Apr 23:22

Choose a tag to compare

eBoot v1.0.2

With narrated promo video (US accent, audio-synced).

eBoot v1.0.0-book

25 Apr 11:25
v1.0.0-book
3c7e878

Choose a tag to compare

Release Integrity

  • SHA256SUMS.txt — checksums
  • sbom.cdx.json — CycloneDX SBOM (v1.5)
  • *.sig.bundle — Sigstore cosign signatures

Full Changelog: v0.2.0-book...v1.0.0-book

eBoot — Official Guide v1.0

25 Apr 06:48
2e5971a

Choose a tag to compare

eBoot — Official Guide

Author: Srikanth Patchava & EmbeddedOS Contributors

Comprehensive technical reference covering architecture, APIs, configuration, deployment, and troubleshooting.

  • Format: PDF (144K)
  • Source: docs/book/book.md
  • License: CC BY-SA 4.0
  • Date: April 2026

Part of the EmbeddedOS Ecosystem.

eboot v0.3.0

04 Apr 00:10

Choose a tag to compare

eboot v0.3.0 — Embedded Bootloader

Version: 0.3.0
Type: stable

Architectures

Archive Target
eboot-0.3.0-linux-x86_64.tar.gz x86_64 Linux (native)
eboot-0.3.0-arm-cortex-m.tar.gz ARM Cortex-M bare-metal (thumb, hard-float)
eboot-0.3.0-aarch64-linux.tar.gz AArch64 Linux (RPi 4/5, Jetson)
eboot-0.3.0-riscv64-linux.tar.gz RISC-V 64 Linux (SiFive)
eboot-0.3.0-arm-cortex-r5.tar.gz ARM Cortex-R5 bare-metal (TMS570, safety-critical)

Changes

d0be5dd fix: add Cortex-R5 support to eos_hal_set_msp()
d58e477 fix: sudo kernel copy + safe grep check in qemu-test.yml
4cc99d9 ci: add QEMU sanity test — builds all repos at tagged releases, boots on QEMU
6403e3a Initial commit

Build from source

cmake -B build -DEBLDR_BOARD=stm32f4 \
  -DCMAKE_TOOLCHAIN_FILE=toolchains/arm-none-eabi.cmake
cmake --build build

eBoot v0.1.0

31 Mar 21:44

Choose a tag to compare

eboot v0.1.0 — Embedded Bootloader

Version: 0.1.0
Type: stable

Architectures

Archive Target
eboot-0.1.0-linux-x86_64.tar.gz x86_64 Linux (native)
eboot-0.1.0-arm-cortex-m.tar.gz ARM Cortex-M bare-metal (thumb, hard-float)
eboot-0.1.0-aarch64-linux.tar.gz AArch64 Linux (RPi 4/5, Jetson)
eboot-0.1.0-riscv64-linux.tar.gz RISC-V 64 Linux (SiFive)
eboot-0.1.0-arm-cortex-r5.tar.gz ARM Cortex-R5 bare-metal (TMS570, safety-critical)

Changes

c95e96b Initial release v0.1.0

Build from source

cmake -B build -DEBLDR_BOARD=stm32f4 \
  -DCMAKE_TOOLCHAIN_FILE=toolchains/arm-none-eabi.cmake
cmake --build build

Full Changelog: https://github.com/embeddedos-org/eBoot/commits/v0.1.0

eboot v0.2.0

30 Mar 19:00

Choose a tag to compare

eboot v0.2.0 — Embedded Bootloader

Version: 0.2.0
Type: stable

Architectures

Archive Target
eboot-0.2.0-linux-x86_64.tar.gz x86_64 Linux (native)
eboot-0.2.0-arm-cortex-m.tar.gz ARM Cortex-M bare-metal (thumb, hard-float)
eboot-0.2.0-aarch64-linux.tar.gz AArch64 Linux (RPi 4/5, Jetson)
eboot-0.2.0-riscv64-linux.tar.gz RISC-V 64 Linux (SiFive)
eboot-0.2.0-arm-cortex-r5.tar.gz ARM Cortex-R5 bare-metal (TMS570, safety-critical)

Changes

fb91985 eBoot v0.2.0 — Embedded Bootloader (ISO Certified)

Build from source

cmake -B build -DEBLDR_BOARD=stm32f4 \
  -DCMAKE_TOOLCHAIN_FILE=toolchains/arm-none-eabi.cmake
cmake --build build