Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
  2. configsip: 0, SPIWP:0xee
  3. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
  4. mode:DIO, clock div:2
  5. load:0x3fff0030,len:4
  6. load:0x3fff0034,len:7228
  7. load:0x40078000,len:14852
  8. load:0x40080400,len:4568
  9. entry 0x400806f0
  10. I (28) boot: ESP-IDF v4.1-dev-2182-gdc14d027c-dirty 2nd stage bootloader
  11. I (28) boot: compile time 09:29:05
  12. I (30) boot: chip revision: 1
  13. I (33) boot_comm: chip revision: 1, min. bootloader chip revision: 0
  14. I (40) boot.esp32: SPI Speed : 40MHz
  15. I (45) boot.esp32: SPI Mode : DIO
  16. I (50) boot.esp32: SPI Flash Size : 4MB
  17. I (54) boot: Enabling RNG early entropy source...
  18. I (60) boot: Partition Table:
  19. I (63) boot: ## Label Usage Type ST Offset Length
  20. I (70) boot: 0 nvs WiFi data 01 02 00009000 00004000
  21. I (78) boot: 1 otadata OTA data 01 00 0000d000 00002000
  22. I (85) boot: 2 phy_init RF data 01 01 0000f000 00001000
  23. I (93) boot: 3 factory factory app 00 00 00010000 00100000
  24. I (100) boot: 4 ota_0 OTA app 00 10 00110000 00100000
  25. I (108) boot: 5 ota_1 OTA app 00 11 00210000 00100000
  26. I (115) boot: End of partition table
  27. I (120) boot: Defaulting to factory image
  28. I (124) boot_comm: chip revision: 1, min. application chip revision: 0
  29. I (132) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x27014 (159764) map
  30. I (198) esp_image: segment 1: paddr=0x0003703c vaddr=0x3ffb0000 size=0x039d8 ( 14808) load
  31. I (204) esp_image: segment 2: paddr=0x0003aa1c vaddr=0x40080000 size=0x00400 ( 1024) load
  32. I (205) esp_image: segment 3: paddr=0x0003ae24 vaddr=0x40080400 size=0x051f4 ( 20980) load
  33. I (222) esp_image: segment 4: paddr=0x00040020 vaddr=0x400d0020 size=0xa8300 (688896) map
  34. I (469) esp_image: segment 5: paddr=0x000e8328 vaddr=0x400855f4 size=0x11b30 ( 72496) load
  35. I (500) esp_image: segment 6: paddr=0x000f9e60 vaddr=0x50000000 size=0x00004 ( 4) load
  36. I (514) boot: Loaded app from partition at offset 0x10000
  37. I (514) boot: Disabling RNG early entropy source...
  38. I (515) cpu_start: Pro cpu up.
  39. I (518) cpu_start: Application information:
  40. I (523) cpu_start: Project name: wifi_iot
  41. I (528) cpu_start: App version: 0edcdb4-dirty
  42. I (533) cpu_start: Compile time: Feb 21 2020 17:10:01
  43. I (539) cpu_start: ELF file SHA256: 381eeb1398e80bac...
  44. I (545) cpu_start: ESP-IDF: v4.1-dev-2182-gdc14d027c-dirty
  45. I (552) cpu_start: Starting app cpu, entry point is 0x400812e8
  46. I (0) cpu_start: App cpu up.
  47. I (563) heap_init: Initializing. RAM available for dynamic allocation:
  48. I (570) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
  49. I (576) heap_init: At 3FFBBF38 len 000240C8 (144 KiB): DRAM
  50. I (582) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
  51. I (588) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
  52. I (595) heap_init: At 40097124 len 00008EDC (35 KiB): IRAM
  53. I (601) cpu_start: Pro cpu start user code
  54. I (619) spi_flash: detected chip: generic
  55. I (620) spi_flash: flash io: dio
  56. I (620) cpu_start: Starting scheduler on PRO CPU.
  57. I (0) cpu_start: Starting scheduler on APP CPU.
  58. I (852) load_sect: sector 785
  59. I (872) wifi: wifi driver task: 3ffc331c, prio:23, stack:3584, core=0
  60. I (872) system_api: Base MAC address is not set
  61. I (872) system_api: read default base MAC address from EFUSE
  62. I (902) wifi: wifi firmware version: 94efb94
  63. I (902) wifi: config NVS flash: enabled
  64. I (902) wifi: config nano formating: disabled
  65. I (902) wifi: Init dynamic tx buffer num: 32
  66. I (902) wifi: Init data frame dynamic rx buffer num: 32
  67. I (912) wifi: Init management frame dynamic rx buffer num: 32
  68. I (912) wifi: Init management short buffer num: 32
  69. I (922) wifi: Init static rx buffer size: 1600
  70. I (922) wifi: Init static rx buffer num: 10
  71. I (922) wifi: Init dynamic rx buffer num: 32
  72. W (932) phy_init: failed to load RF calibration data (0x1102), falling back to full calibration
  73. I (1082) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 2
  74. E (1542) phy_init: store_cal_data_to_nvs_handle: store calibration data failed(0x1105)
  75.  
  76. I (1542) wifi: mode : sta (30:ae:a4:9c:aa:bc)
  77. I (2042) www_server: server create socket ......
  78. I (2042) www_server: OK
  79. I (2042) www_server: server socket bind ......
  80. I (2042) www_server: OK
  81. I (2042) www_server: server socket listen ......
  82. I (2052) www_server: OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement