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

MPFlash #629

Open
Josverl opened this issue Dec 8, 2024 · 0 comments
Open

MPFlash #629

Josverl opened this issue Dec 8, 2024 · 0 comments
Labels
bug Something isn't working mpflash Flashing tool for Micropython

Comments

@Josverl
Copy link
Owner

Josverl commented Dec 8, 2024

Provide your feedback
Unable to download firmware for ESP32_GENERIC_C6 board.
The firmware is available on the micropython website, but the mpflash tool is unable to download it.

https://micropython.org/download/esp32c6/

Perhaps the download location for the firmware is not being correctly identified by the tool.

To Reproduce

mpflash list

                           Connected boards
┏━━━━━━┳━━━━━━━━━━━┳━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━┓
┃Serial┃Family     ┃Port ┃Board                      ┃CPU    ┃Version┃
┡━━━━━━╇━━━━━━━━━━━╇━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━╇━━━━━━━┩
│COM24 │micropython│esp32│ESP32_GENERIC_C6           │ESP32C6│v1.24.1│
│      │           │     │ESP32C6 module with ESP32C6│       │       │
└──────┴───────────┴─────┴───────────────────────────┴───────┴───────┘
PS D:\mypython\micropython-stubber> mpflash download --board ESP32_GENERIC_C6 --version 1.24.0
14:17:52 | ℹ️ Found 0 relevant unique firmwares                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
14:17:52 | ❌ No relevant firmwares could be found on https://micropython.org/download
14:17:52 | ℹ️ versions=['v1.24.0'] ports=['esp32'] boards=['ESP32_GENERIC_C6']
14:17:52 | ℹ️ Please check the website for the latest firmware files or try the preview version.
PS D:\mypython\micropython-stubber> mpflash download --board ESP32_GENERIC_C6
14:18:00 | ℹ️ Found 0 relevant unique firmwares                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
14:18:00 | ❌ No relevant firmwares could be found on https://micropython.org/download
14:18:00 | ℹ️ versions=['v1.24.1'] ports=['esp32'] boards=['ESP32_GENERIC_C6']
14:18:00 | ℹ️ Please check the website for the latest firmware files or try the preview version.
PS D:\mypython\micropython-stubber> mpflash -V -V download --board ESP32_GENERIC_C6
14:18:22 | 🐞 version: 1.24.1
14:18:22 | ✏️ Setting quiet mode to False
14:18:22 | ✏️ Setting interactive mode to True
14:18:23 | ✏️ ask_missing_params: DownloadParams(ports=['esp32'], boards=['ESP32_GENERIC_C6'], versions=['stable'], fw_folder=WindowsPath('C:/Users/josverl/Downloads/firmware'), serial=['*'], ignore=[], bluetooth=False, clean=True, force=False)
14:18:23 | ✏️ answers: {'action': 'download', 'versions': ['stable']}
14:18:23 | ✏️ ask_missing_params returns: DownloadParams(ports=['esp32'], boards=['ESP32_GENERIC_C6'], versions=['stable'], fw_folder=WindowsPath('C:/Users/josverl/Downloads/firmware'), serial=['*'], ignore=[], bluetooth=False, clean=True, force=False)
14:18:23 | ✏️ Using latest stable version: v1.24.1
14:18:23 | ✏️ Checking MicroPython download pages
14:18:23 | 🐞 Total 0 firmwares                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
14:18:23 | 🐞 Matching firmwares: 0
14:18:23 | 🐞 Last preview only: 0
14:18:23 | ℹ️ Found 0 relevant unique firmwares
14:18:23 | ❌ No relevant firmwares could be found on https://micropython.org/download
14:18:23 | ℹ️ versions=['v1.24.1'] ports=['esp32'] boards=['ESP32_GENERIC_C6']
14:18:23 | ℹ️ Please check the website for the latest firmware files or try the preview version.

Expected behavior
The firmware to be found and downloaded

Hardware Info
Host

  • Windows 11

MCU
[
{
"serialport": "COM24",
"connected": true,
"family": "micropython",
"description": "ESP32C6 module with ESP32C6",
"version": "1.24.1",
"port": "esp32",
"board": "ESP32_GENERIC_C6",
"cpu": "ESP32C6",
"arch": "hazard3riscv",
"mpy": "v6.3",
"build": "",
"location": "1-5.1.3",
"toml": {}
}
]

@Josverl Josverl added mpflash Flashing tool for Micropython bug Something isn't working labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mpflash Flashing tool for Micropython
Projects
None yet
Development

No branches or pull requests

1 participant