Skip to content

ev3_command_ev3

J.Arai edited this page Apr 25, 2022 · 1 revision

ev3コマンドの説明

書式

ev3 [(command) [(params)]]

説明

EV3 操作用コマンド。

(command)

ls

 ・・・ EV3アプリディレクトリ内のファイルリストを表示します。

cp [(name)]

 ・・・ EV3アプリディレクトリに(name)で指定した名前でコピーします。

rm [(name)]

 ・・・ EV3アプリディレクトリに存在する(name)アプリを削除します。

rm all

 ・・・ EV3アプリディレクトリに存在するすべてのアプリを削除します。

install

 ・・・ EV3RT の動的ローディングイメージ(uImage)とワークスペースフォルダーをインストールします。

install img

 ・・・ ワークスペースフォルダー内のブートイメージ(uImage)をインストールします。

install clear

 ・・・ インストール前に、ブートイメージとワークスペースフォルダーを削除します。

name

 ・・・ 現在の Bluetooth デバイス名を表示します。

name (newName)

 ・・・ Bluetooth デバイス名を (newName) に変更します。

pin

 ・・・ 現在の Bluetooth 接続用 pinコードを表示します。

pin (newPinCode)

 ・・・ Bluetooth 接続用 pinコードを (newPinCode) に変更します。

'name' and 'pin' を変更した場合は、EV3の再起動が必要です。