-
Notifications
You must be signed in to change notification settings - Fork 67
Resolve upload issues on macOS Ventura #86
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
Conversation
The df -l option on macOS Ventura ignores Mass Storage Volume of STM32. If you remove the -l option it works fine.
Hi @INOUETAICHI |
May be relevant to this discussion. However, I don't think this change will cause any problems since there is no obstacle to get Nucleo MSC drive without using the local option anyway. |
OK but as stated my main concern is to understand why '-l' does not work for you. I will test on out Mac. Maybe a STLink firmware issue. Could you try to update your STLink Firmware using the STM32CubeProgrammer. |
Our Mac will not support Ventura release. It seems Mac uses dedicated coreutils maybe "-l" option is not bundled anyway it seems strange as it is a basic feature making them incompatible with lot of scripts. That's why having the output of the above command could help to understand. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Should be safe.
Mac OS uses dedicated coreutils probably "-l" option is no more bundled with new OS version.
Thank you fpistm! |
Welcome, anyway, I would really like having the the output of |
The df -l option on macOS Ventura ignores Mass Storage Volume of STM32. If you remove the -l option it works fine.