You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,20 @@ Alternatively, to flash a badge:
50
50
51
51
where /dev/ttyACM0 is the device's endpoint. This value is correct on Linux.
52
52
53
+
### macOS
54
+
53
55
> [!IMPORTANT]
54
56
> On macOS, Docker does not have access to the host's USB devices. You will need to use a different method to flash the badge, such as [using the web flasher](flasher/README.md).
55
57
58
+
[UTM](https://getutm.app/), using QEMU as the virtualization backend, is an effective way to build and flash the badge.
59
+
60
+
Before attempting to flash the badge, but after booting the badge into the bootloader, share the USB device from the host
61
+
to the QEMU container using the USB devices button on the VM's frame.
62
+
63
+
The command to flash the badge using docker must be slightly modified on macOS:
0 commit comments