Skip to content

Commit ff0d794

Browse files
Add MacOS Picotool upload help (earlephilhower#1355)
Fixes earlephilhower#1344
1 parent 369c878 commit ff0d794

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/install.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,13 @@ So for the first sketch you will need to rebuild (with the ``Upload Method->Pico
143143

144144
After the initial upload, as long as the running binary was built using the ``Picotool`` upload method, then the normal upload process should work.
145145

146-
Note that for Ubuntu and other Linux operating systems you may need to add the following lines to a new `udev` config file(``99-picotool.rules``) to allow normal users to access the special USB device the Pico exports:
146+
Under MacOS, it may be necessary to install the USB support libraries from a command terminal before the ``Picotool`` upload method can be used:
147+
148+
.. code::
149+
150+
brew install libusb
151+
152+
For Ubuntu and other Linux operating systems you may need to add the following lines to a new `udev` config file(``99-picotool.rules``) to allow normal users to access the special USB device the Pico exports:
147153

148154
.. code::
149155

0 commit comments

Comments
 (0)