Commit 1cddbb1e36dbbf825d3f3093607d0dfe0a8305fb
Committed by
Gordon Hollingworth
1 parent
4579a83a
Added readme
Showing
1 changed file
with
16 additions
and
0 deletions
Readme.md
0 → 100644
| 1 | +# USB boot code | ||
| 2 | + | ||
| 3 | +This is the USB MSD boot code which should work on the model A Raspberry Pi | ||
| 4 | + | ||
| 5 | +## Building | ||
| 6 | + | ||
| 7 | +Check out this on your Pi or an Ubuntu linux machine | ||
| 8 | + | ||
| 9 | +``` | ||
| 10 | +$ git clone --depth=1 https://github.com/raspberrypi/tools | ||
| 11 | +$ cd usbboot | ||
| 12 | +$ sudo apt-get install libusb-1.0-0-dev | ||
| 13 | +$ make | ||
| 14 | +$ sudo ./rpiboot | ||
| 15 | + | ||
| 16 | + |