Skip to content

Running an example starts gdb which either times out or does nothing #13

Description

@GregoryTravis

I'm trying to run an example this way:

cargo run --example audio_passthrough

It starts gdb, then says it can't find openocd.gdb. I copied openocd.gdb from https://github.com/antoinevg/hello-daisy, and now I see this:

    Finished dev [optimized + debuginfo] target(s) in 0.13s
     Running `arm-none-eabi-gdb -q -x openocd.gdb target/thumbv7em-none-eabihf/debug/examples/audio_passthrough`
Reading symbols from target/thumbv7em-none-eabihf/debug/examples/audio_passthrough...

And I get no audio passthrough.

Is there a way to simply flash the Dasiy Seed, without using gdb?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions