espressif / esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)
Other
675 stars 158 forks source link

Error in rpi_init.sh #328

Closed NikolayTsvetkovv closed 7 months ago

NikolayTsvetkovv commented 7 months ago

When you set ESP_SLAVE_CHIPSET="esp32c6" and it goes to this case: image

It expects '-' between "32" and "c"

mantriyogesh commented 7 months ago

Both cases are covered, right? https://github.com/espressif/esp-hosted/blob/master/esp_hosted_fg/host/linux/host_control/rpi_init.sh#L211-L218

Basically. ESP32C6 or ESP32-C6 both should be able to be used.

NikolayTsvetkovv commented 7 months ago

It seems I used old version. Yes you are right, the problem is fixed in this file: https://github.com/espressif/esp-hosted/blob/master/esp_hosted_fg/host/linux/host_control/rpi_init.sh#L211-L218