From c7fab44e59f40f1f217fc0c3240869bdf8b2600f Mon Sep 17 00:00:00 2001 From: Gordon Hollingworth Date: Fri, 20 Jan 2017 15:11:00 +0000 Subject: [PATCH] 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... --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 6cdd3a1..f9aaba4 100644 --- a/Readme.md +++ b/Readme.md @@ -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.