# MX-STFTP =# Info ======= This document describe how to connect to the development board and edit/transfer files using ubuntu "Connect to server..." feature. =# Requirements =============== 1. ubuntu 10.04 32 bit 1. ubuntu 10.04 64 bit 2. vmx baseboard + module vmx25 2. vmx baseboard + module vmx51 =# How to setup user password for scp, ssh, sftp ================================================ =1. Boot up vmx25/vmx51 until you can see .... _ :_; Hardware: Voipac VMX25 .-..-. .--. .-..---. .--. .--. Processor: ARM926EJ-S : `; :' .; :: :: .; `' .; ; ' ..' RAM: 59MB FREE: 49MB `.__.'`.__.':_;: ._.'`.__,_;`.__.' ROM: 111.7MB FREE: 98.9MB : : ROOT: ubifs :_; IP: 192.168.0.123 vmx25 login: =2. Enter default login name "root" and setup root password. root@vmx25 /$ passwd Changing password for root New password: [your_password] Retype password: [your_password] Password for root changed by root =3. Now the password is set and scp, ssh, sftp connection are possible =# How to gain module ip address ================================ =1. Boot up vmx25 =2. Loggin into vmx25 =3. Run ifconfig eth0 command root@vmx25 /$ ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:0D:15:00:81:01 inet addr:192.168.0.100 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:79 errors:0 dropped:0 overruns:0 frame:0 TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:6169 (6.0 KiB) TX bytes:652 (652.0 B) Base address:0x6000 =4. The module ip adress is "192.168.0.100" =# How to connect to the module using "Connect to server..." feature. ===================================================================== =1. Click on following menu placed at the top of ubuntu Desktop Places->Connect to server... =2. The popup screen will appear. Set following options and press Connect Service type : SSH Server : 192.168.0.100 User name : root =3. Enter the password for root account setted by passwd command previously