liux-pro/merge

uploaded 1 year ago
A component for esp-idf, which merge bootloader,partition table, app and so on to a single one bin file.

readme

# Merge
A component for esp-idf, which merge bootloader,partition table, app and so on to a single one bin file.
# Usage
Run `idf.py merge` , then you can find `esp32.bin` in `build` folder. Burn it to flash at `0x00`.  
The name of bin file may be different based on build target, for example, if you build  firmware for `esp32c3`, you should find `esp32c3.bin`

Links

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "liux-pro/merge^0.0.2"

or download archive

Stats

  • Downloaded in total
    Downloaded in total 146 times
  • Downloaded this version
    This version: 125 times

Badge

liux-pro/merge version: 0.0.2
|