We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can anybody help me to solve this issue? If i make copyfs to update images, and after make monitor I get this error message:
zooley@zooley-PC MINGW32 ~/esp32_tft_1 $ make monitor MONITOR --- idf_monitor on COM5 115200 --- --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x3e (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:5800 load:0x40078000,len:0 ho 12 tail 0 room 4 load:0x40078000,len:14000 entry 0x40079008 I (30) boot: ESP-IDF v3.1-dev-661-gf586f5e6 2nd stage bootloader I (30) boot: compile time 14:50:02 I (32) boot: Enabling RNG early entropy source... I (36) boot: SPI Speed : 40MHz I (40) boot: SPI Mode : DIO I (44) boot: SPI Flash Size : 4MB I (48) boot: Partition Table: I (51) boot: ## Label Usage Type ST Offset Length I (59) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (66) boot: 1 phy_init RF data 01 01 0000f000 00001000 I (74) boot: 2 factory factory app 00 00 00010000 00100000 I (81) boot: 3 storage Unknown data 01 82 00180000 00100000 I (89) boot: End of partition table I (93) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x163b0 ( 91056) map I (134) esp_image: segment 1: paddr=0x000263d8 vaddr=0x3ffb0000 size=0x06680 ( 26240) load E (144) esp_image: invalid segment length 0x92a4e4ca E (144) boot: Factory app partition is not bootable E (145) boot: No bootable app partitions in the partition table user code done
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can anybody help me to solve this issue?
If i make copyfs to update images, and after make monitor I get this error message:
zooley@zooley-PC MINGW32 ~/esp32_tft_1
$ make monitor
MONITOR
--- idf_monitor on COM5 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x3e (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:5800
load:0x40078000,len:0
ho 12 tail 0 room 4
load:0x40078000,len:14000
entry 0x40079008
I (30) boot: ESP-IDF v3.1-dev-661-gf586f5e6 2nd stage bootloader
I (30) boot: compile time 14:50:02
I (32) boot: Enabling RNG early entropy source...
I (36) boot: SPI Speed : 40MHz
I (40) boot: SPI Mode : DIO
I (44) boot: SPI Flash Size : 4MB
I (48) boot: Partition Table:
I (51) boot: ## Label Usage Type ST Offset Length
I (59) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (66) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (74) boot: 2 factory factory app 00 00 00010000 00100000
I (81) boot: 3 storage Unknown data 01 82 00180000 00100000
I (89) boot: End of partition table
I (93) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x163b0 ( 91056) map
I (134) esp_image: segment 1: paddr=0x000263d8 vaddr=0x3ffb0000 size=0x06680 ( 26240) load
E (144) esp_image: invalid segment length 0x92a4e4ca
E (144) boot: Factory app partition is not bootable
E (145) boot: No bootable app partitions in the partition table
user code done
The text was updated successfully, but these errors were encountered: