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

Hello-Board suggests espmonitor when it is not installed or configured #95

Closed
besselfunct opened this issue Aug 29, 2022 · 2 comments
Closed

Comments

@besselfunct
Copy link

02_4_hello_board.md Line 71 suggests the use of espmonitor to monitor your Rust board. Using the software install instructions in this repo, this command did not work out of the box. I had to run cargo install espmonitor and then use the command as follows:

$ cargo espmonitor -c esp32c3 /dev/ttyACM0

I'm not certain if this is an issue with my install, or simply an oversight. If it's an oversight, I can try to submit a pull request with a more complete software download list, and a corrected command invocation.

@SergioGasquez
Copy link
Member

Thanks for reporting this issue! I would say is not an issue with your installation, espmonitor is not needed at all, the command that can be used to monitor without having to reflash is:

cargo espflash serial-monitor /dev/YOUR_SERIAL_DEVICE

Few notes on this:

  • serial-monitor subcommand was added in version 1.6 of espflash and cargo-espflash. Make sure you have and updated version.
  • If no serial port is specified (cargo espflash serial-monitor). It will show the detected serial ports and highlight ports that match a known common dev board.

@SergioGasquez
Copy link
Member

espmonitor is no longer recommended, we now use espflash and cargo-espflash instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants