Differences

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

Link to this comparison view

Last revision Both sides next revision
hardware:raspberry [2015/05/14 14:50]
admin created
hardware:raspberry [2015/05/14 14:51]
admin
Line 1: Line 1:
 Upload image to raspberry pi over network Upload image to raspberry pi over network
  
 +<​code>​
 PC_with_SDHC_reader # nc -l -p 4444 PC_with_SDHC_reader # nc -l -p 4444
-server_with_image # dd if=/​srv/​2013-09-25-wheezy-raspbian.img | nc 10.0.0.113:4444+server_with_image # dd if=/​srv/​2013-09-25-wheezy-raspbian.img | nc 10.0.0.113 4444 
 +</​code>​
  
 That's all! :D 8-) That's all! :D 8-)
 
hardware/raspberry.txt · Last modified: 2015/05/14 14:52 by admin