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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ from `INSTALL_PREFIX/share/mass-storage-gadget64`.
30
30
Clone this repository on your Pi or other Linux machine.
31
31
Make sure that the system date is set correctly, otherwise Git may produce an error.
32
32
33
-
* This git repository uses symlinks. For Windows builds clone the repository under Cygwin.
33
+
* This git repository uses symlinks. For Windows builds clone the repository under Cygwin and make sure symlinks are enabled. `git config --get core.symlinks` should return true. You can enable symlinks by passing `-c core.symlinks=true` to the "clone" command or enable them globally with `git config --global core.symlinks true`.
34
+
* On Windows make sure you have run the rpiboot driver installer once, see `usbboot\win32\rpiboot_setup`
34
35
* Instead of duplicating the EEPROM binaries and tools the rpi-eeprom repository
35
36
is included as a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
0 commit comments