Confirmed users
1,031
edits
|  (→Set up) | |||
| Line 1: | Line 1: | ||
| == Device setup == | |||
| ===Init=== | |||
| Flash the device to OS2008 | |||
| Finish the setup of the device.  You can cancel after you the setup program wants you to pair a phone | |||
| ===Setup WIFI=== | |||
| From the home screen, select a wifi gateway | |||
| On the device launch terminal, and type /sbin/ifconfig | |||
| look for wlan0, and find the "inet addr". | |||
| ===Install SSH=== | |||
| From the Home Screen, click on "Settings/Application Manager" | |||
| In the upper left corner, click on the application menu "Tools/Application Catalog" | |||
| Select "maemo Extras", and click Edit | |||
| Unclick the "Disabled" checkbox and click OK | |||
| Click Close and then Accept the dialog that says "Refresh application list" | |||
| Click Browse installable applications | |||
| Click "All" | |||
| Scroll down until you see "openssh" (there is also openssh-client, and openssh-server, those are just subpackages that will be included if you simply select "openssh). | |||
| Select openssh, and click install. | |||
| Confirm that you want to install openssh | |||
| Click ok when it asks you to worry about untrusted software. | |||
| Select a root password.  Remember it.  Seriously. | |||
| Click Ok, and close the Application Manager. | |||
| Put the device away now.  The rest of the configuration is done over SSH. | |||
| ===From the desktop=== | |||
| open a terminal, sssh into the inet address found above. | |||
| type `apt-get update` | |||
| type `apt-get upgrade` and press Y when it ask you to confirm. | |||
| == Set up == | == Set up == | ||