$ cat /etc/version weekly-120 $ configure_edison --upgrade The latest version is already installed.
初期設定
configure_edisonコマンドを--setupフラグを付けて実行して初期設定をします。
$ configure_edison --setup
パスワードとデバイス名
ダイアログでは最初にパスワード設定をします。
Configure Edison: Device Password
Enter a new password (leave empty to abort) This will be used to connect to the access point and login to the device. Password: ********* Please enter the password again: *********
次にデバイス名を入力します。edisonにしました。
Configure Edison: Device Name
Give this Edison a unique name. This will be used for the access point SSID and mDNS address. Make it at least five characters long (leave empty to skip): edison Is edison correct? [Y or N]: Y
Do you want to set up wifi? [Y or N]: Y
Wi-Fiの設定
次にWi-Fiの設定に入ります。今回の環境ではWi-Fiのアクセスポイントはステルスモードなので、2 (Manually input a hidden SSID)をタイプしてSSIDを手動で入力します。暗号化方式は環境にあわせて設定します。
Configure Edison: WiFi Connection
Scanning: 1 seconds left
0 : Rescan for networks 1 : Exit WiFi Setup 2 : Manually input a hidden SSID ....
Enter 0 to rescan for networks. Enter 1 to exit. Enter 2 to input a hidden network SSID.
Enter a number between 3 to 6 to choose one of the listed network SSIDs: 2 Please enter the hidden network SSID: xxxx Is xxxx correct? [Y or N]: Y
0: OPEN 1: WEP 2: WPA-Personal(PSK) 3: WPA-Enterprise (EAP) Select the type of security [0 to 3]: 2 Password must be between 8 and 63 characters. What is the network password?: Initiating connection to xxxx. Please wait... Attempting to enable network access, please check 'wpa_cli status' after a minute to confirm. Done. Please connect your laptop or PC to the same network as this device and go to http://xxx.xxx.xxx.xxx or http://edison.local in your browser.