Sergio Gasquez Arcos

Results 327 comments of Sergio Gasquez Arcos

Hi! Have you tried the `--list-all-ports` flag as suggested by the error message? I'm not a Windows user, but I know some colleagues are using WSL2 with no issues.

Hi! Sorry for the late reply! And thanks for the discussion, I will try to catch up/do some investigation and provide some input. > it cannot patch the built-in bootloader...

Just for reference, the meeting we are talking about is https://github.com/esp-rs/rust/discussions/251, happening 13th of February 2025 - 5 pm CET/GMT+1, does that work for you @chris-subtlebytes? If it doesnt work...

Hi @ivmarkov! During the meeting we spoke about having two commands: - `save-image` which will have `--merge` by default - `save-firmware` which will only include the app in the binary...

Again, sorry for the late reply and thanks for all the input! I guess this would need some discussion on the next community meeting (yet to be scheduled), but looks...

> Next, @SergioGasquez will work on getting a runner set up for the ESP32-C2. We won't be able to make changes in our lab, hence we won't be able to...

When adding the new targets, we may need to modify the pins that are currently being used or add some `cfgs` to use different pins based on the target. Currently,...

Did a round of local testing and here are the status udpate for all the targets: - ESP32 fails with https://github.com/probe-rs/probe-rs/issues/2354 - C2 fails with some probe-rs errors, see https://github.com/probe-rs/probe-rs/pull/2365...

We are not able to add new targets until we resolve our out-of-memory issues, see https://github.com/esp-rs/esp-hal/pull/1470#issuecomment-2066063950

> Only remaining targets at this point are the ESP32 and ESP32-C2, both are which are in-progress to varying degrees. ESP32-C2 can run the test suite locally, we will try...