Search found 4 matches

by zhouzhendong
Wed Feb 22, 2023 4:00 am
Forum: ESP-IDF
Topic: How to verify image signature before writing to ota partition?
Replies: 0
Views: 1182

How to verify image signature before writing to ota partition?

I understand esp_ota_end() will verify the signature of the image in the partition in update. However, is there a function I can call to verify an image file before writing it to partition? My use case is: the image file is first uploaded and saved in an sdcard file system. Then I want to validate t...
by zhouzhendong
Tue Oct 18, 2022 6:46 am
Forum: ESP-IDF
Topic: eth2ap gets ethernet link down and up repeatedly
Replies: 12
Views: 73671

eth2ap gets ethernet link down and up repeatedly

On a custom board with ESP32-D0WDQ6-V3 + RTL8201, PHY ref clock 50M is fed from ESP32 GPIO0. I can run ethernet_iper without issue. But when I tried eth2ap, I always get Ethernet link up and down repeatedly. In particular, when I tried to connect a WiFi client to the AP, Ethernet link drops immediat...
by zhouzhendong
Wed Aug 31, 2022 1:37 am
Forum: Hardware
Topic: ESP32-D0WDR2-V3 with external flash and emmc
Replies: 3
Views: 3375

Re: ESP32-D0WDR2-V3 with external flash and emmc

Thanks guys for the replies. I have successfully connected external flash to the same SPI bus as PSRAM and uses a different CS (SD_CMD). That works fine. So the datasheet's wording "pins listed here are not recommended for other usage" seems misleading. emmc is another story and needs to be connecte...
by zhouzhendong
Tue Aug 09, 2022 1:57 am
Forum: Hardware
Topic: ESP32-D0WDR2-V3 with external flash and emmc
Replies: 3
Views: 3375

ESP32-D0WDR2-V3 with external flash and emmc

Hi, AFAIK, ESP32-D0WDR2-V3 has a 2MB embedded PSRAM but only 448KB internal flash. Is it possible to connect an external flash (for code and data) and an eMMC (storage only) and make all of three (PSRAM+external flash+eMMC) work together? When I read page 18 of ESP32 datasheet, above Table 2, it sta...