レビューメディア「ジグソー」


インテル(R) Edison

インテル(R) Edison

Edison 雑談

インテル(R) Edison に関する、あんなこと、こんなこと。インテル(R) Edison 関連情報の共有から、コミュニティ参加者同士のQA、ふと思ったこと等々。。何でも雑談トピで交わしてください!
  • 2014/11/26
  • いぐなっちさん
    Mathematica気になりますね~
    全開でぶん回したときに、どれだけスピードでるか。
    ホカホカになるか。

    2015/03/11

  • jakeさん
    すごい今更の情報です。
    ファームウェアのver2.1が、五月に出ました。
    Added MCU support, sound support, and Flashtool Lite
    結構大きな変更?

    2015/05/10

  • いぐなっちさん
    情報ъ(゚Д゚)グッジョブ!!

    2015/05/10

  • shooooさん
    今月に購入したのですが

    スケッチの書き込みで

    #!/bin/sh
    starting download script

    Args to shell: C:\Users\**\AppData\Roaming\Arduino15\packages\Intel\tools\sketchUploader\1.6.2+1.0/x86/bin C:\Users\**\AppData\Local\Temp\build8319382751919221742.tmp/BareMinimum.cpp.elf COM3
    # clupload script to invoke lsz
    # Copyright (C) 2014 Intel Corporation
    COM PORT 3
    #
    Converted COM Port COM3 to tty port /dev/ttyS2
    # This library is free software; you can redistribute it and/or
    Sending Command String to move to download if not already in download mode
    # modify it under the terms of the GNU Lesser General Public
    # License as published by the Free Software Foundation; either
    # version 2.1 of the License, or (at your option) any later version.
    #
    # This library is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    # Lesser General Public License for more details.
    #
    # You should have received a copy of the GNU Lesser General Public
    # License along with this library; if not, write to the Free Software
    # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
    #

    echo "starting download script"
    echo "Args to shell:" $*

    # ARG 1: Path to lsz executable.
    # ARG 2: Elf File to download
    # ARG 3: COM port to use.

    #path contains \ need to change all to /
    path_to_exe=$1
    fixed_path=${path_to_exe//\\/\/}

    #COM ports are not always setup to be addressed via COM for redirect.
    #/dev/ttySx are present. Howwever, COMy -> /dev/ttySx where x = y - 1

    com_port_arg=$3
    com_port_id=${com_port_arg/COM/}
    echo "COM PORT" $com_port_id
    Deleting existing sketch on target
    tty_port_id=/dev/ttyS$((com_port_id-1))
    echo "Converted COM Port" $com_port_arg "to tty port" $tty_port_id

    #mv the downloaded file to /sketch/sketch.elf
    target_download_name="${host_file_name##*/}"
    Moving downloaded file to /sketch/sketch.elf on target
    echo "Moving downloaded file to /sketch/sketch.elf on target"
    "$fixed_path/lsz.exe" --escape -c "mv $target_download_name /sketch/sketch.elf; chmod +x /sketch/sketch.elf" <> $tty_port_id 1>&0
    C:\Users\**\AppData\Roaming\Arduino15\packages\Intel\tools\sketchUploader\1.6.2+1.0/clupload/cluploadEdison_win.sh: line 56: /dev/ttyS2: Permission Denied

    というエラーが出てしまいます。

    ネットで調べるとこのような症状が出ている方は

    いるようですが、解決方法がわかりません。

    ちなみに/dev/tty*のパーミッションはすべてchmodで777にしましたが

    だめでした。権限?グループ名??

    どなたが教えていただけるとありがたいです。

    2015/06/14

  • jakeさん
    47番のnotokenさんと同じ問題、でしょうかね。
    今のところ、zigsow内では解決策がわかっていない状態です。

    2015/06/18

  • yosyos888さん
    初めまして、訳あって参加させて頂きます。
    よろしくお願いします。

    今、うちのEdison Arduino IDEが 47のnotokenさんと同じ状態に
    なっています。
    IDEがシリアルポートを探せないようです。
    本家のフォーラムでも同じ質問が出ていましたが、明確な回答は
    内容です。
    この問題は迷宮入りなのでしょうか?

    2015/08/01

  • yosyos888さん
    IDEがシリアルポートを探せないトラブルは、Arduino IDEの最新バージョン
    1.6.5-r2 を再インストールしたら、直ったようですが、バージョンが新しい
    から治ったのか、再インストールだから直ったのか良くわかりません。

    様子を見てみます。

    2015/08/01

  • jakeさん
    Windows版のArduinoでシリアルポートが見つけられない問題。
    ちばとどさんの情報が役立ちそうです。
    http://zigsow.jp/?m=zigsow&a=page_fh_own_item_detail&...

    どうやら、
     ・IDEを起動する
     ・J16のUSBケーブルを接続する
    という手順を踏むと動くんだとか。


    なんでですかねえ?

    2015/09/19

  • n-eさん
    たまにあるけど、やろうと思ってもできないから検証しづらいね。アダプターとかで給電してると発生しないらしいから、給電と同時に自動認識するとうまくいかないとかかな?

    2015/09/19

  • yosyos888さん
    噂ではわかっていましたが、EdisonのI2CもSPIも全然スピードが出ないです。
    INTELのフォーラムでも色々議論されているようですが、ダイレクトI/Oじゃないので
    ダメなのでしょうか?(半分グチですw)

    2015/11/26


ZIGSOW にログイン

ZIGSOW会員登録(無料)はこちらから