User Tools

Site Tools


raspberry

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
raspberry [2023/03/29 06:52] – [Remote install of image per ssh] skipidarraspberry [2023/03/29 06:56] (current) – [Remote install of image per ssh] skipidar
Line 987: Line 987:
  
 <code> <code>
 +
 +#This will enable the reset of the Raspberry without regular commands.
 +echo 1 > /proc/sys/kernel/sysrq
  
 #download image #download image
 curl -L http://downloads.raspberrypi.org/raspbian_lite_latest | funzip | dd bs=4M of=/dev/mmcblk0 curl -L http://downloads.raspberrypi.org/raspbian_lite_latest | funzip | dd bs=4M of=/dev/mmcblk0
  
-reset+restart the pi (Sofortiger Neustart des Systems (ohne Synchronisation der Speichermedien!))
 echo b > /proc/sysrq-trigger echo b > /proc/sysrq-trigger
 </code> </code>
raspberry.1680072774.txt.gz · Last modified: by skipidar