From 6b92dd075ddb43c7f901800887315989aa976899 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Mon, 13 May 2024 10:30:33 +0200 Subject: [PATCH] update README.md for rpiboot --- README.md | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d5b1beb..3922673 100644 --- a/README.md +++ b/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