nanoframework / Home

:house: The landing page for .NET nanoFramework repositories.
https://www.nanoframework.net
MIT License
861 stars 79 forks source link

Error on ESP32S3 since nanoff updated to 2.5.66 #1481

Closed marcantoinebouchard closed 5 months ago

marcantoinebouchard commented 5 months ago

Tool

nanoff

Description

Since I updated to nanoff 2.5.66, device details cannot be read on esp32s3. I looked at the path provided in the error message, and the folder esp32s3bootloader is missing.

How to reproduce

nanoff --platform esp32 --serialport COM3 --update .NET nanoFramework Firmware Flasher v2.5.66+304c7a0963 Copyright (C) 2019 .NET Foundation and nanoFramework project contributors

Reading details from chip...Error E4003: Failed to write new firmware to ESP32. ( usage: esptool write_flash [-h] [--erase-all] [--flash_freq {keep,80m,60m,48m,40m,30m,26m,24m,20m,16m,15m,12m}] [--flash_mode {keep,qio,qout,dio,dout}] [--flash_size FLASH_SIZE] [--spi-connection SPI_CONNECTION] [--no-progress] [--verify] [--encrypt] [--encrypt-files

[
...]] [--ignore-flash-encryption-efuse-setting] [--compress | --no-compress]

[
...] esptool write_flash: error: argument
: [Errno 2] No such file or directory: 'C:\\Users\\Marc\\.dotnet\\tools\\.store\\nanoff\\2.5.66\\nanoff\\2.5.66\\tools\\net6.0\\any\\esp32s3bootloader\\bootloader.bin' ) ### Expected behaviour _No response_ ### Screenshots _No response_ ### Aditional context _No response_