Commit 250225bc7c374f49c8d6487b8cd5bf81a1e70215

Authored by ghollingworth
Committed by Gordon Hollingworth
1 parent a941465a

Update to reflect renamed .elf file

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/start_imgfs.elf buildroot/output/images/fatimage 56 +sudo rpiboot tools/usbboot/usbbootcode.bin tools/usbboot/buildroot.elf buildroot/output/images/fatimage
57 ``` 57 ```