Giter Site home page Giter Site logo

esphttpd's People

Contributors

billprozac avatar bjpirt avatar dzindra avatar spritetm avatar

Watchers

 avatar

Forkers

skeen

esphttpd's Issues

Esptool, which one? - And why?

I've just pulled the repository and tried to build it with the most reason esp-open-sdk (standalone mode).
After having set the ESPTOOL environment variable to .../esp-open-sdk/esptool/esptool.py or .../esp-open-sdk/xtensa-lx106-elf/bin/esptool.py, I get the following error when running make;

FW firmware/0x00000.bin
usage: esptool [-h] [--port PORT] [--baud BAUD]
{load_ram,dump_mem,read_mem,write_mem,write_flash,run,image_info,make_image,elf2image,read_mac}
           ...
esptool: error: argument operation: invalid choice: 'build/httpd.out' (choose from 'load_ram', 'dump_mem', 'read_mem', 'write_mem', 'write_flash', 'run', 'image_info', 'make_image', 'elf2image', 'read_mac')
make: *** [firmware/0x00000.bin] Error 2

This error is produced by the target;

$(FW_FILE_1): $(TARGET_OUT) firmware
    $(vecho) "FW $@"
    $(Q) $(ESPTOOL) -eo $(TARGET_OUT) $(FW_FILE_1_ARGS)

The flags used to invoke the esptool does not seem to match what the esptool expects.

The binary esptool which can be downloaded at; https://github.com/esp8266/esp8266-wiki/raw/master/deb/src/esptool_0.0.2.orig.tar.gz
Seems to be command-line compatible, and using that one makes the build click.

  • I haven't tried flashing yet.

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.