Search found 643 matches

by mzimmers
Wed Nov 13, 2019 11:21 pm
Forum: ESP-IDF
Topic: [closed] moving to cmake/IDF V4.0 is causing problems
Replies: 13
Views: 9737

Re: moving to cmake/IDF V4.0 is causing problems

Bump. Attached is the output I get using "make flash monitor." MONITOR --- idf_monitor on COM7 115200 --- --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- ╗ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv...
by mzimmers
Wed Nov 13, 2019 11:07 pm
Forum: ESP-IDF
Topic: (resolved) can't redirect console output (regression)
Replies: 22
Views: 17040

Re: can't redirect console output (regression)

Thanks, WiFive. I suspected that v3.3 was the stable release, but wanted confirmation.

Unfortunately, using v3.3 yields the same (erroneous) behavior for my app as did v3.3-rc.
by mzimmers
Wed Nov 13, 2019 10:29 pm
Forum: ESP-IDF
Topic: (resolved) can't redirect console output (regression)
Replies: 22
Views: 17040

Re: can't redirect console output (regression)

So, a summary on where I am now: 1. I'm building with v3.3-rc (my best guess as to the right one to use). 2. the hello world example performs as expected. Output sent to UART1 appears correctly. 3. attempting to redirect output to other GPIOs doesn't seem to work, but there's nothing in the docs tha...
by mzimmers
Wed Nov 13, 2019 3:22 pm
Forum: ESP-IDF
Topic: (resolved) can't redirect console output (regression)
Replies: 22
Views: 17040

Re: can't redirect console output (regression)

Hi Angus - This is great news. It does bring up a couple questions: 1. As I mentioned above, this all came about when I tried to migrate to IDF release/v4.0. When I returned to release/v3.3, however, the problem persisted. I had assumed that the release/v3.3 branch was immutable at this point, but p...
by mzimmers
Wed Nov 13, 2019 2:08 am
Forum: ESP-IDF
Topic: (resolved) can't redirect console output (regression)
Replies: 22
Views: 17040

Re: can't redirect console output (regression)

Hi WiFive -

I'm using a WROVER. There's no PSRAM entry in my sdkconfig file.

Thanks...
by mzimmers
Tue Nov 12, 2019 4:17 pm
Forum: ESP-IDF
Topic: (resolved) can't redirect console output (regression)
Replies: 22
Views: 17040

Re: can't redirect console output (regression)

As stated above, when I alter the UART settings in menuconfig, I get the bootloader and early startup messages successfully redirected to UART1. Based on this, can I assume that my menuconfig settings are correct, and I should see the hello world output, or is there possibly more at play here? Thanks.
by mzimmers
Mon Nov 11, 2019 11:31 pm
Forum: ESP-IDF
Topic: (solved) more struggles with ESP-IDF, tool installation
Replies: 4
Views: 4736

Re: more struggles with ESP-IDF, tool installation

WiFive wrote:
Mon Nov 11, 2019 11:25 pm
Does the shortcut exist in your start menu?
No, it isn't. Shouldn't the setup program create it for me?
by mzimmers
Mon Nov 11, 2019 11:28 pm
Forum: ESP-IDF
Topic: (resolved) can't redirect console output (regression)
Replies: 22
Views: 17040

Re: can't redirect console output (regression)

Not to be too pesky, but...BTT. I'm pretty much out of ideas on this one.
by mzimmers
Mon Nov 11, 2019 10:56 pm
Forum: ESP-IDF
Topic: (solved) more struggles with ESP-IDF, tool installation
Replies: 4
Views: 4736

(solved) more struggles with ESP-IDF, tool installation

Hi all - I've been trying to get my build environment right for a few days now. In an attempt to start from scratch, I've deleted my existing IDF directory, my toolchain directory and anything else I could think of. When I try to install release/V4.0 using the Windows setup tool, I get this error at...
by mzimmers
Fri Nov 08, 2019 10:27 pm
Forum: ESP-IDF
Topic: (resolved) can't redirect console output (regression)
Replies: 22
Views: 17040

(resolved) can't redirect console output (regression)

Hi all - Earlier this week, I began experimenting with V4.0 of the IDF. It was causing some strange behavior (explained below) so I went back to V3.3, only to discover that the problem seems to persist. I then tried running a hello world example, and the problem occurs there, so at least it's not my...