Search found 2 matches

by obaidch
Wed Jun 21, 2023 10:09 am
Forum: ESP IoT Solution
Topic: QEMU Virtualization - Custom ESP32-based board
Replies: 2
Views: 34253

Re: QEMU Virtualization - Custom ESP32-based board

ESP_Sprite wrote:
Wed Jun 21, 2023 2:42 am
Are you sure (your version of) qemu supports can in the first place?
Yes it does actually, you can have more details concerning the qemu release that I am using in this link: https://github.com/espressif/qemu/relea ... 0-20230522
by obaidch
Mon Jun 19, 2023 9:36 am
Forum: ESP IoT Solution
Topic: QEMU Virtualization - Custom ESP32-based board
Replies: 2
Views: 34253

QEMU Virtualization - Custom ESP32-based board

Hello everyone! I am working on a project in order to virtualize a custom ESP32-based board and I would appreciate some help from the community! the custom ESP32-based board is connected to external devices through SPI (ADC device, CAN-FD-controller..). I chose to work with QEMU in order to make the...