raspberry
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
raspberry [2023/03/29 06:52] – [Remote install of image per ssh] skipidar | raspberry [2023/03/29 06:56] (current) – [Remote install of image per ssh] skipidar | ||
---|---|---|---|
Line 981: | Line 981: | ||
https:// | https:// | ||
- | Login via SSH to the system on which the image is located and read it via dd. The stdout is tunneled through SSH to the local system. | + | * Login via SSH to the system on which the image is located and read it via dd. The stdout is tunneled through SSH to the local system. |
- | Using pv you can see how much data is transferred. (You may need to install it with apt-get, but you can also omit this.) | + | |
- | funzip extracts the first file and sends it to stdout. | + | |
- | dd writes it to the SD-card. | + | |
< | < | ||
+ | |||
+ | #This will enable the reset of the Raspberry without regular commands. | ||
+ | echo 1 > / | ||
#download image | #download image | ||
curl -L http:// | curl -L http:// | ||
- | # reset | + | # restart the pi (Sofortiger Neustart des Systems (ohne Synchronisation der Speichermedien!)) |
echo b > / | echo b > / | ||
</ | </ |
raspberry.1680072763.txt.gz · Last modified: by skipidar