らいふうっどの閑話休題

興味のあることをゆる~く書いていく

Remote Connect of Echigo Rev.1

Remote Connect of Echigo Rev.1 / Echigo Rev.1 のリモート接続

Index / 目次

 

I was learned that Remote Connect of Echigo Rev.1 at CHIRIMEN Open Hardware Community.
I jsut do it.
this steps is makes in mac.
CHIRIMENOpen Hardware コミュニティでリモート接続の手順を教わったのでやってみた。
この手順は、mac でやっています。

  1. android vnc server setteing / android vnc server 設定
  2. VNC Operation / VNC 操作
  3. Conclusion / 結論
  4. Addtion /おまけ
android vnc server setteing / android vnc server 設定
  android VNC was downloaded.
android VNCをダウンロードします。
https://goo.gl/2jxVAg
A zip file is defrosted, file is putted on desktop.
zipを解凍して、androidvncserverをデスクトップに置きます

ターミナルを立ち上げ、下記コマンドを打ちます
  
    # adb kill-server
    # adb root
    # adb remount
    # adb push Desktop/androidvncserver /system/bin
    # adb shell
    > chmod 755 /system/bin/androidvncserver
    > exit
  
  -----these steps first Preparations. / ここまで初回のみの準備。 ------


VNC Operation / VNC 操作
  VNC operation is performed. / VNC操作を行います。 terminal was opened. / ターミナルを開きます。
command was typing & excute / コマンドを入力、実行します。
  
    # adb shell
    > /system/bin/androidvncserver -p password
  
  one more terminal was opened. / もう一つターミナルを開きます。
command was typing & excute / コマンドを入力、実行します。
  
    # adb forward tcp:5901 tcp:5901
  
  Finder was opened, menu [move] > [server]
macのFinderのメニュー [移動] > [サーバーへ接続] と開き
 
input server address : vnc://localhost:5901
サーバーアドレスを入力します:vnc://localhost:5901

input passwor is [password] / パスワードに [password]と入力します。
if server connect was succeed, follow
ing images / 接続が成功すると下図のようになります。


Conclusion / 結論
 
  • It's late / heavy to use it daily.
  • 日常的に使うには遅い/重い
  if you will need to setteing, when you don't have display and mouse, these steps try it.
もしディスプレイやマウス無しで、設定を行いたい時に試してみて下さい。


Addtion /おまけ