Suppress Boot messages
Posted: Thu Apr 13, 2017 4:59 am
Hi, how can these boot messages be suppressed?
There was a reference here:
viewtopic.php?t=299#p1306
but that would then turn off all printf output?
Thanks
Code: Select all
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0008,len:8
load:0x3fff0010,len:2488
load:0x40078000,len:7088
load:0x40080000,len:252
entry 0x40080034
E (45) boot: ota data partition invalid, falling back to factory
I (1358) heap_alloc_caps: Initializing. RAM available for dynamic allocation:
I (1359) heap_alloc_caps: At 3FFCC990 len 00013670 (77 KiB): DRAM
I (1368) heap_alloc_caps: At 3FFE8000 len 00018000 (96 KiB): D/IRAM
I (1390) heap_alloc_caps: At 4009CA04 len 000035FC (13 KiB): IRAM
I (1411) cpu_start: Pro cpu up.
I (1422) cpu_start: Single core mode
I (1435) cpu_start: Pro cpu start user code
I (1495) cpu_start: Starting scheduler on PRO CPU.
WARNING: Free heap size: 151328
I (1555) wifi: wifi firmware version: c604573
I (1555) wifi: config NVS flash: enabled
I (1555) wifi: config nano formating: disabled
I (1563) wifi: Init dynamic tx buffer num: 32
I (1563) wifi: wifi driver task: 3ffd56f8, prio:23, stack:3584
I (1568) wifi: Init static rx buffer num: 10
I (1572) wifi: Init dynamic rx buffer num: 0
I (1576) wifi: Init rx ampdu len mblock:7
I (1580) wifi: Init lldesc rx ampdu entry mblock:4
I (1585) wifi: wifi power manager task: 0x3ffdaab4 prio: 21 stack: 2560
There was a reference here:
viewtopic.php?t=299#p1306
but that would then turn off all printf output?
Thanks