"W (34792) wifi: post pm rx bcn failed"
Posted: Thu Mar 02, 2017 8:16 am
Hi.
Bcn fail occurs during spi_flash_erase_range(0x210000,0x100000); after pm-start appears.
I am downloading the Esp binary f/w from the network and storing it in ota.
Of course, I could download it properly and saved it in the desired ota area, but
there is one strange phenomenon.
"I (2345380) wifi: pm start, type: 0 "
If I start the download after this message appears, there are 10 -15 consecutive
" w (2345380) wifi: post pm rx bcn failed " messages before the end of spi_partition_erase_range.
On the other hand, before this message "W (2345380) wifi: pm start, type: 0" appears,
[W (2345380) wifi: post pm rx bcn failed] message does not appear when I download.
Currently, WiFi mode is used as station, and download task is operated separately.
If you know the reason, please answer.
Thanks.
Bcn fail occurs during spi_flash_erase_range(0x210000,0x100000); after pm-start appears.
I am downloading the Esp binary f/w from the network and storing it in ota.
Of course, I could download it properly and saved it in the desired ota area, but
there is one strange phenomenon.
"I (2345380) wifi: pm start, type: 0 "
If I start the download after this message appears, there are 10 -15 consecutive
" w (2345380) wifi: post pm rx bcn failed " messages before the end of spi_partition_erase_range.
On the other hand, before this message "W (2345380) wifi: pm start, type: 0" appears,
[W (2345380) wifi: post pm rx bcn failed] message does not appear when I download.
Currently, WiFi mode is used as station, and download task is operated separately.
If you know the reason, please answer.
Thanks.