From 2bfab45bf80459453595b33ccc8c0e1660623d6d Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 29 Oct 2014 01:02:16 +0000 Subject: [PATCH] post_build.sh needs execute permissions --- usbboot/Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/usbboot/Readme.md b/usbboot/Readme.md index 580b40f0b..9c0c7f672 100644 --- a/usbboot/Readme.md +++ b/usbboot/Readme.md @@ -46,6 +46,7 @@ git clone git://git.buildroot.net/buildroot ``` cd buildroot patch -p1 < ../tools/usbboot/buildroot.patch +chmod +x board/raspberrypi/usb_test/post_build.sh make raspberrypi_defconfig make ```