Code Monkey home page Code Monkey logo

tool-genbin-esp8266's Introduction

Genbin: Binary image creation for legacy Espressif esp8266 sdk's

This tool is used to generate OTA and non OTA bin images for esp8266-nonos-sdk and old esp8266-rtos-sdk in Platformio.

It is a mix of esptool-ck and Espressif's gen_appbin.py.

It extracts the sections from an elf file and generate:

  • flash.bin + irom0.text.bin or user1.bin/user2.bin

No intermediate file are created and no external tool are required.

Args are positionnal and similar to esptool.py.

Examples

  • To create firmware.bin and firmware.bin.irom0text.bin

    • genbin 0 dio 40m 4MB-c1 firmware.elf firmware.bin firmware.bin.irom0text.bin")
  • To create user1.16384.new.9.bin

    • genbin 1 dio 40m 16MB firmware.elf user1.16384.new.9.bin")
  • To create user2.4096.new.6.bin

    • genbin 2 dio 40m 4MB-c1 firmware.elf user2.4096.new.6.bin")
  • To create user1.16384.new.9.bin

    • genbin 1 dio 40m 16MB firmware.elf user1.16384.new.9.bin")
  • To create user1.bin and user2.bin

    • genbin 12 dio 40m 16MB firmware.elf user1.bin user2.bin")

tool-genbin-esp8266's People

Contributors

freedib avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.