in1.txt 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. ets Jun 8 2016 00:22:57
  2. rst:0x1 (POWERON_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
  3. configsip: 0, SPIWP:0xee
  4. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
  5. mode:DIO, clock div:2
  6. load:0x3fff0018,len:4
  7. load:0x3fff001c,len:5728
  8. ho 0 tail 12 room 4
  9. load:0x40078000,len:0
  10. load:0x40078000,len:14944
  11. entry 0x4007862c
  12. I (30) boot: ESP-IDF v3.1-dev-1320-gec1fb521b-dirty 2nd stage bootloader
  13. I (30) boot: compile time 09:31:02
  14. I (40) boot: Enabling RNG early entropy source...
  15. I (41) boot: SPI Speed : 40MHz
  16. I (41) boot: SPI Mode : DIO
  17. I (45) boot: SPI Flash Size : 4MB
  18. I (49) boot: Partition Table:
  19. I (53) boot: ## Label Usage Type ST Offset Length
  20. I (60) boot: 0 nvs WiFi data 01 02 00009000 00006000
  21. I (68) boot: 1 phy_init RF data 01 01 0000f000 00001000
  22. I (75) boot: 2 factory factory app 00 00 00010000 00100000
  23. I (83) boot: End of partition table
  24. I (87) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x058ac ( 22700) map
  25. I (104) esp_image: segment 1: paddr=0x000158d4 vaddr=0x3ffb0000 size=0x022a0 ( 8864) load
  26. I (108) esp_image: segment 2: paddr=0x00017b7c vaddr=0x40080000 size=0x00400 ( 1024) load
  27. 0x40080000: _iram_start at /home/dragon/esp/esp-idf/components/freertos/xtensa_vectors.S:1685
  28. 
  29. I (114) esp_image: segment 3: paddr=0x00017f84 vaddr=0x40080400 size=0x0808c ( 32908) load
  30. I (136) esp_image: segment 4: paddr=0x00020018 vaddr=0x400d0018 size=0x11e88 ( 73352) map
  31. 0x400d0018: _flash_cache_start at ??:?
  32. 
  33. I (162) esp_image: segment 5: paddr=0x00031ea8 vaddr=0x4008848c size=0x00670 ( 1648) load
  34. 0x4008848c: esp_rom_spiflash_program_page_internal at /home/dragon/esp/esp-idf/components/spi_flash/spi_flash_rom_patch.c:412
  35. 
  36. I (163) esp_image: segment 6: paddr=0x00032520 vaddr=0x400c0000 size=0x00000 ( 0) load
  37. I (174) boot: Loaded app from partition at offset 0x10000
  38. I (175) boot: Disabling RNG early entropy source...
  39. I (180) cpu_start: Pro cpu up.
  40. I (184) cpu_start: Starting app cpu, entry point is 0x40080e54
  41. 0x40080e54: call_start_cpu1 at /home/dragon/esp/esp-idf/components/esp32/cpu_start.c:225
  42. 
  43. I (0) cpu_start: App cpu up.
  44. I (195) heap_init: Initializing. RAM available for dynamic allocation:
  45. D (201) heap_init: New heap initialised at 0x3ffae6e0
  46. I (206) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
  47. D (212) heap_init: New heap initialised at 0x3ffb32f0
  48. I (218) heap_init: At 3FFB32F0 len 0002CD10 (179 KiB): DRAM
  49. I (224) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
  50. I (230) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
  51. D (237) heap_init: New heap initialised at 0x40088afc
  52. I (242) heap_init: At 40088AFC len 00017504 (93 KiB): IRAM
  53. I (248) cpu_start: Pro cpu start user code
  54. D (260) clk: RTC_SLOW_CLK calibration value: 3181466
  55. D (269) intr_alloc: Connected src 46 to int 2 (cpu 0)
  56. D (270) intr_alloc: Connected src 57 to int 3 (cpu 0)
  57. D (271) intr_alloc: Connected src 24 to int 9 (cpu 0)
  58. I (276) cpu_start: Starting scheduler on PRO CPU.
  59. D (0) intr_alloc: Connected src 25 to int 2 (cpu 1)
  60. I (0) cpu_start: Starting scheduler on APP CPU.
  61. D (291) heap_init: New heap initialised at 0x3ffe0440
  62. D (301) heap_init: New heap initialised at 0x3ffe4350
  63. D (311) intr_alloc: Connected src 16 to int 12 (cpu 0)
  64. D (311) hello_world: debug1
  65. W (311) hello_world: warning1
  66. V (321) hello_world: verbose1
  67. E (321) hello_world: error1
  68. I (321) hello_world: info1
  69. regular printf
  70. D (331) another_world: another debug
  71. I (331) example: Periodic timer called, time since boot: 507065 us
  72. V (341) another_world: another verbose another very long
  73. W (341) another_world: another warning very long
  74. V (351) another_world: another verbose
  75. E (351) another_world: another error
  76. I (361) another_world: Register 0x40080000
  77. 0x40080000: _iram_start at /home/dragon/esp/esp-idf/components/freertos/xtensa_vectors.S:1685
  78. 
  79. D (361) hello_world: debug2
  80. W (371) hello_world: warning2
  81. V (371) hello_world: verbose2
  82. E (371) hello_world: error2
  83. I (381) hello_world: info2
  84. noeol 0x400800000x40080000: _iram_start at /home/dragon/esp/esp-idf/components/freertos/xtensa_vectors.S:1685
  85. 
  86.