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...
This commit is contained in:
parent
7343c3e557
commit
c7fab44e59
@ -16,7 +16,7 @@ $ git clone --depth=1 https://github.com/raspberrypi/usbboot
|
||||
$ cd usbboot
|
||||
$ sudo apt-get install libusb-1.0-0-dev
|
||||
$ make
|
||||
$ sudo rpiboot
|
||||
$ sudo ./rpiboot
|
||||
```
|
||||
|
||||
## 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
|
||||
other interface to the filesystem.
|
||||
|
||||
```
|
||||
$ sudo rpiboot -d boot
|
||||
$ sudo ./rpiboot -d boot
|
||||
```
|
||||
|
||||
This will serve the boot directory to the Raspberry Pi Device.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user