Page 1 of 1

ROM0 ROM1 flash dump for ESP32-Qemu

Posted: Mon Dec 26, 2016 12:00 am
by f.h-f.s.
Hi all,

I was wondering if I could get a dump of rom0, rom1 and flash to try out esp32-qemu. Also could be useful to add in that repo right?
https://github.com/Ebiroll/qemu_esp32

Super simple to do that btw, could anyone help me out?

for rom0:

Code: Select all

python esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 -b 921600 -p /dev/ttyUSB0 dump_mem 0x40000000 0x000C2000 rom.bin
rojer from irc#esp32 https://github.com/cesanta/mongoose-iot ... /esp32/rom
this rom.bin is giving me a "File 'rom.bin' is truncated or corrupt." inside qemu.

Thanks to zygron_ from irc#esp32 http://download.unfiltered.net/rom0.bin

for rom1(Done):

Code: Select all

python esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 -b 921600 -p /dev/ttyUSB0 dump_mem 0x3FF90000 0x00010000 rom1.bin
Thanks to zygron_ from irc#esp32 http://download.unfiltered.net/rom1.bin

I was able to boot the esp32 bootloader altough it didnt come very far

Code: Select all

D (1) esp_image: reading image header @ 0x1000
E (1) esp_image: image at 0x1000 has invalid magic byte
E (1) boot: failed to load bootloader header!
user code done

Re: ROM0 ROM1 flash dump for ESP32-Qemu

Posted: Wed Jan 04, 2017 3:35 pm
by f.h-f.s.
I have access to a esp32 again and i dumped the rom0/1 and flash.

https://dl.dropboxusercontent.com/u/402 ... 2flash.bin
https://dl.dropboxusercontent.com/u/40223127/rom1.bin
https://dl.dropboxusercontent.com/u/40223127/rom.bin

in case anyone wants them or whatever. =)
Did not get the qemu up and running yet though.

Re: ROM0 ROM1 flash dump for ESP32-Qemu

Posted: Wed Jun 27, 2018 9:37 am
by srk_7383
the above links are broken. can any one make them available.?

Re: ROM0 ROM1 flash dump for ESP32-Qemu

Posted: Mon Jul 02, 2018 7:25 am
by f.h-f.s.