ESP-WROVER-KIT factory firmware

RobinC
Posts: 45
Joined: Sat Feb 04, 2017 5:29 pm

ESP-WROVER-KIT factory firmware

Postby RobinC » Sun Feb 05, 2017 4:55 pm

I've been playing with the new wrover kit and want to install some of the test projects. Before doing that, I wanted to make sure I could get back to the factory image functionality. I don't see the factory software (display tests and temp screen) in the current code on github.

Is the factory firmware available somewhere?

ESP_Angus
Posts: 2344
Joined: Sun May 08, 2016 4:11 am

Re: ESP-WROVER-KIT factory firmware

Postby ESP_Angus » Mon Feb 06, 2017 1:23 am

Hi RobinC,

We haven't shipped the source for that demo program yet, but it (or something very similar) will be available as an example in esp-idf.

If you want to back it up for now, you can run "esptool.py read_flash 0 0x300000 wrover_firmware.bin"

And use "esptool.py write_flash 0 wrover_firmware.bin" to write it back.

Angus

gmorris
Posts: 1
Joined: Fri Mar 17, 2017 3:28 pm

Re: ESP-WROVER-KIT factory firmware

Postby gmorris » Fri Mar 17, 2017 3:33 pm

Too late... Did anyone save the factory firmware available for download? I already nuked mine...

GAS1474
Posts: 3
Joined: Fri Jun 02, 2017 11:35 am

Re: ESP-WROVER-KIT factory firmware

Postby GAS1474 » Fri Jun 02, 2017 12:37 pm

since my wrover kit is stuck
I would need the default bins so i can use the esp_falsh_tool to make factory reset

RobinC
Posts: 45
Joined: Sat Feb 04, 2017 5:29 pm

Re: ESP-WROVER-KIT factory firmware

Postby RobinC » Sat Jun 03, 2017 7:03 pm

Send a PM and I'll send a link. Espressif may not like publishing it publicly... :)

Robin

ErikLe
Posts: 2
Joined: Wed Mar 06, 2019 2:50 pm

Re: ESP-WROVER-KIT factory firmware

Postby ErikLe » Fri May 03, 2019 10:17 am

Still no sign of the default code, or similar example?

wmath3
Posts: 1
Joined: Mon Jan 25, 2016 8:45 pm

Re: ESP-WROVER-KIT factory firmware

Postby wmath3 » Sun Sep 22, 2019 6:22 am

I too am looking for the Stock Code for the WROVER Kit v4.1
Any help is appreciated. Won't let me post a PM...
Thanks

User avatar
Segmentation Fault
Posts: 22
Joined: Sat Apr 04, 2020 1:49 am

Re: ESP-WROVER-KIT factory firmware

Postby Segmentation Fault » Wed Apr 08, 2020 10:25 pm

ESP_Angus wrote:
Mon Feb 06, 2017 1:23 am
Hi RobinC,

We haven't shipped the source for that demo program yet, but it (or something very similar) will be available as an example in esp-idf.

If you want to back it up for now, you can run "esptool.py read_flash 0 0x300000 wrover_firmware.bin"

And use "esptool.py write_flash 0 wrover_firmware.bin" to write it back.

Angus
Hi am very newby with ESP-IDF. I just got my ESP-WROVER, could you help back up the factory firmware?

Where exactly do I need to run "esptool.py read_flash 0 0x300000 wrover_firmware.bin"?
I cannot find any esptool.py

I am using the stable version

Code: Select all

%userprofile%\esp\Factory_Firmware>esptool.py read_flash 0 0x300000 wrover_firmware.bin
'esptool.py' is not recognized as an internal or external command,
operable program or batch file.
I also tried to run python.exe from %userprofile%\.espressif\python_env\idf4.0_py3.6_env\Scripts

Code: Select all

Python 3.6.5 |Anaconda, Inc.| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> esptool.py read_flash 0 0x300000 wrover_firmware.bin
  File "<stdin>", line 1
    esptool.py read_flash 0 0x300000 wrover_firmware.bin
                        ^
SyntaxError: invalid syntax
>>> esptool.py --help
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'esptool' is not defined
>>>

User avatar
Segmentation Fault
Posts: 22
Joined: Sat Apr 04, 2020 1:49 am

Re: ESP-WROVER-KIT factory firmware

Postby Segmentation Fault » Wed Apr 08, 2020 11:13 pm

It seems I was simply missing esptool.py. Weird that it was not installed along with ESP-IDF.

Do we know if that demo program is available in examples yet?
I couldn't find it. It would be nice to have the code as well.

User avatar
mzimmers
Posts: 643
Joined: Wed Mar 07, 2018 11:54 pm
Location: USA

Re: ESP-WROVER-KIT factory firmware

Postby mzimmers » Thu Dec 30, 2021 10:30 pm

I realize this thread is old, but...I believe what you're looking for can be found in:
{esp-idf}\examples\peripherals\spi_master\lcd

I loaded it and got back the fancy picture on the LCD.

EDIT: I just realized that this isn't exactly the same code; it doesn't blink the RGB LED.

Who is online

Users browsing this forum: No registered users and 64 guests