avx / boot0

Bootloader for STM32 with LZMA decompression into RAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootloader for STM32 with LZMA decompression into RAM

stage2.img is binary image which will be uncompressed into RAM.

main.h defines the address where image will be uncompressed to (APP_START_ADDRESS).

stage2.img should be compiled with base APP_START_ADDRESS.

memory layout is defined in linker script.

itself bootloader has size about 4800 bytes.

LZMA SDK from Igor Pavlov.

http://www.7-zip.org/sdk.html

About

Bootloader for STM32 with LZMA decompression into RAM

License:BSD 2-Clause "Simplified" License


Languages

Language:C 99.6%Language:Makefile 0.2%Language:Assembly 0.2%