From 250225bc7c374f49c8d6487b8cd5bf81a1e70215 Mon Sep 17 00:00:00 2001 From: ghollingworth Date: Wed, 29 Oct 2014 18:45:25 +0000 Subject: [PATCH] Update to reflect renamed .elf file --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4e2d313..e77e21c 100644 --- a/Readme.md +++ b/Readme.md @@ -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/start_imgfs.elf buildroot/output/images/fatimage +sudo rpiboot tools/usbboot/usbbootcode.bin tools/usbboot/buildroot.elf buildroot/output/images/fatimage ```