Saturday 2 April 2011

SSH to N900

SSH to N900

There's no wireless connection for me to use.
And I want ssh to N900(maemo 5) from my Ubuntu 10.10. 

1. Get N900's root access
    sudo flasher-3.5 -F RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin --enable-rd-mode -f -R
    use option '--enable-rd-mode'

2. Download the SSH package form PC
    here to search the package: http://maemo.org/packages/
    openssh-client_5.1p1-6.maemo5_armel.deb
    openssh-common_5.1p1-6.maemo5_armel.deb
    openssh-server_5.1p1-6.maemo5_armel.deb


3. Copy package to N900
    Plug one end of the USB cable on the host and the other end into the N900. The N900 will bring up the mode-selection dialog. Select 'Mass storage mode'.


4. Install SSH server and client
    The packages put in N900 are in this path:
    '/home/user/MyDocs' or 
    '/media/mmc1/'
  
    sudo gainroot
    dpkg -i *.deb

5. Configuration for N900 and PC
    Flow the instruction here: http://wiki.maemo.org/N900_USB_networking

Then can ssh to N900, and more easy to use it. : )

No comments:

Post a Comment