-
Notifications
You must be signed in to change notification settings - Fork 68
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
incorrect way to open application with python #266
Comments
Fixed |
Hi @ninjaboy667, We will definitely look into this and improve the docs, or better - find a way to run this without admin privileges. Best regards |
This issue is stale because it has been open more than 6 weeks with no activity. Please comment on this issue if it's still relevant or it will be closed automatically after 1 week. |
The problem is this code: XMC-for-Arduino/tools/xmc-flasher.py Lines 71 to 74 in bed41f4
Is creating the The solution is to adjust the |
Hi @per1234 Thank you very much for this hint. BR, |
This was resolved in release 3.3.0, so close this issue |
Description:
PC is running on local admin.
Code was pulled straight from the XMC 1100 sleep example file:
https://github.com/Infineon/XMC-for-Arduino/tree/master/libraries/DeviceControlXMC/examples/SleepModeXMC1100
Steps to Reproduce:
install Jlink, Arduino IDE, install XMC board manager 3.0.0 on arduino
Copy example files, attempt to upload
Expected Result:
permission denied
Actual Result:
**Frequency (1/1)
Windows 10
Arduino IDE 2.2.1
The text was updated successfully, but these errors were encountered: