canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798
edits
MarkFinkle (talk | contribs) No edit summary |
MarkFinkle (talk | contribs) |
||
| Line 23: | Line 23: | ||
</pre> | </pre> | ||
Now you can copy the binaries to the device. Because the debug binaries are larger than the release versions, you probably want to copy the application to <code>/media/mmc2</code> since it has much more space available: | Now you can copy the binaries to the device. Because the debug binaries are larger than the release versions, you probably want to copy the application to <code>/media/mmc2</code> (N810) or <code>/opt</code> (N900) since it has much more space available: | ||
<pre> | <pre> | ||
> scp fennec-archive.tar.bz2 root@192.168.10.100:/media/mmc2 | > scp fennec-archive.tar.bz2 root@192.168.10.100:/media/mmc2 | ||