yamt commented on PR #12165: URL: https://github.com/apache/nuttx/pull/12165#issuecomment-2087851731
@almir-okato is this supposed to work for esp32s3 with 32MB flash? i've got: ``` ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) SPIWP:0xee Octal Flash Mode Enabled For OPI Flash, Use Default Flash Boot Mode mode:SLOW_RD, clock div:2 load:0x3fc9def0,len:0x2b50 load:0x40374000,len:0xacf0 SHA-256 comparison failed: Calculated: 1537b56fc55c4dec244926d9c9c4a21d13bff2c351d5a4f1979c9469d4074ea5 Expected: 0000000080270000000000000000000000000000000000000000000000000000 Attempting to boot anyway... entry 0x40374fcc *** Booting NuttX *** dram: lma 0x00000020 vma 0x3fc9def0 len 0x2b50 (11088) iram: lma 0x00002b78 vma 0x40374000 len 0xacf0 (44272) padd: lma 0x0000d878 vma 0x00000000 len 0x2780 (10112) imap: lma 0x00010000 vma 0x42030000 len 0x9b55c (636252) padd: lma 0x000ab564 vma 0x00000000 len 0x4ab4 (19124) dmap: lma 0x000b0020 vma 0x3c000020 len 0x287ec (165868) total segments stored 6 AB[CPU1] nx_mount: found procfs [CPU1] esp32s3_spiflash_alloc_mtdpart: ESP32-S3 SPI Flash information: [CPU1] esp32s3_spiflash_alloc_mtdpart: ID = 0x0 [CPU1] esp32s3_spiflash_alloc_mtdpart: Status mask = 0xffff [CPU1] esp32s3_spiflash_alloc_mtdpart: Chip size = 16384 KB [CPU1] esp32s3_spiflash_alloc_mtdpart: Page size = 256 B [CPU1] esp32s3_spiflash_alloc_mtdpart: Sector size = 4 KB [CPU1] esp32s3_spiflash_alloc_mtdpart: Block size = 64 KB [CPU1] esp32s3_spiflash_alloc_mtdpart: MTD offset = 0x180000 [CPU1] esp32s3_spiflash_alloc_mtdpart: MTD size = 0x1e80000 [CPU1] esp32s3_ioctl: cmd: 1537 [CPU1] esp32s3_ioctl: blocksize: 256 erasesize: 4096 neraseblocks: 4096 [CPU1] esp32s3_ioctl: return 0 [CPU1] mtd_partition: ERROR: sub-region too big [CPU1] esp32s3_spiflash_alloc_mtdpart: ERROR: Failed to create MTD partition [CPU1] ERROR: Failed to alloc MTD partition of SPI Flash [CPU1] ERROR: Failed to initialize SPI Flash ``` i can use the same board with ESP32S3_APP_FORMAT_LEGACY. (using CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE=y) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
