Commit c7fab44e59f40f1f217fc0c3240869bdf8b2600f
Committed by
GitHub
1 parent
7343c3e5
add ./ for rpiboot executable
Since we no longer install rpiboot into /usr/bin then we need ./rpiboot to make it run from the current directory...
Showing
1 changed file
with
2 additions
and
2 deletions
Readme.md
| ... | ... | @@ -16,7 +16,7 @@ $ git clone --depth=1 https://github.com/raspberrypi/usbboot |
| 16 | 16 | $ cd usbboot |
| 17 | 17 | $ sudo apt-get install libusb-1.0-0-dev |
| 18 | 18 | $ make |
| 19 | -$ sudo rpiboot | |
| 19 | +$ sudo ./rpiboot | |
| 20 | 20 | ``` |
| 21 | 21 | |
| 22 | 22 | ## Running your own (not MSD) build |
| ... | ... | @@ -29,7 +29,7 @@ you can build an initramfs into the kernel, add an initramfs to the boot directo |
| 29 | 29 | other interface to the filesystem. |
| 30 | 30 | |
| 31 | 31 | ``` |
| 32 | -$ sudo rpiboot -d boot | |
| 32 | +$ sudo ./rpiboot -d boot | |
| 33 | 33 | ``` |
| 34 | 34 | |
| 35 | 35 | This will serve the boot directory to the Raspberry Pi Device. | ... | ... |