Fix rpiboot command example.

This commit is contained in:
Alistair Buxton 2015-03-13 00:59:47 +00:00 committed by Gordon Hollingworth
parent f563eec252
commit eeba0a9bc4

View File

@ -53,5 +53,5 @@ Note: you'll need superuser password to finish the build and create the image
Running
```
sudo rpiboot tools/usbboot/usbbootcode.bin tools/usbboot/buildroot.elf buildroot/output/images/fatimage
sudo rpiboot -b buildroot/output/images/fatimage
```