-
-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Usage
Mr-PauI edited this page Dec 29, 2025
·
6 revisions
BinForge provides two CLI tools for working with firmware blobs and managing .bin files: blobgen and ESP32-BinForge-CLI.
This tool provides several functions depending on the arguments passed.
Usage:
ESP32-BinForge-CLI <input.bin> # Analyze .bin file
ESP32-BinForge-CLI <input.bin> <output.bin> # regenerate CRC only
ESP32-BinForge-CLI <input.bin> <data_to_add.dat> <output.bin> # merge data and regenerate CRC
This tool is used to create reserved binary blobs of specific sizes.
Usage:
blobgen <num_bytes> <output.h>