LoginSignup
5
5

More than 5 years have passed since last update.

Edisonで参考になったサイトとかTips

Posted at

wifiの設定で困った時

// パスとかデーモンの設定 パス設定すればsshが使えるようになる。
$ configure_edison --setup
// 簡単にwifiの設定。 接続先を変える時とか。
$ configure_edison --wifi
// 今繋いでるwifiは?
$ iwconfig 

opkgでインストール出来ない時

パスが通らないエラー発生。
あるけど、ない状態。

$ opkg install vim
$ vim
vim : comman not find
$ opkg install vim
Package vim (version) installed in root is up to date.

たぶんupgradeとかした時おかしくなった気がする。
再インストールしてあげましょう。

$ opkg remove vim
$ opkg install vim

rootの容量がたりなさすぎて困った時

Intel Edisonのセットアップと容量不足問題

expressサーバーを立てる時

インテルのIoTデバイス開発キットmraa

$ opkg install libmraa0
// $ opkg install mraa

pipとeasy_installを入れる

$ wget https://bootstrap.pypa.io/ez_setup.py --no-check-certificate -O - | python
$ easy_install pip
5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5