Commit eeba0a9bc4f006a6e8e6abba0506ed716c4494d3

Authored by Alistair Buxton
Committed by Gordon Hollingworth
1 parent f563eec2

Fix rpiboot command example.

Showing 1 changed file with 1 additions and 1 deletions
Readme.md
@@ -53,5 +53,5 @@ Note: you'll need superuser password to finish the build and create the image @@ -53,5 +53,5 @@ Note: you'll need superuser password to finish the build and create the image
53 Running 53 Running
54 54
55 ``` 55 ```
56 -sudo rpiboot tools/usbboot/usbbootcode.bin tools/usbboot/buildroot.elf buildroot/output/images/fatimage 56 +sudo rpiboot -b buildroot/output/images/fatimage
57 ``` 57 ```