Ebiroll / qemu_esp32

Add tensilica esp32 cpu and a board to qemu and dump the rom to learn more about esp-idf
Apache License 2.0
425 stars 53 forks source link

How to add to my project #14

Open leenowell opened 5 years ago

leenowell commented 5 years ago

Hi,

I have followed the instructions in the readme file but have some overarching questions to understand what the steps are doing and more importantly how I would enable my project to use qemu. Please feel free to point me to any documentation.

I have an ESP32 project which I currently flash to a chip and test. I would instead like to run/ debug it in QEMU on my Ubuntu PC but from the README file can't understand how I would go about it.

I assume step 3 is getting a sample project but then unclear how steps 4 onwards related to my project e.g. do I copy toFlash.c and esp32flash.bin to my project and then proceed?

Any help appreciated.

thanks

Lee.