Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I have some instructions how to flash it #23

Open
GenryEden opened this issue Oct 20, 2019 · 3 comments
Open

Can I have some instructions how to flash it #23

GenryEden opened this issue Oct 20, 2019 · 3 comments

Comments

@GenryEden
Copy link

No description provided.

@cnlohr
Copy link
Owner

cnlohr commented Nov 12, 2019

I do not have the exact command, and urge you or anyone else to post it, but you should be able to flash this entirely on using esptool.py.

@mydevbox
Copy link

This is the command we used to flash to nodemcu on macos catalina using the .bin files from this repo.

our prerequisites:

  1. Install the appropriate driver for nodemcu for usb to uart
  2. Install esptool.py via homebrew

sudo esptool.py --port /dev/tty.SLAB_USBtoUART write_flash 0x00000 image.elf-0x00000.bin 0x40000 image.elf-0x40000.bin

We are able to attach to esp via wifi but going to 192.168.4.1 only returns this error.

File not found.

Even though web interface isn't working we confirmed that our tv received the analog signal.

@cnlohr
Copy link
Owner

cnlohr commented May 4, 2020

You do need to also flash the web file. You may need to do that via the network. I think it's
make netweb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants