bl4kraven opened a new pull request, #16284: URL: https://github.com/apache/nuttx/pull/16284
The pr https://github.com/apache/nuttx/pull/16252 solves a compilation problem with When the CONFIG_ESPRESSIF_FLASH_MODE_QIO option is turned on. But another problem introduced is the missing the flash_qio_mode.c link script part. Because the bootloader can only run on ram, and flash_qio_mode.c must link to ram,otherwise it will crash like this: > load:0x50000010,len:0x18 > SHA-256 comparison failed: > Calculated: b5d4590690ac2898ea871733e319ce36155b24ddc94c536884a3ec0c57038a04 > Expected: 00000000106b0100000000000000000000000000000000000000000000000000 > Attempting to boot anyway... > entry 0x40807394 > *** Booting NuttX *** > ESP-ROM:esp32c6-20220919 > Build:Sep 19 2022 > rst:0x7 (TG0_WDT_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) > Saved PC:0x4080015c > SPIWP:0xee > mode:DIO, clock div:2 > load:0x40800000,len:0x10cf4 > load:0x40810d00,len:0x3474 > load:0x50000010,len:0x18 > SHA-256 comparison failed: > Calculated: b5d4590690ac2898ea871733e319ce36155b24ddc94c536884a3ec0c57038a04 > Expected: 00000000106b0100000000000000000000000000000000000000000000000000 > Attempting to boot anyway... > entry 0x40807394 > ## Impact esp32c6、esp32c3、esp32h2 which use esp-hal-3rdparty lib. ## Testing Tested on esp32c6-devkitc board. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org