Closed water5 closed 5 years ago
ets Jun 8 2016 00:22:57
is it github 's sdkconfig file is the original config file ? or the build enviorment may effect the build result with same config?
I load the "sdkconfig" file in "esp32_psram_all" folder (download from github: https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/blob/master/MicroPython_BUILD/firmware/esp32_psram_all/sdkconfig ) in "menuconfig", then build, but the built .bin file size not match the file download from github, write to ESP32-WROVER and boot, then appear the message below:
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:5916 load:0x40078000,len:9152 load:0x40080000,len:6120 entry 0x40080334 I (29) boot: ESP-IDF v3.1-rc1-53509c7b 2nd stage bootloader I (29) boot: compile time 23:35:02 I (31) boot: Enabling RNG early entropy source... I (34) boot: SPI Speed : 40MHz I (38) boot: SPI Mode : DIO I (42) boot: SPI Flash Size : 4MB I (46) boot: Partition Table: I (50) boot: ## Label Usage Type ST Offset Length I (57) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (65) boot: 1 phy_init RF data 01 01 0000f000 00001000 I (72) boot: 2 MicroPython factory app 00 00 00010000 00100000 I (80) boot: 3 internalfs Unknown data 01 82 00110000 002f0000 I (87) boot: End of partition table I (91) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x76c88 (486536) map I (271) esp_image: segment 1: paddr=0x00086cb0 vaddr=0x3ffb0000 size=0x05718 ( 22296) load I (280) esp_image: segment 2: paddr=0x0008c3d0 vaddr=0x3ffb5718 size=0x00000 ( 0) load I (280) esp_image: segment 3: paddr=0x0008c3d8 vaddr=0x40080000 size=0x00400 ( 1024) load I (289) esp_image: segment 4: paddr=0x0008c7e0 vaddr=0x40080400 size=0x03830 ( 14384) load I (304) esp_image: segment 5: paddr=0x00090018 vaddr=0x400d0018 size=0x1757c4 (1529796) map I (842) esp_image: segment 6: paddr=0x002057e4 vaddr=0x40083c30 size=0x1970c (104204) load I (886) esp_image: segment 7: paddr=0x0021eef8 vaddr=0x400c0000 size=0x00714 ( 1812) load I (887) esp_image: segment 8: paddr=0x0021f614 vaddr=0x50000000 size=0x0098c ( 2444) load E (893) esp_image: Image length 2162640 doesn't fit in partition length 1048576 E (900) boot: Factory app partition is not bootable E (906) boot: No bootable app partitions in the partition table Fatal exception (3): LoadStoreError epc1=0x40052324, epc2=0x00000000, epc3=0x00000000, excvaddr=0x4008038f, depc=0x00000000
is it github 's sdkconfig file is the original config file ? or the build enviorment may effect the build result with same config?