Skip to content

Commit

Permalink
feat(docs): troubleshooting steps for macOS 13 Finder bug
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper authored Oct 28, 2022
1 parent 3353712 commit 4e11913
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Variations of the warnings shown below occur when flashing the `<firmware>.uf2`
| :--------------------------------------------------------------------------: |
| An example of the file transfer error on MacOS |

### MacOS Ventura error

MacOS 13.0 (Ventura) Finder running on Apple silicon hardware may report an error code 100093 when copying `<firmware>.uf2` files into microcontrollers. This bug is limited to the operating system's Finder. You can work around it by copying on Terminal command line or use a third party file manager.

### CMake Error

An error along the lines of `CMake Error at (zmk directory)/zephyr/cmake/generic_toolchain.cmake:64 (include): include could not find load file:` during firmware compilation indicates that the Zephyr Environment Variables are not properly defined.
Expand Down

0 comments on commit 4e11913

Please sign in to comment.