Added readme
This commit is contained in:
parent
4579a83a74
commit
1cddbb1e36
16
Readme.md
Normal file
16
Readme.md
Normal file
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user