From 1cddbb1e36dbbf825d3f3093607d0dfe0a8305fb Mon Sep 17 00:00:00 2001 From: Gordon Hollingworth Date: Mon, 24 Mar 2014 12:16:35 +0000 Subject: [PATCH] Added readme --- Readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+), 0 deletions(-) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..1ea923e --- /dev/null +++ b/Readme.md @@ -0,0 +1,16 @@ +# USB boot code + +This is the USB MSD boot code which should work on the model A Raspberry Pi + +## Building + +Check out this on your Pi or an Ubuntu linux machine + +``` +$ git clone --depth=1 https://github.com/raspberrypi/tools +$ cd usbboot +$ sudo apt-get install libusb-1.0-0-dev +$ make +$ sudo ./rpiboot + + -- libgit2 0.21.4