esp32无法烧录github上的一个固件

planevina
Posts: 1
Joined: Tue May 10, 2022 1:53 pm

esp32无法烧录github上的一个固件

Postby planevina » Tue May 10, 2022 2:00 pm

我准备用esp32-s2模组来做一个简易的激光雕刻机
代码是github上的 https://github.com/bdring/FluidNC

在运行安装脚本的时候,提示我芯片是esp32-s2,而不是esp32,无法继续烧写
pic1.jpg
pic1.jpg (47.29 KiB) Viewed 1261 times
然后我修改了一下他的安装脚本,把里面的esp32改成了esp32s2
又出现了新的错误
pic3.jpg
pic3.jpg (104.91 KiB) Viewed 1261 times
我去该代码讨论组里面询问了一下
得知他们用的模组是 ESP-WROOM-32 ,而我用的模组里面有efuse等等
作者回复原文如下
I am not familiar with that variation. You should contact AI Thinker for support.
We typically use the ESP-WROOM-32 type. Here is our reference page.
It appears to have eFuses set. Several people have bricked their ESP32s by trying to flash when eFuses are set. Our install scripts will not install on chips with eFuses set.

If you want to skip that safety check, you can either....

Compile from source and upload.
Edit our install scripts to remove the security check.
Do this at your own risk.

我想问一下有没有绕过这个efuses的方法或者是有没有其他方法能把固件正确烧写进去?歇息鹅

ESP_Gargamel
Posts: 786
Joined: Wed Nov 14, 2018 8:45 am

Re: esp32无法烧录github上的一个固件

Postby ESP_Gargamel » Wed May 11, 2022 2:01 am

看上去这个项目是基于 ESP32 开发的,他提供的固件不能直接用到 ESP32-S2 上,除非移植到 ESP32-S2。

Who is online

Users browsing this forum: No registered users and 37 guests