mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 22:16:46 +00:00
esp32: App can boot on FPGA image
Includes fix for detecting ESP32 ECO3 on FPGA
This commit is contained in:
@@ -27,6 +27,11 @@ uint8_t bootloader_common_get_chip_revision(void)
|
||||
case 3:
|
||||
chip_ver = 2;
|
||||
break;
|
||||
#if CONFIG_IDF_ENV_FPGA
|
||||
case 4: /* Empty efuses, but APB_CTRL_DATE_REG bit is set */
|
||||
chip_ver = 3;
|
||||
break;
|
||||
#endif
|
||||
case 7:
|
||||
chip_ver = 3;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user