We want to enable Classic BT on WROOM-32D, so I tried to follow this simple guide: https://docs.espressif.com/projects/esp ... le_it.html
I'm stuck at "Configure", point 4.
I already tried what suggested in this link
https://www.esp32.com/viewtopic.php?t=9576#
and i already downloaded the Ubuntu iso with the toolchain but i have a GIT error when i call menuconfig.
I retried this morning and this is what happened in the CMD window:
Code: Select all
Microsoft Windows [Versione 10.0.19042.1083]
(c) Microsoft Corporation. Tutti i diritti sono riservati.
C:\Users\mircofranchetti>cd esp
C:\Users\mircofranchetti\esp>git clone --recursive https://github.com/espressif/esp-at.git
Cloning into 'esp-at'...
remote: Enumerating objects: 10148, done.
remote: Counting objects: 100% (1922/1922), done.
remote: Compressing objects: 100% (970/970), done.
remote: Total 10148 (delta 1314), reused 1489 (delta 935), pack-reused 8226
Receiving objects: 100% (10148/10148), 101.97 MiB | 3.39 MiB/s, done.
Resolving deltas: 100% (5961/5961), done.
C:\Users\mircofranchetti\esp>cd esp-at
C:\Users\mircofranchetti\esp\esp-at>build.py menuconfig
Platform name:
1. PLATFORM_ESP32
2. PLATFORM_ESP32C3
choose(range[1,2]):1
Module name:
1. WROOM-32
2. WROVER-32
3. PICO-D4
4. SOLO-1
5. MINI-1 (description: ESP32-U4WDH chip inside)
6. ESP32-D2WD (description: 2MB flash, No OTA)
7. ESP32_QCLOUD (description: QCLOUD TX:17 RX:16)
choose(range[1,7]):1
Enable silence mode to remove some logs and reduce the firmware size?
0. No
1. Yes
choose(range[0,1]):0
platform_name=ESP32,module_name=WROOM-32
Please wait for the SDK download to finish...
Cloning into 'esp-idf'...
remote: Enumerating objects: 250881, done.
remote: Total 250881 (delta 0), reused 0 (delta 0), pack-reused 250881 eceiving objects: 100% (250881/250881), 138.36 MiB | 2.23 MiB/s
Receiving objects: 100% (250881/250881), 139.08 MiB | 2.23 MiB/s, done.
Resolving deltas: 100% (185757/185757), done.
Updating files: 100% (6703/6703), done.
old commit:1e3638390964c86b0e7ef3af02973b30c58ea1be
checkout commit:efa6eca8b8148091f483f86d0c0fcfb855896dac
Please wait for the update to complete, which will take some time
Already up to date.
fatal: reference is not a tree: efa6eca8b8148091f483f86d0c0fcfb855896dac
git checkout failed
C:\Users\mircofranchetti\esp\esp-at>
I cannot skip those passages: what am i doing wrong? I already built and flashed other esp-idf examples.