Skip to content

Mac install to V5A Error #2

Description

@DavidUniack

Installed successfully but threw this GIANT error in the process:

Traceback (most recent call last):
File "/opt/homebrew/Cellar/python@3.13/3.13.3/Frameworks/Python.framework/Versions/3.13/lib/python3.13/shutil.py", line 856, in move
os.rename(src, real_dst)
~~~~~~~~~^^^^^^^^^^^^^^^
OSError: [Errno 18] Cross-device link: 'firmware.uf2' -> '/Volumes/RP2350/firmware.uf2'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/daviduniack/.cache/uv/archive-v0/4utU55X0y_sgb356aqm8X/bin/install-firmware", line 12, in
sys.exit(main())
~~~~^^
File "/Users/daviduniack/.cache/uv/archive-v0/4utU55X0y_sgb356aqm8X/lib/python3.13/site-packages/install_firmware.py", line 49, in main
shutil.move("firmware.uf2", "/Volumes/RP2350")
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.13/3.13.3/Frameworks/Python.framework/Versions/3.13/lib/python3.13/shutil.py", line 876, in move
copy_function(src, real_dst)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.13/3.13.3/Frameworks/Python.framework/Versions/3.13/lib/python3.13/shutil.py", line 469, in copy2
copystat(src, dst, follow_symlinks=follow_symlinks)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.13/3.13.3/Frameworks/Python.framework/Versions/3.13/lib/python3.13/shutil.py", line 406, in copystat
lookup("chflags")(dst, st.st_flags, follow_symlinks=follow)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 22] Invalid argument: '/Volumes/RP2350/firmware.uf2'
make: *** [install-firmware] Error 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions