-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Labels
bugSomething isn't workingSomething isn't workingchip:esp32c6Issue related to ESP32-C6 chipIssue related to ESP32-C6 chip
Description
Bug description
I've tried flashing multiple examples from the main branch like embassy_hello_world, embassy_hello_world_defmt and access_point. None of seem to work, the only logs I get are from the bootloader (written in green) and after some time the command stops with
Error: × Broken pipe
[2025-12-09T14:26:05Z ERROR xtask::commands::run] Failed to run example: Failed to execute cargo subcommand `cargo run --manifest-path /home/nponsard/git/esp-hal/examples/async/embassy_hello_world_defmt/Cargo.toml --config /home/nponsard/git/esp-hal/examples/async/embassy_hello_world_defmt/.cargo/config.toml --target=riscv32imac-unknown-none-elf --features=esp32c6 --release`
I tried with two esp32c6 boards, one FireBeetle 2 esp32-c6 v1.0 and one XIAO esp32c6.
Using git bisect I found that the first bad commit is d118250
To Reproduce
- check out commit 10025b6
- run
cargo xtask run example embassy_hello_world_defmt --chip=esp32c6orcargo xtask run example access_point --chip=esp32c6 - notice that there is no output from the program.
Expected behavior
Examples booting and for the hello-world examples, displaying hello world in the console.
Environment
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingchip:esp32c6Issue related to ESP32-C6 chipIssue related to ESP32-C6 chip
Type
Projects
Status
Done