On May 15, 2009 12:08pm, Robin Paulson &lt;robin.paulson@gmail.com&gt; wrote:<br />&gt; &gt; # scp host:/path/to/image /dev/mmcblk0<br />&gt; <br />&gt; &gt; or<br />&gt; <br />&gt; &gt; # wget URL-to-image -O /dev/mmcblk0<br />&gt; <br />&gt; &gt; on the FR ought to do the trick. Alternatively, from outside the FR:<br />&gt; <br />&gt; &gt; $ scp /path/to/image root@gta02:/dev/mmcblk0<br />&gt; <br />&gt; i was under the impression it had to be written using dd, because it&#39;s<br />&gt; a block device - surely scp is a file level copy, and will produce<br />&gt; different results?<br /><br />I successfully used scp to write the uSD image to the uSD from the host computer:<br /><br />$ scp /path/to/image root@gta02:/dev/mmcblk0<br /><br />Regards<br /><br />Jeff