Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
offen:matrixleds [2025/12/03 18:59] itbs angelegt |
offen:matrixleds [2025/12/03 20:36] (aktuell) itbs |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ===== esp flash mit Browser ===== | ||
| + | |||
| - in Chrom Browser aufrufen https:// | - in Chrom Browser aufrufen https:// | ||
| - Esp mit USB verbinden (controlle mit ls -la /dev/tty* sollte auch / | - Esp mit USB verbinden (controlle mit ls -la /dev/tty* sollte auch / | ||
| - lsusb Bus 001 Device 005: ID 303a:1001 Espressif USB JTAG/serial debug unit | - lsusb Bus 001 Device 005: ID 303a:1001 Espressif USB JTAG/serial debug unit | ||
| - | - starten der console | + | - optional program nur beim ersten Mal oder Update |
| + | - connect/ | ||
| + | - Connected to device: ESP32-S3 (QFN56) (revision v0.1) seriellen Port ttyACM0 verbinden | ||
| + | - Copy Trace [[fulltraceflash]] | ||
| + | - Disconnect  | ||
| + | - Erase Flash <wrap alert> löschen des gesammten flash Speichers </ | ||
| + | - Erasing flash (this may take a while)... | ||
| + | - Chip erase completed successfully in 15.432s | ||
| + | - Flash Address File(s) at 0x1000 , 0x2000 , ... | ||
| + | - starten | ||
| <code terminal> | <code terminal> | ||
| Zeile 39: | Zeile 50: | ||
| https:// | https:// | ||
| + | |||
| + | ====== Show Debug log ====== | ||
| + | |||
| + | < | ||
| + | esptool.js | ||
| + | Serial port WebSerial VendorID 0x303a ProductID 0x1001 | ||
| + | Connecting...Debug: | ||
| + | Debug: _connect_attempt default_reset | ||
| + | Debug: Sync connect attempt 0 | ||
| + | Debug: Sync | ||
| + | Debug: Sync err Error: Invalid head of packet (0x53): Possible serial noise or corruption. | ||
| + | Debug: Error at sync Error: Invalid head of packet (0x53): Possible serial noise or corruption. | ||
| + | Debug: Sync connect attempt 1 | ||
| + | Debug: Sync | ||
| + | Debug: 538052359 | ||
| + | Debug: Connect attempt successful. | ||
| + | |||
| + | Debug: Chip Magic 9 | ||
| + | Detecting chip type... ESP32-S3 | ||
| + | Chip is ESP32-S3 (QFN56) (revision v0.1) | ||
| + | Features: Wi-Fi, | ||
| + | Crystal is 40MHz | ||
| + | MAC: f0: | ||
| + | Debug: In _post_connect 4 | ||
| + | Uploading stub... | ||
| + | Debug: mem_begin 5292 1 6144 40378000 | ||
| + | Debug: check_command enter RAM download mode | ||
| + | Debug: check_command write to target RAM | ||
| + | Debug: mem_begin 252 1 6144 3fcb2bfc | ||
| + | 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 230400 | ||
| + | Changed | ||
| + | If the chip does not respond to any further commands, consider using a lower baud rate. | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Flash ID: 164020 | ||
| + | Configuring flash size... | ||
| + | Debug: detectFlashSize | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Debug: check_command write target memory | ||
| + | Auto-detected Flash size: 4MB | ||
| + | Detected flash size set to 4MB | ||
| + | |||
| + | </ | ||
| + | |||