Esp-idf: [TW#27805] Stopping monitor on Mac OS

Created on 6 Dec 2018  路  6Comments  路  Source: espressif/esp-idf

Actions already completed

  • [X] I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • [x] I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • [x] I have searched the issue tracker for a similar issue and not found a similar issue.

Environment

  • IDF version : v3.3-dev-396-g8c7a6be62
  • Build System: Make
  • Compiler version : xtensa-esp32-elf-gcc (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0
  • Operating System: Mac OS
  • Power Supply: USB

Problem Description

When a do make monitor to see the hello word flashed on my ESP32, it's worked but the programe restart in infinite loop and I must do Ctrl + ] to stop it but I'm on Mac and Ctrl + ] doesn't worked.
I use Shift + Alt + ) for ] so Ctrl + Shift + Alt + ) but it's doesn't worked.
I tried Ctrl + C or Cmd + C and lot of others tricks but doesn't work too.

I have this screen in loop.
capture d ecran 2018-12-06 a 17 31 31

How can I quit the monitor properly?
Thanks for your help.

Romain.

Most helpful comment

On iTerm2, for me, it's Ctrl + $(the key that's just on the left of return key, top row)
If I remember correctly, you can go a Ctrl + T Ctrl + H to get a "pseudo" menu giving the keys. Most are working.

All 6 comments

Hi @ItsRom, which terminal application are you using, the default Terminal.app or something else?

Hi @igrr,
Yes, I use the default Terminal.app.
I tried with iTerm2.app and it doesn't work too.

On iTerm2, for me, it's Ctrl + $(the key that's just on the left of return key, top row)
If I remember correctly, you can go a Ctrl + T Ctrl + H to get a "pseudo" menu giving the keys. Most are working.

Ctrl+] works for me in iterm2

Thanks @X-Ryl669 : on Terminal.app Ctrl + $ works too!

Was having the same issue, I type in B茅po.
For anyone interested, Ctrl + T Ctrl + X works for me.

Was this page helpful?
0 / 5 - 0 ratings