Replies: 3 comments 2 replies
-
The requirements for ESP32 and ESP8266 are very different. We use CMD to support different partitions, custom bootloaders and many more things that are not supported on ESP8266. We can not get away from CMD at this point. |
Beta Was this translation helpful? Give feedback.
-
@hogfanboy In schools where access is needed to everything it is usual to setup virtual machines on the students machines. The get deleted when PC is powered down and a fresh new Virtual Machine is deployed at start. |
Beta Was this translation helpful? Give feedback.
-
Hi hogfanboy, It sounds like a challenging situation. If the ESP8266 compiler works without needing "cmd" access, it might be possible to adjust the ESP32 setup similarly. Hopefully, the team can explore this and find a solution. In the meantime, if you're looking for resources, you might want to check out the Vedu mod APK download for some additional tools that could be useful. Thanks for bringing this up! |
Beta Was this translation helpful? Give feedback.
-
My school locks the students out of a lot of permissions on the school's PCs. That includes running "cmd"
The students "can" compile programs for the ESP8266 using the compiler from ESP8266 community.
But fails when compiling with the ESP32, they get an error that there permission group doesn't allow them to run cmd.
So I was wondering if you could take a look on how it works with the ESP8266 boards and apply that to the ESP32 boards
Thanks
Beta Was this translation helpful? Give feedback.
All reactions