-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 11 ARM64 Support (IDFGH-8928) #10345
Comments
Hi @drony. I can't tell right now if this will be supported or when it is going to happen. But If you install all the necessary libraries and tools (based on suggestions from error messages) then you should be able to set it up and get it running for you. |
I found a temporary solution. Actually, Windows 11 ARM still emulates x64 applications. It just starts working once you make the necessary redirects in idf_tools.py |
@drony Great! Could you please submit a pull request? |
This fix will be available soon. It will be in v5.2 only (for now). If we get some requests and confirmation that this works as expected then we can backport it to previous releases (which are still in support period). |
Answers checklist.
IDF version.
v5.0
Operating System used.
Windows
How did you build your project?
Other (please specify in More Information)
If you are using Windows, please specify command line type.
CMD
What is the expected behavior?
"python.exe C:\SysGCC\esp32\esp-idf\v5.0\tools\idf_tools.py install-python-env"
What is the actual behavior?
ERROR: Platform Windows-ARM64 appears to be unsupported
Steps to reproduce.
"python.exe C:\SysGCC\esp32\esp-idf\v5.0\tools\idf_tools.py install-python-env"
Build or installation Logs.
More Information.
ERROR: Platform Windows-ARM64 appears to be unsupported
The text was updated successfully, but these errors were encountered: