- [Show page]
- [Old revisions]
- [[unknown link type]]
- []
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
hardware:raspberry [2015/05/14 14:50] admin created |
hardware:raspberry [2015/05/14 14:52] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
Upload image to raspberry pi over network | Upload image to raspberry pi over network | ||
- | PC_with_SDHC_reader # nc -l -p 4444 | + | <code> |
- | server_with_image # dd if=/srv/2013-09-25-wheezy-raspbian.img | nc 10.0.0.113:4444 | + | PC_with_SDHC_reader # nc -l -p 4444 >/dev/sdb |
+ | server_with_image # dd if=/srv/2013-09-25-wheezy-raspbian.img | nc 10.0.0.113 4444 | ||
+ | </code> | ||
- | That's all! :D 8-) | + | Assumption: |
+ | * PC's IP is 10.0.0.113 | ||
+ | * The SDHC card is attached to the PC as /dev/sdb | ||
+ | * you have TCP/IP swiss army knife installed | ||
+ | That's all! 8-) |
hardware/raspberry.1431607850.txt.gz · Last modified: 2015/05/14 14:50 by admin