HanJiec

Results 14 comments of HanJiec

Dear Sir, When I compile host driver , Need to distinguish between the esp32 and the esp32c6 ? When I compile firmware in esp , how to config it for...

In my product , need no BT. And no bluetooth.ko . How to remove BT in host driver ? And I try to remove esp_bt.c in makefile , there are...

esp stops at somewhere. ESP-ROM:esp32c6-20220919 Build:Sep 19 2022 rst:0x1 (POWERON),boot:0x4b (SPI_FAST_FLASH_BOOT) SPIWP:0xee mode:DIO, clock div:2 load:0x4086c410,len:0xd48 load:0x4086e610,len:0x2d64 load:0x40875720,len:0x17e8 entry 0x4086c410 I (23) boot: ESP-IDF v5.1 2nd stage bootloader I (24)...

1&2 host and esp log are mcukmsg.log and esp32c6.log attached here. [esp32c6.log](https://github.com/espressif/esp-hosted/files/13645775/esp32c6.log) [mcukmsg.log](https://github.com/espressif/esp-hosted/files/13645776/mcukmsg.log) 3 host and esp Git commit is 4840528810457f393e0e65fe2bb1442dcb6dbc10 , while esp-idf commit is cbce221e88d52665523093b2b6dd0ebe3f1243f1 (HEAD, tag: v5.1)...

In [mcukmsg.log](https://github.com/espressif/esp-hosted/files/13645776/mcukmsg.log) , there are : >> [sdmmc_0] Err: #Cmd_52 (0x00000C00)=>(E: 0x0008)(S: 0x00000000)__(L:1047) >> [sdmmc_0] Err: #Cmd_52 (0x80000C08)=>(E: 0x0008)(S: 0x00000000)__(L:1047) means sdio_reset fails , so sdio connect fails. In esp32c6...

Are you Chinese? Are you in China ? Could we talk in phone ?

> I will ammend the troubleshoot guide with ESP32-C6, as you pointed. But anyway, you can expect the `SDIO_ID=0092:6666` for ESP32-C6, which code already aware and should work. > >...

1 Yes I have removed the kernel module loading from sysstem startup But question still exist. ko is crashed. log is attached [mculog1214.txt](https://github.com/espressif/esp-hosted/files/13668368/mculog1214.txt) 2 wifi schematic is here : ![wifi_schem](https://github.com/espressif/esp-hosted/assets/132651638/44eeb447-d01d-4599-8a5e-e2c78d322813)...

[mcukmsg.log](https://github.com/espressif/esp-hosted/files/13669148/mcukmsg.log) This is more clear. Boot ( without insmod esp32 ko ) , then tftp ko into /tmp , then run rpi_init.sh , and crash information dump to console ....

PCB, Kindly please help locate the problem . For example , tell me where in firmware catch event sent from host ? SDIO_ID is from esp chip , or just...