espressif / esp-who

Face detection and recognition framework
Other
1.67k stars 466 forks source link

ESP-EYE DevKit (AIV-538) #222

Open prabhu012 opened 2 years ago

prabhu012 commented 2 years ago

we successfully flash and monitor the code we did not get IP address then what i do

C:\Users\prabh\OneDrive\Desktop\idf_esp\esp-who\examples\code_recognition>idf.py -p COM7 monitor Executing action: monitor Running idf_monitor in directory c:\users\prabh\onedrive\desktop\idf_esp\esp-who\examples\code_recognition Executing "C:\Espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe C:\Users\prabh\OneDrive\Desktop\esp32\tools/idf_monitor.py -p COM7 -b 115200 --toolchain-prefix xtensa-esp32-elf- --target esp32 --revision 0 c:\users\pra bh\onedrive\desktop\idf_esp\esp-who\examples\code_recognition\build\esp-code-recognition.elf -m 'C:\Espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe' 'C:\Users\prabh\OneDrive\Desktop\esp32\tools\idf.py' '-p' 'COM7'"... ←[0;33m--- WARNING: GDB cannot open serial ports accessed as COMx←[0m ←[0;33m--- Using \.\COM7 instead...←[0m ←[0;33m--- idf_monitor on \.\COM7 115200 ---←[0m --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:6952 load:0x40078000,len:15520 load:0x40080400,len:4492 0x40080400: _init at ??:?

entry 0x400806b4 I (26) boot: ESP-IDF v4.4.1 2nd stage bootloader I (27) boot: compile time 15:22:05 I (27) boot: chip revision: 1 I (29) boot_comm: chip revision: 1, min. bootloader chip revision: 0 I (36) qio_mode: Enabling default flash chip QIO I (42) boot.esp32: SPI Speed : 80MHz I (46) boot.esp32: SPI Mode : QIO I (51) boot.esp32: SPI Flash Size : 4MB I (55) boot: Enabling RNG early entropy source... I (61) boot: Partition Table: I (64) boot: ## Label Usage Type ST Offset Length I (72) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (79) boot: 1 phy_init RF data 01 01 0000f000 00001000 I (87) boot: 2 factory factory app 00 00 00010000 00100000 I (94) boot: End of partition table I (98) boot_comm: chip revision: 1, min. application chip revision: 0 I (105) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=41ec4h (270020) map I (188) esp_image: segment 1: paddr=00051eec vaddr=3ffb0000 size=035e4h ( 13796) load I (193) esp_image: segment 2: paddr=000554d8 vaddr=40080000 size=0ab40h ( 43840) load I (208) esp_image: segment 3: paddr=00060020 vaddr=400d0020 size=357c8h (219080) map I (269) esp_image: segment 4: paddr=000957f0 vaddr=4008ab40 size=067a0h ( 26528) load I (278) esp_image: segment 5: paddr=0009bf98 vaddr=50000000 size=00010h ( 16) load I (287) boot: Loaded app from partition at offset 0x10000 I (287) boot: Disabling RNG early entropy source... I (300) psram: This chip is ESP32-D0WD I (301) spiram: Found 64MBit SPI RAM device I (301) spiram: SPI RAM mode: flash 80m sram 80m I (303) spiram: PSRAM initialized, cache is in low/high (2-core) mode. I (311) cpu_start: Pro cpu up. I (314) cpu_start: Starting app cpu, entry point is 0x4008149c 0x4008149c: call_start_cpu1 at C:/Users/prabh/OneDrive/Desktop/esp32/components/esp_system/port/cpu_start.c:160

I (0) cpu_start: App cpu up. I (814) spiram: SPI SRAM memory test OK I (822) cpu_start: Pro cpu start user code I (822) cpu_start: cpu freq: 160000000 I (822) cpu_start: Application information: I (825) cpu_start: Project name: esp-code-recognition I (831) cpu_start: App version: v0.9.3-167-g7563e00 I (837) cpu_start: Compile time: Jul 6 2022 15:22:08 I (843) cpu_start: ELF file SHA256: 1e415d0a83e3c62b... I (849) cpu_start: ESP-IDF: v4.4.1 I (854) heap_init: Initializing. RAM available for dynamic allocation: I (861) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM I (867) heap_init: At 3FFB3FD0 len 0002C030 (176 KiB): DRAM I (873) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM I (880) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM I (886) heap_init: At 400912E0 len 0000ED20 (59 KiB): IRAM I (892) spiram: Adding pool of 4095K of external SPI memory to heap allocator I (901) spi_flash: detected chip: generic I (905) spi_flash: flash io: qio I (909) cpu_start: Starting scheduler on PRO CPU. I (0) cpu_start: Starting scheduler on APP CPU. I (919) spiram: Reserving pool of 32K of internal memory for DMA/internal allocations I (929) app_peripherals: Camera module is ESP-EYE I (929) gpio: GPIO[13]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 I (939) gpio: GPIO[14]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 I (949) gpio: GPIO[5]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:2 I (959) cam_hal: cam init ok I (969) sccb: pin_sda 18 pin_scl 23 I (979) camera: Detected camera at address=0x30 I (979) camera: Detected OV2640 camera I (979) camera: Camera PID=0x26 VER=0x42 MIDL=0x7f MIDH=0xa2 I (1069) esp32 ll_cam: node_size: 3840, nodes_per_line: 1, lines_per_node: 2, dma_half_buffer_min: 3840, dma_half_buffer: 15360, lines_per_half_buffer: 8, dma_buffer_size: 30720, image_size: 115200 I (1079) cam_hal: buffer_size: 30720, half_buffer_size: 15360, node_buffer_size: 3840, node_cnt: 8, total_cnt: 7 I (1089) cam_hal: Allocating 115200 Byte frame buffer in PSRAM I (1099) cam_hal: Allocating 115200 Byte frame buffer in PSRAM I (1099) cam_hal: cam config ok I (1109) ov2640: Set PLL: clk_2x: 0, clk_div: 3, pclk_auto: 1, pclk_div: 8