Hi,
I tried to find a solution for this warning, but can’t find any answer. The program just runs fine, but I don’t like the warning message:
Does anybody know what to do? Its without ota, unsecured boatloader, one app program. Esp32 rev 1.
Bootloader _init warning
-
- Posts: 9746
- Joined: Thu Nov 26, 2015 4:08 am
Re: Bootloader _init warning
It's not a warning, and that line actually is not generated by the ESP32, but by the 'idf.py monitor' terminal program. That program tries to generally be helpful, and one of the ways it does that is by scanning the output for lines that look like valid memory or flash addresses; if they are, it tries to resolve it to a symbol in your program. This is helpful for crash dumps, pointer printfs etc. In this particular case, it latches on to the bootloader printing 0x40080400 and decides it can resolve that, resulting in it printing the yellow line.
Re: Bootloader _init warning
Ah that explains why i didn’t see it with the putty app!
Many thx! Could it be initiated because of the connected SD(MMC) to the module? I noticed a lot of people with dumped outputs and the sd example. (But not questionned this particulary warning)
Many thx! Could it be initiated because of the connected SD(MMC) to the module? I noticed a lot of people with dumped outputs and the sd example. (But not questionned this particulary warning)
-
- Posts: 9746
- Joined: Thu Nov 26, 2015 4:08 am
Re: Bootloader _init warning
No, it's something that depends on the layout of the binary, and that has nothing to do with SDMMC stuff.
Who is online
Users browsing this forum: No registered users and 76 guests