We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc7d1d commit d6c1392Copy full SHA for d6c1392
tools/compile_slave.sh
@@ -11,6 +11,8 @@ echo "* Installing/Updating ESP-IDF and all components..."
11
source ./tools/install-esp-idf.sh
12
if [ $? -ne 0 ]; then exit 1; fi
13
14
+git clone https://github.com/Jason2866/esp-hosted-mcu.git
15
+cd ./esp-hosted-mcu/slave
16
17
slave_targets=(
18
"esp32"
@@ -21,9 +23,10 @@ slave_targets=(
21
23
"esp32c6"
22
24
)
25
-idf.py create-project-from-example "espressif/esp_hosted:slave"
26
+# idf.py create-project-from-example "espressif/esp_hosted:slave"
27
+idf.pyy build
28
mkdir wifi_copro_fw
-cd ./slave
29
+
30
echo "Found firmware version: $(<./main/coprocessor_fw_version.txt)"
31
32
for target in "${slave_targets[@]}"; do
0 commit comments