Skip to content
New issue

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

ESP32-cam flashing not working #175

Open
3 tasks done
johnyHV opened this issue Jan 3, 2025 · 5 comments
Open
3 tasks done

ESP32-cam flashing not working #175

johnyHV opened this issue Jan 3, 2025 · 5 comments

Comments

@johnyHV
Copy link

johnyHV commented Jan 3, 2025

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested with the latest version to ensure the issue hasn't been fixed

How often does this bug occurs?

always

Expected behavior

Successfully uploaded FW to the board Ai Thinker ESP32-cam with MB board. GND/R revision.
399793087-ce1b8f54-a9d3-488c-a0c2-5cea85ef930b

Actual behavior (suspected bug)

Flashing FW from WEB interface https://espressif.github.io/esptool-js/ to board Ai Thinker ESP32-cam with MB board, GND/R revision don't works. FW is generate from arduino IDE. Flashing FW from Arduino IDE or oficial windows application ESP flash download tool working fine. But flashing FW from WEB app don't work.

Here is log from Arduino IDE

Serial port COM14
Connecting.......
Chip is ESP32-D0WDQ6-V3 (revision v3.0)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 08:3a:f2:67:24:94
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00007fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x00197fff...
Compressed 24976 bytes to 15953...
Writing at 0x00001000... (100 %)
Wrote 24976 bytes (15953 compressed) at 0x00001000 in 0.9 seconds (effective 227.2 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 146...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.1 seconds (effective 307.8 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.2 seconds (effective 435.5 kbit/s)...
Hash of data verified.
Compressed 1602128 bytes to 932972...
Writing at 0x00010000... (1 %)
Writing at 0x0001b776... (3 %)
Writing at 0x0002a439... (5 %)
Writing at 0x00035464... (7 %)
Writing at 0x0004109c... (8 %)
Writing at 0x00050f01... (10 %)
Writing at 0x00059e49... (12 %)
Writing at 0x0006040f... (14 %)
Writing at 0x000685fb... (15 %)
Writing at 0x0007b10b... (17 %)
Writing at 0x00083799... (19 %)
Writing at 0x0008c024... (21 %)
Writing at 0x000949cc... (22 %)
Writing at 0x0009bada... (24 %)
Writing at 0x000a1cba... (26 %)
Writing at 0x000a83d9... (28 %)
Writing at 0x000ae4b5... (29 %)
Writing at 0x000b4326... (31 %)
Writing at 0x000b9df9... (33 %)
Writing at 0x000bf810... (35 %)
Writing at 0x000c53e1... (36 %)
Writing at 0x000cad51... (38 %)
Writing at 0x000cffda... (40 %)
Writing at 0x000d574c... (42 %)
Writing at 0x000dad9c... (43 %)
Writing at 0x000e0456... (45 %)
Writing at 0x000e5dfc... (47 %)
Writing at 0x000eb1d4... (49 %)
Writing at 0x000f05cb... (50 %)
Writing at 0x000f5dca... (52 %)
Writing at 0x000fb073... (54 %)
Writing at 0x001020b7... (56 %)
Writing at 0x001079bb... (57 %)
Writing at 0x0010cf81... (59 %)
Writing at 0x0011267a... (61 %)
Writing at 0x00117825... (63 %)
Writing at 0x0011cfbd... (64 %)
Writing at 0x00122d85... (66 %)
Writing at 0x0012867b... (68 %)
Writing at 0x0012dbbc... (70 %)
Writing at 0x00132efc... (71 %)
Writing at 0x001381ab... (73 %)
Writing at 0x0013d822... (75 %)
Writing at 0x00142ff4... (77 %)
Writing at 0x001483c2... (78 %)
Writing at 0x0014d7ec... (80 %)
Writing at 0x0015300c... (82 %)
Writing at 0x00158f55... (84 %)
Writing at 0x0015ea6d... (85 %)
Writing at 0x00165ad8... (87 %)
Writing at 0x001702f3... (89 %)
Writing at 0x001762b2... (91 %)
Writing at 0x0017b3f5... (92 %)
Writing at 0x00180bc8... (94 %)
Writing at 0x00186800... (96 %)
Writing at 0x0018bd90... (98 %)
Writing at 0x00191561... (100 %)
Wrote 1602128 bytes (932972 compressed) at 0x00010000 in 22.7 seconds (effective 564.7 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...```

### Error logs or terminal output

```shell
esptool.js
Serial port WebSerial VendorID 0x1a86 ProductID 0x7523
Connecting...Debug: using Classic Serial Reset
Debug: _connect_attempt default_reset
Debug: Sync connect attempt 0
Debug: Sync
Debug: Sync err Error: Invalid head of packet (0x74): Possible serial noise or corruption.
Debug: Error at sync Error: Invalid head of packet (0x74): Possible serial noise or corruption.
Debug: Sync connect attempt 1
Debug: Sync
Debug: Sync err Error: No serial data received.
Debug: Error at sync Error: No serial data received.
Debug: Sync connect attempt 2
Debug: Sync
Debug: Sync err Error: No serial data received.
Debug: Error at sync Error: No serial data received.
Debug: Sync connect attempt 3
Debug: Sync
Debug: 538052359
Debug: Connect attempt successful.

Debug: Chip Magic f01d83
Detecting chip type... ESP32
Debug: Read efuse 1073061900
Debug: Read efuse 1073061900
Debug: Read efuse 1073061908
Debug: Read efuse 1073061900
Chip is ESP32-D0WDQ6-V3 (revision 3)
Debug: Read efuse 1073061900
Debug: Read efuse 1073061900
Debug: Read efuse 1073061904
Debug: Read efuse 1073061912
Features: Wi-Fi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
Debug: Read efuse 1073061892
Debug: Read efuse 1073061896
MAC: 08:3a:f2:67:24:94
Debug: Read efuse 1073061892
Debug: Read efuse 1073061896
Uploading stub...
Debug: mem_begin 3532 1 6144 400be000
Debug: check_command enter RAM download mode
Debug: check_command write to target RAM
Debug: mem_begin 156 1 6144 3ffdeba8
Debug: check_command enter RAM download mode
Debug: check_command write to target RAM
Running stub...
Debug: check_command leave RAM download mode
Stub running...
Changing baudrate to 460800
Changed
Debug: EspLoader program
Debug: Data Length 1601968
Debug: Image Length 1601968
Debug: _update_image_flash_params keep undefined undefined
Debug: Image MD5 761fe8137e96e56708ee722eda152695
Compressed 1601968 bytes to 932891...
Debug: check_command enter compressed flash mode
Error: No serial data received.

Steps to reproduce the behavior

  1. Download file with FW esp32-cam.zip
  2. unzip file esp32-cam.zip
  3. open the web page https://espressif.github.io/esptool-js/
  4. click to connect on the web page, and select serial port
  5. set the address to 0x10000 and file ESP32_PrusaConnectCam.ino.bin
  6. click to program
    image

Project release version

v0.5.3

System architecture

Intel/AMD 64-bit (modern PC, older Mac)

Operating system

Windows

Operating system version

Windows 10

Shell

other (details in Additional context)

Additional context

web browser

@brianignacio5
Copy link
Collaborator

Could you enable tracing and share the tracing output from the Copy Trace button in https://espressif.github.io/esptool-js/ ?

@johnyHV
Copy link
Author

johnyHV commented Jan 6, 2025

Hello @brianignacio5 . Here is output

    0707122055555555 5555555555555555 | ... UUUUUUUUUUUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    55555555                          | UUUU
TRACE 221.000 Write 46 bytes: 
    c000082400000000 0007071220555555 | ...$........ UUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    5555555555555555 5555555555c0     | UUUUUUUUUUUUU.
TRACE 223.000 Read 128 bytes: 
    7473204a756c2032 3920323031392031 | ts Jul 29 2019 1
    323a32313a34360d 0a0d0a7273743a30 | 2:21:46....rst:0
    78312028504f5745 524f4e5f52455345 | x1 (POWERON_RESE
    54292c626f6f743a 3078332028444f57 | T),boot:0x3 (DOW
    4e4c4f41445f424f 4f54285541525430 | NLOAD_BOOT(UART0
    2f55415254312f53 44494f5f5245495f | /UART1/SDIO_REI_
    52454f5f56322929 0d0a77616974696e | REO_V2))..waitin
    6720666f7220646f 776e6c6f61640d0a | g for download..
TRACE 224.000 Read invalid data: 
    7473204a756c2032 3920323031392031 | ts Jul 29 2019 1
    323a32313a34360d 0a0d0a7273743a30 | 2:21:46....rst:0
    78312028504f5745 524f4e5f52455345 | x1 (POWERON_RESE
    54292c626f6f743a 3078332028444f57 | T),boot:0x3 (DOW
    4e4c4f41445f424f 4f54285541525430 | NLOAD_BOOT(UART0
    2f55415254312f53 44494f5f5245495f | /UART1/SDIO_REI_
    52454f5f56322929 0d0a77616974696e | REO_V2))..waitin
    6720666f7220646f 776e6c6f61640d0a | g for download..
TRACE 224.000 Remaining data in serial buffer:                 
TRACE 224.000 command op:0x08 data len=36 wait_response=1 timeout=0.100 data=
    0707122055555555 5555555555555555 | ... UUUUUUUUUUUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    55555555                          | UUUU
TRACE 225.000 Write 46 bytes: 
    c000082400000000 0007071220555555 | ...$........ UUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    5555555555555555 5555555555c0     | UUUUUUUUUUUUU.
TRACE 327.000 No serial data received.
TRACE 327.000 command op:0x08 data len=36 wait_response=1 timeout=0.100 data=
    0707122055555555 5555555555555555 | ... UUUUUUUUUUUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    55555555                          | UUUU
TRACE 327.000 Write 46 bytes: 
    c000082400000000 0007071220555555 | ...$........ UUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    5555555555555555 5555555555c0     | UUUUUUUUUUUUU.
TRACE 428.000 No serial data received.
TRACE 429.000 command op:0x08 data len=36 wait_response=1 timeout=0.100 data=
    0707122055555555 5555555555555555 | ... UUUUUUUUUUUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    55555555                          | UUUU
TRACE 429.000 Write 46 bytes: 
    c000082400000000 0007071220555555 | ...$........ UUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    5555555555555555 5555555555c0     | UUUUUUUUUUUUU.
TRACE 907.000 No serial data received.
TRACE 907.000 command op:0x08 data len=36 wait_response=1 timeout=0.100 data=
    0707122055555555 5555555555555555 | ... UUUUUUUUUUUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    55555555                          | UUUU
TRACE 908.000 Write 46 bytes: 
    c000082400000000 0007071220555555 | ...$........ UUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    5555555555555555 5555555555c0     | UUUUUUUUUUUUU.
TRACE 1010.000 No serial data received.
TRACE 4665.000 command op:0x08 data len=36 wait_response=1 timeout=0.100 data=
    0707122055555555 5555555555555555 | ... UUUUUUUUUUUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    55555555                          | UUUU
TRACE 4665.000 Write 46 bytes: 
    c000082400000000 0007071220555555 | ...$........ UUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    5555555555555555 5555555555c0     | UUUUUUUUUUUUU.
TRACE 4767.000 No serial data received.
TRACE 4767.000 command op:0x08 data len=36 wait_response=1 timeout=0.100 data=
    0707122055555555 5555555555555555 | ... UUUUUUUUUUUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    55555555                          | UUUU
TRACE 4767.000 Write 46 bytes: 
    c000082400000000 0007071220555555 | ...$........ UUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    5555555555555555 5555555555c0     | UUUUUUUUUUUUU.
TRACE 4869.000 No serial data received.
TRACE 4870.000 command op:0x08 data len=36 wait_response=1 timeout=0.100 data=
    0707122055555555 5555555555555555 | ... UUUUUUUUUUUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    55555555                          | UUUU
TRACE 4870.000 Write 46 bytes: 
    c000082400000000 0007071220555555 | ...$........ UUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    5555555555555555 5555555555c0     | UUUUUUUUUUUUU.
TRACE 4972.000 No serial data received.
TRACE 4972.000 command op:0x08 data len=36 wait_response=1 timeout=0.100 data=
    0707122055555555 5555555555555555 | ... UUUUUUUUUUUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    55555555                          | UUUU
TRACE 4972.000 Write 46 bytes: 
    c000082400000000 0007071220555555 | ...$........ UUU
    5555555555555555 5555555555555555 | UUUUUUUUUUUUUUUU
    5555555555555555 5555555555c0     | UUUUUUUUUUUUU.
TRACE 4979.000 Read 1 bytes: c0              
TRACE 4980.000 Read 1 bytes: 01              
TRACE 4980.000 Read 30 bytes: 
    0804000707122000 000000c0c0010804 | ...... .........
    0007071220000000 00c0c0010804     | .... .........
TRACE 4980.000 Received full packet: 010804000707122000000000
TRACE 4980.000 Read 18 bytes: 
    c001080400070712 2000000000c0c001 | ........ .......
    0804                              | ..
TRACE 4980.000 Received full packet: 010804000707122000000000
TRACE 4980.000 Read 4 bytes: c0010804        
TRACE 4983.000 Read 1 bytes: 00              
TRACE 4983.000 Read 1 bytes: 07              
TRACE 4983.000 Read 25 bytes: 
    07122000000000c0 c001080400070712 | .. .............
    2000000000c0c001 08               |  ........
TRACE 4983.000 Received full packet: 010804000707122000000000
TRACE 4983.000 Read 17 bytes: 
    c001080400070712 2000000000c0c001 | ........ .......
    08                                | .
TRACE 4983.000 Received full packet: 010804000707122000000000
TRACE 4983.000 Read 3 bytes: c00108          
TRACE 4984.000 Read 1 bytes: 04              
TRACE 4984.000 Read 4 bytes: 00070712        
TRACE 4989.000 Read 1 bytes: 20              
TRACE 4989.000 Read 47 bytes: 
    00000000c0c00108 0400070712200000 | ............. ..
    0000c0c001080400 0707122000000000 | ........... ....
    c0c0010804000707 122000000000c0   | ......... .....
TRACE 4989.000 Received full packet: 010804000707122000000000
TRACE 4989.000 Read 42 bytes: 
    c001080400070712 2000000000c0c001 | ........ .......
    0804000707122000 000000c0c0010804 | ...... .........
    0007071220000000 00c0             | .... .....
TRACE 4989.000 Received full packet: 010804000707122000000000
TRACE 4989.000 Read 28 bytes: 
    c001080400070712 2000000000c0c001 | ........ .......
    0804000707122000 000000c0         | ...... .....
TRACE 4990.000 Received full packet: 010804000707122000000000
TRACE 4990.000 Read 14 bytes: c0010804000707122000000000c0
TRACE 4990.000 Received full packet: 010804000707122000000000
TRACE 4990.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=00100040        
TRACE 4990.000 Write 14 bytes: c0000a04000000000000100040c0
TRACE 5012.000 Read 1 bytes: c0              
TRACE 5012.000 Read 13 bytes: 010a0400831df00000000000c0
TRACE 5012.000 Received full packet: 010a0400831df00000000000
TRACE 5152.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=0ca0f53f        
TRACE 5152.000 Write 14 bytes: c0000a0400000000000ca0f53fc0
TRACE 5177.000 Read 1 bytes: c0              
TRACE 5177.000 Read 13 bytes: 010a040000a0000000000000c0
TRACE 5177.000 Received full packet: 010a040000a0000000000000
TRACE 5177.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=0ca0f53f        
TRACE 5178.000 Write 14 bytes: c0000a0400000000000ca0f53fc0
TRACE 5197.000 Read 1 bytes: c0              
TRACE 5197.000 Read 13 bytes: 010a040000a0000000000000c0
TRACE 5197.000 Received full packet: 010a040000a0000000000000
TRACE 5197.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=14a0f53f        
TRACE 5198.000 Write 14 bytes: c0000a04000000000014a0f53fc0
TRACE 5216.000 Read 1 bytes: c0              
TRACE 5216.000 Read 13 bytes: 010a04000000100000000000c0
TRACE 5216.000 Received full packet: 010a04000000100000000000
TRACE 5216.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=7c60f63f        
TRACE 5216.000 Write 14 bytes: c0000a0400000000007c60f63fc0
TRACE 5236.000 Read 1 bytes: c0              
TRACE 5236.000 Read 13 bytes: 010a04000020049600000000c0
TRACE 5236.000 Received full packet: 010a04000020049600000000
TRACE 5236.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=0ca0f53f        
TRACE 5236.000 Write 14 bytes: c0000a0400000000000ca0f53fc0
TRACE 5260.000 Read 1 bytes: c0              
TRACE 5260.000 Read 13 bytes: 010a040000a0000000000000c0
TRACE 5260.000 Received full packet: 010a040000a0000000000000
TRACE 5261.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=0ca0f53f        
TRACE 5261.000 Write 14 bytes: c0000a0400000000000ca0f53fc0
TRACE 5284.000 Read 1 bytes: c0              
TRACE 5284.000 Read 13 bytes: 010a040000a0000000000000c0
TRACE 5284.000 Received full packet: 010a040000a0000000000000
TRACE 5284.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=0ca0f53f        
TRACE 5285.000 Write 14 bytes: c0000a0400000000000ca0f53fc0
TRACE 5307.000 Read 1 bytes: c0              
TRACE 5307.000 Read 13 bytes: 010a040000a0000000000000c0
TRACE 5307.000 Received full packet: 010a040000a0000000000000
TRACE 5307.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=10a0f53f        
TRACE 5307.000 Write 14 bytes: c0000a04000000000010a0f53fc0
TRACE 5328.000 Read 1 bytes: c0              
TRACE 5328.000 Read 13 bytes: 010a04003702000000000000c0
TRACE 5328.000 Received full packet: 010a04003702000000000000
TRACE 5328.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=18a0f53f        
TRACE 5328.000 Write 14 bytes: c0000a04000000000018a0f53fc0
TRACE 5345.000 Read 1 bytes: c0              
TRACE 5345.000 Read 13 bytes: 010a04000400000000000000c0
TRACE 5345.000 Received full packet: 010a04000400000000000000
TRACE 5345.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=1400f43f        
TRACE 5345.000 Write 14 bytes: c0000a0400000000001400f43fc0
TRACE 5374.000 Read 1 bytes: c0              
TRACE 5375.000 Read 13 bytes: 010a04005f01000000000000c0
TRACE 5375.000 Received full packet: 010a04005f01000000000000
TRACE 5375.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=04a0f53f        
TRACE 5375.000 Write 14 bytes: c0000a04000000000004a0f53fc0
TRACE 5406.000 Read 1 bytes: c0              
TRACE 5406.000 Read 13 bytes: 010a0400942467f200000000c0
TRACE 5406.000 Received full packet: 010a0400942467f200000000
TRACE 5407.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=08a0f53f        
TRACE 5407.000 Write 14 bytes: c0000a04000000000008a0f53fc0
TRACE 5430.000 Read 1 bytes: c0              
TRACE 5430.000 Read 13 bytes: 010a04003a08bb0000000000c0
TRACE 5430.000 Received full packet: 010a04003a08bb0000000000
TRACE 5430.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=04a0f53f        
TRACE 5431.000 Write 14 bytes: c0000a04000000000004a0f53fc0
TRACE 5452.000 Read 1 bytes: c0              
TRACE 5452.000 Read 13 bytes: 010a0400942467f200000000c0
TRACE 5452.000 Received full packet: 010a0400942467f200000000
TRACE 5452.000 command op:0x0a data len=4 wait_response=1 timeout=3.000 data=08a0f53f        
TRACE 5453.000 Write 14 bytes: c0000a04000000000008a0f53fc0
TRACE 5474.000 Read 1 bytes: c0              
TRACE 5474.000 Read 5 bytes: 010a04003a      
TRACE 5474.000 Read 1 bytes: 08              
TRACE 5474.000 Read 7 bytes: bb0000000000c0  
TRACE 5474.000 Received full packet: 010a04003a08bb0000000000
TRACE 5622.000 command op:0x05 data len=16 wait_response=1 timeout=3.000 data=cc0d0000010000000018000000e00b40
TRACE 5622.000 Write 26 bytes: 
    c000051000000000 00cc0d0000010000 | ................
    000018000000e00b 40c0             | ........@.
TRACE 5672.000 Read 1 bytes: c0              
TRACE 5672.000 Read 13 bytes: 010504003a08bb0000000000c0
TRACE 5672.000 Received full packet: 010504003a08bb0000000000
TRACE 5676.000 command op:0x07 data len=3548 wait_response=1 timeout=3.000 data=
    cc0d000000000000 0000000000000000 | ................
    0800f43f1c00f43f 0000f43f00c0fc3f | ...?...?...?...?
    1000f43f36410021 faffc02000380241 | ...?6A.!... .8.A
    f9ffc02000280420 20749ce206050000 | ... .(.  t......
    0041f5ff81f6ffc0 2000a8048808a0a0 | .A...... .......
    74e008000b226602 e786f4ff21f1ffc0 | t...."f.....!...
    200039021df00000 a0ebfd3f186bfd3f |  .9........?.k.?
    8480000040400000 58abfd3fa4ebfd3f | ....@@..X..?...?
    364100b1f9ff20a0 74101120e5ce0096 | 6A.... .t.. ....
    1a0681f6ff92a101 9099119a98c02000 | .............. .
    b80991f3ffa0a074 9a88c02000921800 | .......t... ....
    9090f41bc9c0c0f4 c02000c258009a9b | ......... ..X...
    c02000a24900c020 0092180081eaff90 | . ..I.. ........
    90f48080f4879947 81e5ff92a1019099 | .......G........
    119a98c02000c809 a1e5ffb1e3ff879c | .... ...........
    17c601007ce8871a dec60800c0200089 | ....|........ ..
    0ac02000b9094602 00c02000b90ac020 | .. ...F... .... 
    00890991d7ff9a88 0c09c02000925800 | ........... ..X.
    1df00000f820f43f f830f43f36410091 | ..... .?.0.?6A..
    fdffc02000880980 80245648ff91faff | ... .....$VH....
    c020008809808024 5648ff1df0000000 | . .....$VH......
    1020f43f0020f43f 0000000836410010 | . .?. .?....6A..
    1120a5fcff21faff 0c08c02000826200 | . ...!..... ..b.
    91faff81f8ffc020 00926800c0200098 | ....... ..h.. ..
    085679ffc0200088 027cf28022302020 | .Vy.. ...|.."0  
    041df00000000040 364100101120e5fb | .......@6A... ..
    ff166aff81ecff91 fbffc02000926800 | ..j........ ..h.
    c0200098085679ff 1df000000c40fd3f | . ...Vy......@.?
    ffffff000420f43f 36410021fcff3842 | ..... .?6A.!..8B
    16830610112065f8 ff16fa050cf80c04 | ..... e.........
    37a80d9822809910 82a0019048834040 | 7...".......H.@@
    7410112025faff10 112025f3ff88220c | t.. %.... %...".
    1b40981190ab01cc 1480ab01b1edffb0 | .@..............
    9910b1ecffc02000 926b0091ceffc020 | ...... ..k..... 
    00a26900c02000a8 09567aff1c090c1a | ..i.. ...Vz.....
    409a839033c09a88 394289221df00000 | @...3...9B."....
    2c920040364100a2 a0c081fdffe00800 | ,..@6A..........
    1df0000036410082 a0c0ad02879211a2 | ....6A..........
    a0db81f7ffe00800 a2a0dc4604000000 | ...........F....
    0082a0db87920881 f2ffe00800a2a0dd | ................
    81f0ffe008001df0 3641003a32c60200 | ........6A.:2...
    00a202001b221011 20a5fbff3792f11d | .....".. ...7...
    f00000007cda0540 d82e06409cda0540 | ....|..@...@...@
    1cdb0540362121a2 d11081faffe00800 | ...@6!!.........
    460b0000000c1440 4411404363cd04bd | F......@D.@Cc...
    01ad0281f5ffe008 00a0a074fc5acd04 | ...........t.Z..
    10b120a2d11081f1 ffe008004a224033 | .. .........J"@3
    c05603fd22a20b10 22b020a220b2d110 | .V.."...". . ...
    81ecffe00800ad02 1c0b101120a5f7ff | ............ ...
    2d0386000022a063 1df00000fc670040 | -....".c.....g.@
    d092004008680040 36412162a107c066 | [email protected].@6A!b...f
    111a6659062c0a62 d1100c0552661a81 | ..fY.,.b....Rf..
    f7ffe008000c1840 881147b802464500 | [email protected].
    ad0681d4ffe00800 8634000092a41d50 | .........4.....P
    73c0e099111a9940 77638909cd07bd01 | s......@wc......
    20a22081cdffe008 0092a41de099111a |  . .............
    99a0a07488098caa 0c088266167d0886 | ...t.......f.}..
    1600000092a41de0 9911109980826900 | ..............i.
    10112025eaffbd07 ad01101120a5edff | .. %........ ...
    10112025e9ffcd07 10b12060a62081bb | .. %...... `. ..
    ffe0080092a41de0 99111a9988097022 | ..............p"
    8070558037b5b092 a107c099111a9998 | .pU.7...........
    098075c097b70246 dcff86e6ff0c0882 | ..u....F........
    466ca2a41b10aaa0 81caffe00800560a | Fl............V.
    ffb2a20ba2066c10 bbb0101120e59600 | ......l..... ...
    f7ea12f6470fb2a2 0d10bbb07abba24b | ....G.......z..K
    001b7786f1ff7ceb b79ac16647088226 | ..w...|....fG..&
    1a37b80287b59c22 a20b1022b060b620 | .7....."...".`. 
    ad02819bffe00800 101120a5dfffad02 | .......... .....
    1c0b10112025e3ff 101120a5deff2c0a | .... %.... ...,.
    81b1ffe008001df0 0820f43f70e2fa3f | ......... .?p..?
    48240640f0220640 366100101120e5ca | H$.@.".@6a... ..
    ff10a12081fbffe0 08003d0a0c12fc2a | ... ......=....*
    880192a200908810 8901101120a5cfff | ............ ...
    91f2ffa0a201c020 00822900a08820c0 | ....... ..)... .
    2000826900b22100 a1edff81eeffe008 |  ..i..!.........
    00a023831df00000 ff0f000036410081 | ..#.........6A..
    3bff0c1992480030 9c41992891fbff39 | ;....H.0.A.(...9
    1829383030b49a22 2a33303c410c0229 | .)800.."*30<A..)
    58394810112025f8 ff2d0a8c1a22a0c5 | X9H.. %..-..."..
    1df00000502d0640 364100412cff5834 | [email protected],.X4
    5033631663045814 5a53505c41460100 | P3c.c.X.ZSP\AF..
    10112065caff8844 a61804882487a5ef | .. e...D....$...
    101120a5c2ff166a ffa814cd03bd0281 | .. ....j........
    f1ffe00800a0a074 8c4a52a0c4526405 | .......t.JR..Rd.
    58143a5559145834 3055c059341df000 | X.:UY.X40U.Y4...
    00c0fc3f4f484149 a8ebfd3f70e00b40 | ...?OHAI...?p..@
    14e00b400c00f43f 3840f43fffff0000 | ...@...?8@.?....
    8c80000010400000 acebfd3fbcebfd3f | .....@.....?...?
    6090f43fff8fffff 6490f43f6890f43f | `..?....d..?h..?
    5c90f43f04c0fc3f 08c0fc3f04ecfd3f | \..?...?...?...?
    1400f43ff0ffff00 a8ebfd3f0cc0fc3f | ...?.......?...?
    2440fd3f7c680040 ec67004058860040 | $@.?|[email protected].@X..@
    6c2a064038320640 142c0640cc2c0640 | l*.@82.@.,.@.,.@
    4c2c064034850040 cc900040782e0640 | L,.@4..@...@x..@
    30ef054058920040 4c82004036c10021 | 0..@X..@L..@6..!
    d9ff0c0a22610842 a00081eeffe00800 | ...."a.B........
    21d4ff31d5ffc600 0049024b223732f8 | !..1.....I.K"72.
    10112025c2ff0c4b a2c120101120a5c5 | .. %...K.. .. ..
    ff22a101101120e5 c0ff418cfe902211 | .".... ...A...".
    2a2431caffb1caff c0200049022173fe | *$1...... .I.!s.
    0c0c0c5a32620081 dcffe0080031c5ff | ...Z2b.......1..
    52a101c020002803 2c0a502220c02000 | R... .(.,.P" . .
    2903812cffe00800 81d5ffe0080021be | )..,..........!.
    ffc020002802ccba 1cc330221022c2f8 | .. .(.....0"."..
    0c1320a3830c0b81 ceffe00800f1b7ff | .. .............
    0c1dc2a001b2a001 e2a10040dd1100cc | ...........@....
    1180bb01a2a00081 c7ffe0080021b0ff | .............!..
    51bffe2a4462d52b c0200028041672ff | Q..*Db.+. .(..r.
    c0200038040c070c 12c0200079042241 | . .8...... .y."A
    102203010c282241 1182510979512692 | ."...("A..Q.yQ&.
    071c3777121dc607 0022030372030280 | ..7w....."..r...
    2211702220664210 2823c02000280229 | ".p" fB.(#. .(.)
    510601001c222251 0910112065b2ff0c | Q....""Q... e...
    8ba2c11010112025 b6ff820303220302 | ...... %....."..
    8088112088202193 ff2020f487b21ca2 | ... . !..  .....
    a0c0101120e5b0ff a2a0ee10112065b0 | .... ........ e.
    ff101120e5aeff46 dbff00002203011c | ... ...F...."...
    37273734f6221846 ef00000022c22f20 | 7'74.".F...."./ 
    2074f642707184ff 7022a02802a00200 |  t.Bpq..p".(....
    22c2fe2020741c17 27b70246e600717f | "..  t..'..F..q.
    ff7022a02802a002 0072c230707074b6 | .p".(....r.0ppt.
    57c986e0002c490c 0722a0c097180286 | W....,I.."......
    de0079510c72ad07 101120a5a9ffad07 | ..yQ.r.... .....
    10112025a9ff1011 20a5a7ff10112065 | .. %.... ..... e
    a7ff0c8ba2c11022 c2ff101120a5aaff | .......".... ...
    5622fd4628000c12 56683382610f817a | V".F(...Vh3.a..z
    ffe0080088f1a028 8346c9002688050c | .......(.F..&...
    1246c70000782328 332087208080b456 | .F...x#(3 . ...V
    c8fe10112025c6ff 2a779c1ac6f7ff00 | .... %..*w......
    a0ac41816effe008 00562afd22d2f020 | ..A.n....V*.".. 
    a7c0cc22069c0000 a080f45618fe8604 | ...".......V....
    00a0a0f589f18166 ffe0080088f156da | .......f......V.
    fa8022c00c180088 1120a7c02738e106 | .."...... ..'8..
    04000000a0ac4181 5dffe0080056eaf8 | ......A.]....V..
    22d2f020a7c056a2 fec68a00000c0722 | ".. ..V........"
    a0c026880206a900 0c072d0746a70026 | ..&.......-.F..&
    b8f5067d000c1226 b80206a100b833a8 | ...}...&......3.
    230c07101120e5a0 ffa02783869c000c | #.... ....'.....
    1966b85c884320a9 110c0722a0c287ba | .f.\.C ...."....
    02069a00b853a223 0292610e101120e5 | .....S.#..a... .
    bfff98e1a0978386 0d000c1966b83188 | ............f.1.
    4320a9110c0722a0 c287ba02468f0028 | C ....".....F..(
    33b853a823207882 99e1101120e5bcff | 3.S.# x..... ...
    212ffe0c0898e189 6222d22b7922a098 | !/......b".+y"..
    832d09c682009129 fe0c07a2090022a0 | .-.....)......".
    c6779a0246810078 2382c8f022a0c087 | .w..F..x#..."...
    970128590c0792a0 ef4602007aa3a20a | ..(Y.....F..z...
    181b77a099308727 f282030572030480 | ..w..0.'....r...
    8811708820720306 0077118077208203 | ..p. r...w..w ..
    0780880170882080 99c082a0c10c0790 | ....p. .........
    2893c66d008111fe 22a0c69208007d09 | (..m....".....}.
    16991a98380c0722 a0c8771902066700 | ....8.."..w...g.
    2858924800466200 1c890c070c129718 | (X.H.Fb.........
    02066200f873e863 d853c843b833a823 | ..b..s.c.S.C.3.#
    8109ffe008000c08 7d0aa02883065b00 | ........}..(..[.
    0c12264802465600 91f2fe81f2fec020 | ..&H.FV........ 
    0078093022118077 10207720a823c020 | .x.0"..w. w .#. 
    00790991edfe0c0b c020007809807710 | .y....... .x..w.
    207720c020007909 91e9fec020007809 |  w . .y..... .x.
    807710207720c020 00790991e5fec020 | .w. w . .y..... 
    0078098077102027 20c02000290981ec | .x..w. ' . .)...
    fee0080006200000 00008090340c0722 | ..... ......4.."
    a0c0771902063d00 8084418bb37cfcc6 | ..w...=...A..|..
    0e00a83b89f199e1 b9c1c9d181e6fee0 | ...;............
    0800b8c188f1282b 781ba80b98e1c8d1 | ......(+x.......
    70721026020dc020 00d80a202c30d022 | pr.&... ... ,0."
    10207720c0200079 0a1b99b2cb108739 | . w . .y.......9
    c0c680ff66480246 7fff0c0722a0c086 | ....fH.F...."...
    26000c1226b802c6 210021c2fe885378 | &...&...!.!...Sx
    23890221c1fe7902 0c02061d00b1bdfe | #..!..y.........
    0c07d80b0c1a82c8 f09d072d07802a93 | ...........-..*.
    d09a8320991022a0 c6779960c1b7fe7d | ... .."..w.`...}
    09e80c22a0c9873e 5380f01422a0c056 | ..."...>S..."..V
    af042d0986020000 2a9398694b229907 | ..-.....*..iK"..
    9d0a20fec02a7d87 32ed16a9d8f90c79 | .. ..*}.2......y
    0bc660ff0c126688 1821a7fe8222008c | ..`...f..!..."..
    1882a0c80c077902 21a3fe79020c1280 | ......y.!..y....
    27830c0746010000 0c0722a0ff20a074 | '...F.....".. .t
    1011202572ff70a0 741011206571ff10 | .. %r.p.t.. eq..
    11202570ff56f2b7 2203011c2727371f | . %p.V.."...''7.
    f6320246dcfe22c2 fd2020740cf727b7 | .2.F.."..  t..'.
    02c6d8fe7192fe70 22a02802a0020000 | ....q..p".(.....
    72a0d277124f72a0 d477127706d2fe88 | r..w.Or..w.w....
    33a2a271c0aa1178 2389f18196fee008 | 3..q...x#.......
    002187fe9188fec0 2000280288f12034 | .!...... .(... 4
    35c0221190221020 23208022820c0a70 | 5."..". # ."...p
    b2c2818dfee00800 a2a3e8818afee008 | ................
    00c6c0fe0000d853 c843b833a8231011 | .......S.C.3.#..
    206575ff06bcfe00 b2030322030280bb |  eu........"....
    1120bb20b2cbf0a2 c318101120a591ff | . . ........ ...
    06b5fe0022030372 0302802211702220 | ...."..r...".p" 
    716ffd22c2f08837 8022631692ab8817 | qo."...7."c.....
    8a82808c41460200 89f1101120a55aff | ....AF...... .Z.
    88f19847a6190498 2797a8eb101120e5 | ...G....'..... .
    52ff166affa817cd 02b2c318816cfee0 | R..j.........l..
    08008c3a32a0c439 5738172a33391738 | ...:2..9W8.*39.8
    372023c02937869b fe22030382030272 | 7 #.)7...".....r
    c318802211383580 222022c2f056c309 | ...".85." "..V..
    f6520286250022a0 c9462a00314ffe81 | .R..%."..F*.1O..
    4ffde8032971e088 c089618826ad0987 | O...)q....a.&...
    b2010c3a99e1a9d1 e9c1101120a552ff | ...:........ .R.
    a8d18146fea901e8 c1a145fedd08bd07 | ...F......E.....
    c2c11cf2c11889f1 814efee00800b826 | .........N.....&
    cd0aa87198e1a0bb c0b926a022c0b803 | ...q......&."...
    aa77a86188f1aabb 0c0ab903c0a98380 | .w.a............
    bbc0a0d074cc9ae2 db80ad0de0a98316 | ....t...........
    ea01ad0889f199e1 c9d1101120a580ff | ............ ...
    88f198e1c8d18903 46010000000c1c9d | ........F.......
    0c8cb238358c73c0 3f31c033c096b3f5 | ...85.s.?1.3....
    d67c0022a0c72955 0667fe569c992835 | .|."..)U.g.V..(5
    16429922a0c806fb ffa823569a98812d | .B."......#V...-
    fee00800a2a271c0 aa118126fee00800 | ......q....&....
    812afee00800865b fe00002833167296 | .*.....[...(3.r.
    0c0a8124fee00800 a2a3e8811efee008 | ...$............
    00e002000654fe1d f00000003641009d | .....T......6A..
    0282a0c028038799 0fcc320c12860700 | ....(.....2.....
    0c0229037ce2860f 0026120726221886 | ..).|....&..&"..
    0300000082a0db80 292387992a0c2229 | ........)#..*.")
    037cf24608000000 22a0dc27990a0c12 | .|.F...."..'....
    29032d0806040000 0082a0dd7cf28799 | ).-.........|...
    060c12290322a0db 1df00000         | ...)."......
TRACE 5681.000 Write 3657 bytes: 
    c00007dc0d670000 00cc0d0000000000 | .....g..........
    0000000000000000 000800f43f1c00f4 | ............?...
    3f0000f43f00dbdc fc3f1000f43f3641 | ?...?....?...?6A
    0021faffdbdc2000 380241f9ffdbdc20 | .!.... .8.A.... 
    0028042020749ce2 060500000041f5ff | .(.  t.......A..
    81f6ffdbdc2000a8 048808a0a074e008 | ..... .......t..
    000b226602e786f4 ff21f1ffdbdc2000 | .."f.....!.... .
    39021df00000a0eb fd3f186bfd3f8480 | 9........?.k.?..
    00004040000058ab fd3fa4ebfd3f3641 | ..@@..X..?...?6A
    00b1f9ff20a07410 1120e5ce00961a06 | .... .t.. ......
    81f6ff92a1019099 119a98dbdc2000b8 | ............. ..
    0991f3ffa0a0749a 88dbdc2000921800 | ......t.... ....
    9090f41bc9dbdcdb dcf4dbdc2000c258 | ............ ..X
    009a9bdbdc2000a2 4900dbdc20009218 | ..... ..I... ...
    0081eaff9090f480 80f487994781e5ff | ............G...
    92a1019099119a98 dbdc2000c809a1e5 | .......... .....
    ffb1e3ff879c17c6 01007ce8871adec6 | ..........|.....
    0800dbdc2000890a dbdc2000b9094602 | .... ..... ...F.
    00dbdc2000b90adb dc2000890991d7ff | ... ..... ......
    9a880c09dbdc2000 9258001df00000f8 | ...... ..X......
    20f43ff830f43f36 410091fdffdbdc20 |  .?.0.?6A...... 
    0088098080245648 ff91faffdbdc2000 | .....$VH...... .
    88098080245648ff 1df00000001020f4 | ....$VH....... .
    3f0020f43f000000 08364100101120a5 | ?. .?....6A... .
    fcff21faff0c08db dc200082620091fa | ..!...... ..b...
    ff81f8ffdbdc2000 926800dbdc200098 | ...... ..h... ..
    085679ffdbdc2000 88027cf280223020 | .Vy... ...|.."0 
    20041df000000000 40364100101120e5 |  .......@6A... .
    fbff166aff81ecff 91fbffdbdc200092 | ...j......... ..
    6800dbdc20009808 5679ff1df000000c | h... ...Vy......
    40fd3fffffff0004 20f43f36410021fc | @.?..... .?6A.!.
    ff38421683061011 2065f8ff16fa050c | .8B..... e......
    f80c0437a80d9822 80991082a0019048 | ...7...".......H
    8340407410112025 faff10112025f3ff | .@@t.. %.... %..
    88220c1b40981190 ab01cc1480ab01b1 | ."..@...........
    edffb09910b1ecff dbdc2000926b0091 | .......... ..k..
    ceffdbdc2000a269 00dbdc2000a80956 | .... ..i... ...V
    7aff1c090c1a409a 839033dbdc9a8839 | [email protected]
    4289221df000002c 920040364100a2a0 | B."....,..@6A...
    dbdc81fdffe00800 1df0000036410082 | ............6A..
    a0dbdcad02879211 a2a0dbdd81f7ffe0 | ................
    0800a2a0dc460400 00000082a0dbdd87 | .....F..........
    920881f2ffe00800 a2a0dd81f0ffe008 | ................
    001df03641003a32 c6020000a202001b | ...6A.:2........
    22101120a5fbff37 92f11df00000007c | ".. ...7.......|
    da0540d82e06409c da05401cdbdd0540 | ..@...@...@....@
    362121a2d11081fa ffe00800460b0000 | 6!!.........F...
    000c144044114043 63cd04bd01ad0281 | ...@D.@Cc.......
    f5ffe00800a0a074 fc5acd0410b120a2 | .......t.Z.... .
    d11081f1ffe00800 4a224033dbdc5603 | ........J"@3..V.
    fd22a20b1022b020 a220b2d11081ecff | ."...". . ......
    e00800ad021c0b10 1120a5f7ff2d0386 | ......... ...-..
    000022a0631df000 00fc670040d09200 | ..".c.....g.@...
    4008680040364121 62a107dbdc66111a | @.h.@6A!b....f..
    6659062c0a62d110 0c0552661a81f7ff | fY.,.b....Rf....
    e008000c18408811 47b802464500ad06 | [email protected]...
    81d4ffe008008634 000092a41d5073db | .......4.....Ps.
    dce099111a994077 638909cd07bd0120 | ......@wc...... 
    a22081cdffe00800 92a41de099111a99 | . ..............
    a0a07488098caa0c 088266167d088616 | ..t.......f.}...
    00000092a41de099 1110998082690010 | .............i..
    112025eaffbd07ad 01101120a5edff10 | . %........ ....
    112025e9ffcd0710 b12060a62081bbff | . %...... `. ...
    e0080092a41de099 111a998809702280 | .............p".
    70558037b5b092a1 07dbdc99111a9998 | pU.7............
    098075dbdc97b702 46dcff86e6ff0c08 | ..u.....F.......
    82466ca2a41b10aa a081caffe0080056 | .Fl............V
    0affb2a20ba2066c 10bbb0101120e596 | .......l..... ..
    00f7ea12f6470fb2 a20d10bbb07abba2 | .....G.......z..
    4b001b7786f1ff7c ebb79ac166470882 | K..w...|....fG..
    261a37b80287b59c 22a20b1022b060b6 | &.7....."...".`.
    20ad02819bffe008 00101120a5dfffad |  .......... ....
    021c0b10112025e3 ff101120a5deff2c | ..... %.... ...,
    0a81b1ffe008001d f00820f43f70e2fa | .......... .?p..
    3f48240640f02206 40366100101120e5 | ?H$.@.".@6a... .
    caff10a12081fbff e008003d0a0c12fc | .... ......=....
    2a880192a2009088 108901101120a5cf | *............ ..
    ff91f2ffa0a201db dc2000822900a088 | ......... ..)...
    20dbdc2000826900 b22100a1edff81ee |  .. ..i..!......
    ffe00800a023831d f00000ff0f000036 | .....#.........6
    4100813bff0c1992 4800309c41992891 | A..;....H.0.A.(.
    fbff391829383030 b49a222a33303c41 | ..9.)800.."*30<A
    0c02295839481011 2025f8ff2d0a8c1a | ..)X9H.. %..-...
    22a0c51df0000050 2d0640364100412c | "[email protected],
    ff58345033631663 0458145a53505c41 | .X4P3c.c.X.ZSP\A
    46010010112065ca ff8844a618048824 | F.... e...D....$
    87a5ef101120a5c2 ff166affa814cd03 | ..... ....j.....
    bd0281f1ffe00800 a0a0748c4a52a0c4 | ..........t.JR..
    52640558143a5559 1458343055dbdc59 | Rd.X.:UY.X40U..Y
    341df00000dbdcfc 3f4f484149a8ebfd | 4.......?OHAI...
    3f70e00b4014e00b 400c00f43f3840f4 | ?p..@...@...?8@.
    3fffff00008c8000 0010400000acebfd | ?.........@.....
    3fbcebfd3f6090f4 3fff8fffff6490f4 | ?...?`..?....d..
    3f6890f43f5c90f4 3f04dbdcfc3f08db | ?h..?\..?....?..
    dcfc3f04ecfd3f14 00f43ff0ffff00a8 | ..?...?...?.....
    ebfd3f0cdbdcfc3f 2440fd3f7c680040 | ..?....?$@.?|h.@
    ec67004058860040 6c2a064038320640 | .g.@X..@l*.@82.@
    142c0640cc2c0640 4c2c064034850040 | .,.@.,.@L,.@4..@
    cc900040782e0640 30ef054058920040 | ...@x..@0..@X..@
    4c82004036c10021 d9ff0c0a22610842 | L..@6..!...."a.B
    a00081eeffe00800 21d4ff31d5ffc600 | ........!..1....
    0049024b223732f8 10112025c2ff0c4b | .I.K"72... %...K
    a2c120101120a5c5 ff22a101101120e5 | .. .. ...".... .
    dbdcff418cfe9022 112a2431caffb1ca | ...A...".*$1....
    ffdbdc2000490221 73fe0c0c0c5a3262 | ... .I.!s....Z2b
    0081dcffe0080031 c5ff52a101dbdc20 | .......1..R.... 
    0028032c0a502220 dbdc20002903812c | .(.,.P" .. .)..,
    ffe0080081d5ffe0 080021beffdbdc20 | ..........!.... 
    002802ccba1cc330 221022c2f80c1320 | .(.....0".".... 
    a3830c0b81ceffe0 0800f1b7ff0c1dc2 | ................
    a001b2a001e2a100 40dd1100cc1180bb | ........@.......
    01a2a00081c7ffe0 080021b0ff51bffe | ..........!..Q..
    2a4462d52bdbdc20 0028041672ffdbdc | *Db.+.. .(..r...
    200038040c070c12 dbdc200079042241 |  .8....... .y."A
    102203010c282241 1182510979512692 | ."...("A..Q.yQ&.
    071c3777121dc607 0022030372030280 | ..7w....."..r...
    2211702220664210 2823dbdc20002802 | ".p" fB.(#.. .(.
    29510601001c2222 510910112065b2ff | )Q....""Q... e..
    0c8ba2c110101120 25b6ff8203032203 | ....... %.....".
    0280881120882021 93ff2020f487b21c | .... . !..  ....
    a2a0dbdc101120e5 b0ffa2a0ee101120 | ...... ........ 
    65b0ff101120e5ae ff46dbddff000022 | e.... ...F....."
    03011c37273734f6 221846ef00000022 | ...7'74.".F...."
    c22f202074f64270 7184ff7022a02802 | ./  t.Bpq..p".(.
    a0020022c2fe2020 741c1727b70246e6 | ..."..  t..'..F.
    00717fff7022a028 02a0020072c23070 | .q..p".(....r.0p
    7074b657c986e000 2c490c0722a0dbdc | pt.W....,I.."...
    97180286de007951 0c72ad07101120a5 | ......yQ.r.... .
    a9ffad0710112025 a9ff101120a5a7ff | ...... %.... ...
    10112065a7ff0c8b a2c11022c2ff1011 | .. e......."....
    20a5aaff5622fd46 28000c1256683382 |  ...V".F(...Vh3.
    610f817affe00800 88f1a0288346c900 | a..z.......(.F..
    2688050c1246c700 0078232833208720 | &....F...x#(3 . 
    8080b456c8fe1011 2025c6ff2a779c1a | ...V.... %..*w..
    c6f7ff00a0ac4181 6effe00800562afd | ......A.n....V*.
    22d2f020a7dbdccc 22069c0000a080f4 | ".. ....".......
    5618fe860400a0a0 f589f18166ffe008 | V...........f...
    0088f156dafa8022 dbdc0c1800881120 | ...V..."....... 
    a7dbdc2738e10604 000000a0ac41815d | ...'8........A.]
    ffe0080056eaf822 d2f020a7dbdc56a2 | ....V..".. ...V.
    fec68a00000c0722 a0dbdc26880206a9 | ......."...&....
    000c072d0746a700 26b8f5067d000c12 | ...-.F..&...}...
    26b80206a100b833 a8230c07101120e5 | &......3.#.... .
    a0ffa02783869c00 0c1966b85c884320 | ...'......f.\.C 
    a9110c0722a0c287 ba02069a00b853a2 | ....".........S.
    230292610e101120 e5bfff98e1a09783 | #..a... ........
    860d000c1966b831 884320a9110c0722 | .....f.1.C ...."
    a0c287ba02468f00 2833b853a8232078 | .....F..(3.S.# x
    8299e1101120e5bc ff212ffe0c0898e1 | ..... ...!/.....
    896222d22b7922a0 98832d09c6820091 | .b".+y"...-.....
    29fe0c07a2090022 a0c6779a02468100 | )......"..w..F..
    782382c8f022a0db dc87970128590c07 | x#..."......(Y..
    92a0ef4602007aa3 a20a181b77a09930 | ...F..z.....w..0
    8727f28203057203 0480881170882072 | .'....r.....p. r
    0306007711807720 8203078088017088 | ...w..w ......p.
    208099dbdc82a0c1 0c07902893c66d00 |  ..........(..m.
    8111fe22a0c69208 007d0916991a9838 | ...".....}.....8
    0c0722a0c8771902 0667002858924800 | .."..w...g.(X.H.
    4662001c890c070c 12971802066200f8 | Fb...........b..
    73e863d853c843b8 33a8238109ffe008 | s.c.S.C.3.#.....
    000c087d0aa02883 065b000c12264802 | ...}..(..[...&H.
    46560091f2fe81f2 fedbdc2000780930 | FV......... .x.0
    2211807710207720 a823dbdc20007909 | "..w. w .#.. .y.
    91edfe0c0bdbdc20 0078098077102077 | ....... .x..w. w
    20dbdc2000790991 e9fedbdc20007809 |  .. .y...... .x.
    807710207720dbdc 2000790991e5fedb | .w. w .. .y.....
    dc20007809807710 202720dbdc200029 | . .x..w. ' .. .)
    0981ecfee0080006 2000000000809034 | ........ ......4
    0c0722a0dbdc7719 02063d008084418b | .."...w...=...A.
    b37cfcc60e00a83b 89f199e1b9c1c9d1 | .|.....;........
    81e6fee00800b8c1 88f1282b781ba80b | ..........(+x...
    98e1c8d170721026 020ddbdc2000d80a | ....pr.&.... ...
    202c30d022102077 20dbdc2000790a1b |  ,0.". w .. .y..
    99b2cb108739dbdc c680ff664802467f | .....9.....fH.F.
    ff0c0722a0dbdc86 26000c1226b802c6 | ..."....&...&...
    210021c2fe885378 23890221c1fe7902 | !.!...Sx#..!..y.
    0c02061d00b1bdfe 0c07d80b0c1a82c8 | ................
    f09d072d07802a93 d09a8320991022a0 | ...-..*.... ..".
    c6779960c1b7fe7d 09e80c22a0c9873e | .w.`...}..."...>
    5380f01422a0dbdc 56af042d09860200 | S..."...V..-....
    002a9398694b2299 079d0a20fedbdc2a | .*..iK".... ...*
    7d8732ed16a9d8f9 0c790bc660ff0c12 | }.2......y..`...
    66881821a7fe8222 008c1882a0c80c07 | f..!..."........
    790221a3fe79020c 128027830c074601 | y.!..y....'...F.
    00000c0722a0ff20 a0741011202572ff | ....".. .t.. %r.
    70a0741011206571 ff1011202570ff56 | p.t.. eq... %p.V
    f2b72203011c2727 371ff6320246dcfe | .."...''7..2.F..
    22c2fd2020740cf7 27b702c6d8fe7192 | "..  t..'.....q.
    fe7022a02802a002 000072a0d277124f | .p".(.....r..w.O
    72a0d477127706d2 fe8833a2a271dbdc | r..w.w....3..q..
    aa11782389f18196 fee008002187fe91 | ..x#........!...
    88fedbdc20002802 88f1203435dbdc22 | .... .(... 45.."
    1190221020232080 22820c0a70b2c281 | ..". # ."...p...
    8dfee00800a2a3e8 818afee00800c6db | ................
    dcfe0000d853c843 b833a82310112065 | .....S.C.3.#.. e
    75ff06bcfe00b203 0322030280bb1120 | u........"..... 
    bb20b2cbf0a2c318 101120a591ff06b5 | . ........ .....
    fe00220303720302 802211702220716f | .."..r...".p" qo
    fd22c2f088378022 631692ab88178a82 | ."...7."c.......
    808c4146020089f1 101120a55aff88f1 | ..AF...... .Z...
    9847a61904982797 a8eb101120e552ff | .G....'..... .R.
    166affa817cd02b2 c318816cfee00800 | .j.........l....
    8c3a32a0c4395738 172a333917383720 | .:2..9W8.*39.87 
    23dbdc2937869bfe 22030382030272c3 | #..)7...".....r.
    1880221138358022 2022c2f056c309f6 | ..".85." "..V...
    520286250022a0c9 462a00314ffe814f | R..%."..F*.1O..O
    fde8032971e088db dc89618826ad0987 | ...)q.....a.&...
    b2010c3a99e1a9d1 e9c1101120a552ff | ...:........ .R.
    a8d18146fea901e8 c1a145fedd08bd07 | ...F......E.....
    c2c11cf2c11889f1 814efee00800b826 | .........N.....&
    cd0aa87198e1a0bb dbdcb926a022dbdc | ...q.......&."..
    b803aa77a86188f1 aabb0c0ab903dbdc | ...w.a..........
    a98380bbdbdca0d0 74cc9ae2dbdd80ad | ........t.......
    0de0a98316ea01ad 0889f199e1c9d110 | ................
    1120a580ff88f198 e1c8d18903460100 | . ...........F..
    00000c1c9d0c8cb2 38358c73dbdc3f31 | ........85.s..?1
    dbdc33dbdc96b3f5 d67c0022a0c72955 | ..3......|."..)U
    0667fe569c992835 16429922a0c806fb | .g.V..(5.B."....
    ffa823569a98812d fee00800a2a271db | ..#V...-......q.
    dcaa118126fee008 00812afee0080086 | ....&.....*.....
    5bfe000028331672 960c0a8124fee008 | [...(3.r....$...
    00a2a3e8811efee0 0800e002000654fe | ..............T.
    1df0000000364100 9d0282a0dbdc2803 | .....6A.......(.
    87990fcc320c1286 07000c0229037ce2 | ....2.......).|.
    860f002612072622 18860300000082a0 | ...&..&"........
    dbdd80292387992a 0c2229037cf24608 | ...)#..*.").|.F.
    00000022a0dc2799 0a0c1229032d0806 | ..."..'....).-..
    0400000082a0dd7c f28799060c122903 | .......|......).
    22a0dbdd1df00000 c0               | "........
TRACE 6012.000 Read 1 bytes: c0              
TRACE 6012.000 Read 1 bytes: 01              
TRACE 6012.000 Read 12 bytes: 0704003a08bb0000000000c0
TRACE 6012.000 Received full packet: 010704003a08bb0000000000
TRACE 6012.000 command op:0x05 data len=16 wait_response=1 timeout=3.000 data=9c0000000100000000180000a8ebfd3f
TRACE 6012.000 Write 26 bytes: 
    c000051000000000 009c000000010000 | ................
    0000180000a8ebfd 3fc0             | ........?.
TRACE 6034.000 Read 1 bytes: c0              
TRACE 6035.000 Read 13 bytes: 010504003a08bb0000000000c0
TRACE 6035.000 Received full packet: 010504003a08bb0000000000
TRACE 6036.000 command op:0x07 data len=172 wait_response=1 timeout=3.000 data=
    9c00000000000000 0000000000000000 | ................
    0cc0fc3fece70b40 7fe80b4067ed0b40 | ...?...@...@g..@
    06e90b409fe80b40 06e90b4065e90b40 | ...@...@...@e..@
    82ea0b40f4ea0b40 9dea0b4095e70b40 | ...@...@...@...@
    1aea0b4074ea0b40 88e90b4018eb0b40 | ...@t..@...@...@
    b0e90b4018eb0b40 6de80b40cae80b40 | ...@...@m..@...@
    06e90b4065e90b40 85e80b40c8eb0b40 | ...@e..@...@...@
    29ed0b40b8e60b40 4bed0b40b8e60b40 | )..@...@K..@...@
    b8e60b40b8e60b40 b8e60b40b8e60b40 | ...@...@...@...@
    b8e60b40b8e60b40 b8e60b406feb0b40 | ...@...@...@o..@
    b8e60b4049ec0b40 29ed0b40         | ...@I..@)..@
TRACE 6036.000 Write 183 bytes: 
    c00007ac00250000 009c000000000000 | .....%..........
    0000000000000000 000cdbdcfc3fece7 | .............?..
    0b407fe80b4067ed 0b4006e90b409fe8 | .@...@g..@...@..
    0b4006e90b4065e9 0b4082ea0b40f4ea | .@...@e..@...@..
    0b409dea0b4095e7 0b401aea0b4074ea | .@...@...@...@t.
    0b4088e90b4018eb 0b40b0e90b4018eb | .@...@...@...@..
    0b406de80b40cae8 0b4006e90b4065e9 | .@m..@...@...@e.
    0b4085e80b40c8eb 0b4029ed0b40b8e6 | .@...@...@)..@..
    0b404bed0b40b8e6 0b40b8e60b40b8e6 | .@K..@...@...@..
    0b40b8e60b40b8e6 0b40b8e60b40b8e6 | .@...@...@...@..
    0b40b8e60b406feb 0b40b8e60b4049ec | .@...@o..@...@I.
    0b4029ed0b40c0                    | .@)..@.
TRACE 6058.000 Read 1 bytes: c0              
TRACE 6058.000 Read 13 bytes: 010704003a08bb0000000000c0
TRACE 6058.000 Received full packet: 010704003a08bb0000000000
TRACE 6059.000 command op:0x06 data len=8 wait_response=1 timeout=0.200 data=00000000ece50b40
TRACE 6059.000 Write 18 bytes: 
    c000060800000000 0000000000ece50b | ................
    40c0                              | @.
TRACE 6082.000 Read 1 bytes: c0              
TRACE 6082.000 Read 19 bytes: 
    010604003a08bb00 00000000c0c04f48 | ....:.........OH
    4149c0                            | AI.
TRACE 6082.000 Received full packet: 010604003a08bb0000000000
TRACE 6082.000 Read 6 bytes: c04f484149c0    
TRACE 6082.000 Received full packet: 4f484149        
TRACE 6083.000 command op:0x0f data len=8 wait_response=1 timeout=3.000 data=00100e0000c20100
TRACE 6083.000 Write 18 bytes: 
    c0000f0800000000 0000100e0000c201 | ................
    00c0                              | ..
TRACE 6103.000 Read 1 bytes: c0              
TRACE 6103.000 Read 11 bytes: 010f0200000000000000c0
TRACE 6103.000 Received full packet: 010f0200000000000000
TRACE 22329.000 command op:0x10 data len=16 wait_response=1 timeout=3.000 data=b0711800390000000040000000000100
TRACE 22329.000 Write 26 bytes: 
    c000101000000000 00b0711800390000 | ..........q..9..
    0000400000000001 00c0             | ..@.......
TRACE 25331.000 No serial data received.

@brianignacio5
Copy link
Collaborator

I've noticed that in your output when using the Arduino IDE you flash multiple images while on esptool-js live you only flash the app image. Could you try using all 3 bin files in esptool-js with trace and see if it works ?

I've tested both cases (only app bin file and 3 bin files) locally but I can't reproduce the issue with esp32 wrover-kit. I don't have this board since it is a 3rd party vendor and need time to get it.

Could you also test using esptool.py with --trace (or in Arduino IDE enable tracing similar as the last you shared) ? Since I can't reproduce the issue locally and I need to compare trace output in order to find the issue.

@TD-er
Copy link

TD-er commented Jan 7, 2025

You could also generate a single bin file including the bootloader etc. using esptool.py and then try to flash that single file using the web flasher.
For some inspiration on how to generate a single file using the merge_bin option of esptool.py, see here
Or simply read the flash chip from a successfully flashed node and use that as single file to test if it is working when sending only a single file.

By reading from a successfully flashed unit you also make sure the correct sketch partition is selected, which may have been toggled after an OTA update.
Also esptool.py may change some flags based on the detected flash chip, which the webflasher may not do (not sure, just a hypothesis). Flags like DIO/QIO mode and/or flash frequency for example.

@brianignacio5
Copy link
Collaborator

I understand @TD-er the issue is that I can't reproduce it myself locally. Either the issue is target dependent or something else I am missing which is also why I need esptool.py --trace to compare.

It does seem that esptool.py is updating flashing arguments like flash size and other stuff which esptool-js doesn't do just yet but if I try with the supplied binaries I can't reproduce the issue using esp32-wrover kit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants