Uploading stub... Running stub... Stub running... Changing baud rate to 1152000 Changed. NO XMC flash detected! SPI_BOOT_CRYPT_CNT 0 SECURE_BOOT_EN False is stub and send flash finish The only thing that works
is stub and send flash finish nebkat commentedon Jan 9, 2020 nebkat on Jan 9, 2020 Owner This alone doesn't seem incorrect. Could it be because you have not checked the boxes beside the bin files in the flasher tool? AndrewR-L commentedon Jan 9, 2020 AndrewR-L on Jan 9, 2020 C...
Running stub... Stub running... Changing baud rate to 460800 Changed. FLASH_CRYPT_CNT 0 ABS_DONE_0 False Compressed 26848 bytes to 16531... Compressed 3072 bytes to 103... Compressed 174288 bytes to 94317... is stub and send flash finish Use esptool.py can flash esp32 in 921600bps...
["esptool", "-p", COMport, "-b", "460800", "--no-stub", "--before", "default_reset", "--after", "no_reset"] command = command + ["--chip", "esp32s3", "write_flash", "--flash_mode", "dio"] command = command + ["--flash_size", "16MB", "--flash_freq", "...
self.check_command("enter Flash download mode", self.ESP_FLASH_BEGIN, struct.pack('<IIII', erase_size, num_blocks, self.FLASH_WRITE_SIZE, offset)) if size != 0 and not self.IS_STUB: print("Took %.2fs to erase flash block" % (time.time() - t)) self._port.timeout = ...
is stub and send flash finish I didn't set anything security related or whatsoever. What could be the problem? image (1).png image (2).png You do not have the required permissions to view the files attached to this post. Captain.Chode ...
is stub and send flash finish 使用vscode+pio 下载 LOG如下 CURRENT: upload_protocol = esptool Looking for upload port... Using manually specified: COM21 Uploading .pio\build\set-meter\firmware.bin esptool.py v4.5 Serial port COM21 Connecting... Chip is ESP32-S3 (revision v0.2) Features...
Thank you very much for your response! I have managed to load everything necessary and in the appropriate flash memory position thanks to your help! In case anyone is in the same situation, these have been the 4 commands that I have used for the ESP32C6 to load everything correctly: ...
Serial utility for flashing, provisioning, and interacting with Espressif SoCs - feat(stub): Add ESP32-S3 octal flash support · espressif/esptool@b746aa7
flash/espressif: Added support to use stub which is built into target application binary, so there is no need to load it every time flash breakpoint needs to be set/clered. This improves debugging speed significantly. target/esp_riscv: Addedmideleg,medeleg,mieandmipregs to the esp32c6 and...