raspberry
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
raspberry [2022/10/06 19:54] – skipidar | raspberry [2023/03/29 06:56] (current) – [Remote install of image per ssh] skipidar | ||
---|---|---|---|
Line 695: | Line 695: | ||
=== Install OS Raspberry === | === Install OS Raspberry === | ||
https:// | https:// | ||
+ | |||
+ | |||
+ | |||
+ | |||
Line 973: | Line 977: | ||
+ | ==== Remote install of image per ssh ==== | ||
+ | see | ||
+ | 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. | ||
+ | * 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 | ||
+ | curl -L http:// | ||
+ | # restart the pi (Sofortiger Neustart des Systems (ohne Synchronisation der Speichermedien!)) | ||
+ | echo b > / | ||
+ | </ |
raspberry.1665086059.txt.gz · Last modified: by skipidar