Emma Patterson
Emma Patterson
> @MrSumi , > > The logs you attached contain some garbage characters, which makes hard to understand the debug log. Could you please re-attach the log? > > Also,...
Further more, i had tried latest commit(920c418872e34a8705f2a27380cced476552c484) on master, but it still happens. This time, i caught a dump log on ESP32: [esp32_dump_log.txt](https://github.com/espressif/esp-hosted/files/15141261/esp32_dump_log.txt) Looking forward to your reply.
> @MrSumi , Fix released by the Bluetooth team, we will integrate and test and let you notify further. Thanks for your exciting news, we are awaiting your fix commit.
> This issue related to [espressif/esp-idf#13656](https://github.com/espressif/esp-idf/issues/13656), Fixed in IDF master: [espressif/esp-idf@88774ee](https://github.com/espressif/esp-idf/commit/88774ee612a94ff4cde94d7672594ecc19c9884d) > > NG needs a rebase of IDF to commit after this to take this change. I didn't find...
> Hey @MrSumi Please find the below patch [0001-fix-esp_hosted_ng-fix-bt-error-rebase-5.1.zip](https://github.com/user-attachments/files/15650415/0001-fix-esp_hosted_ng-fix-bt-error-rebase-5.1.zip) Please use `git am --binary patch_name` to apply the patch As this fix is not in a stable tag yet, we...
> Hey @MrSumi Please find the below patch [0001-fix-esp_hosted_ng-fix-bt-error-rebase-5.1.zip](https://github.com/user-attachments/files/15650415/0001-fix-esp_hosted_ng-fix-bt-error-rebase-5.1.zip) Please use `git am --binary patch_name` to apply the patch As this fix is not in a stable tag yet, we...
Hi @Shreyas0-7 , i try applying your patch, but it causes link errors: > .espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld: esp-idf/main/libmain.a(cmd.c.obj):(.literal.sta_connection+0xc): undefined reference to `esp_wifi_connect_internal' .espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld: esp-idf/main/libmain.a(cmd.c.obj):(.literal.process_auth_request+0x34): undefined reference to `esp_wifi_issue_auth_internal' .espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld: esp-idf/main/libmain.a(cmd.c.obj):(.literal.process_assoc_request+0x4): undefined reference...
Hi guys, i tried rebase IDF to https://github.com/espressif/esp-idf/commit/88774ee612a94ff4cde94d7672594ecc19c9884d, but it still crash. Here's the crash log from ESP32 serial: [ESP32_dump.txt](https://github.com/user-attachments/files/15798969/ESP32_dump.txt)
Hi @Shreyas0-7 I followed your steps to apply patch. This time, ESP32 didn't crash, but just no response with hci command. Here's the log from ESP32 serial: [ESP32_dump_20240614.txt](https://github.com/user-attachments/files/15830466/ESP32_dump_20240614.txt) Here's the...