ESP8285 combine bin at the end of build

Sysprogs forums Forums VisualGDB ESP8285 combine bin at the end of build

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22858
    Thomas Coin
    Participant

    Hello,

    I need to generate a unique binary file at the end of each build, containing the bootloader, my application and default init data. This file will be used to flash the ESP and commited on our repository.
    I’d like the equivalent of the “combine bin” feature of the ESP download tool.

    How can I do that ?

    Thanks by advance

    Best regards

    Thomas.

    #22860
    support
    Keymaster

    Hi,

    The easiest way to accomplish this would be using a custom post-build action (requires the Custom edition). If you are using a lower edition, adding a custom msbuild action should have a similar effect.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.