update README.md for rpiboot
This commit is contained in:
29
README.md
29
README.md
@ -87,11 +87,9 @@ available on control boxes (MLZ type) only. must therefore not be present on bar
|
||||
|
||||
## Installation of a Fresh Control Box or bare APU
|
||||
|
||||
## install image by means of the USB stick BOOT_TINY
|
||||
|
||||
The stick has TinyLinux on it and some additional scripts
|
||||
|
||||
If you do not have one, you may create it from another box
|
||||
Install image by means of the USB stick BOOT_TINY.
|
||||
The stick has TinyLinux on it and some additional scripts,
|
||||
if you do not have one, you may create it from another box.
|
||||
|
||||
### a) create a USB stick with TinyLinux (omit if you have the stick already)
|
||||
|
||||
@ -172,3 +170,24 @@ $ sh clone
|
||||
```
|
||||
You are asked
|
||||
|
||||
|
||||
## Installation of a fresh Raspberry DUAL-ETH box
|
||||
|
||||
### a) create the rpiboot program (if you do not have it already)
|
||||
|
||||
Clone the `usbboot` repository.
|
||||
|
||||
> git clone --depth=1 https://github.com/raspberrypi/usbboot
|
||||
> cd usbboot
|
||||
> make
|
||||
|
||||
### b) prepare the rpi to be able to be flushed
|
||||
|
||||
1. connect the slave port of the rpi with your host system (e.g. Mac). Remark: not all cables may work,
|
||||
on Markus' Mac, take the white USB A to USB C cable plugged in the dock.
|
||||
|
||||
2. start rpiboot:
|
||||
|
||||
> sudo ./rpiboot # sudo might not be needed
|
||||
|
||||
3. power the box
|
||||
|
Reference in New Issue
Block a user