-
Notifications
You must be signed in to change notification settings - Fork 639
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
pxt build --deploy
does not work in macOS Sequoia
#6043
Comments
@lobodpav I have just upgraded to 15.2. It seems to work for me with the same workaround as for dragging a hex file to the drive: reconnect USB and drag to the drive as soon as it appears. I guess it will fail if the build takes a long time - maybe separate build and deploy? When it fails, just as with drag & drop, the copy completes much too quickly - no need to wait for 504! After a successful copy, the drive doesn't remount for a good 10 seconds, which is unusual. I have always added By the way, this worked for me on macOS 15.1.1 but started failing after installing macOS 15.2 with So I started using your method:
I don't know what changed, but the simple rename has started working on 15.2 now! So this is working immediately after the NO NAME drive appears:
|
@martinwork A couple of notes:
|
Describe the bug
pxt build --deploy
copies the HEX file to micro:bit's flash and even though that step succeeds, once micro:bit reboots it fails on error504
.This issue is a follow-up to this one.
To Reproduce
Steps to reproduce the behavior:
cd
to that directoryNO NAME
USB drive toMICROBIT
. See this comment for more details.pxt build --deploy
exit code 0
MICROBIT
volume disconnects and re-connects504
errorFAIL.TXT
which saysExpected behavior
The program shall be deployed to micro:bit the same way it works when using MakeCode.
micro:bit version (please complete the following information):
V2.21
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: