diff --git a/README.md b/README.md index cbd2bde..f8f06a2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,27 @@ $ ls /dev/ttyACM* /dev/ttyACM0 ``` -**macOS**: TODO instead of `lsusb` try `system_profiler SPUSBDataType` and/or `ioreg -p IOUSB`. The device should also show up in `/dev/` +**macOS**: a usb device when executing `ioreg -p IOUSB -b -n "Open DFU Bootloader"`. The device will have a vendor ID (`"idVendor"`) of `6421` and a product ID (`"idProduct"`) of `21023`: + +``` console +$ ioreg -p IOUSB -b -n "Open DFU Bootloader" +(...) +| +-o Open DFU Bootloader@14300000 `, e.g. `tty.usbmodemCA1781C8A1EE1`. + ### nRF52840 Development Kit (DK) @@ -89,7 +109,7 @@ $ # Arch Linux $ sudo pacman -S code ``` -**macOS**: TODO(confirm) Go to https://code.visualstudio.com and download the .app +**macOS**: Go to https://code.visualstudio.com and click on "Download for Mac" ### Rust Analyzer