← 返回命令列表

Linux command

pio-remote 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Start remote agent

pio remote agent start

List remote devices

pio remote device list

Build and upload remotely

pio remote run --target upload

Open remote serial monitor

pio remote device monitor

说明

pio remote enables remote development with PlatformIO. Run builds and uploads on remote machines with connected hardware. Requires PlatformIO account and running remote agent.

参数

agent _action_
Manage remote agent (start, list).
device _action_
Remote device operations.
run
Run remote build/upload.
test
Run remote tests.
-a, --agent _name_
Target specific agent.

FAQ

What is the pio-remote command used for?

pio remote enables remote development with PlatformIO. Run builds and uploads on remote machines with connected hardware. Requires PlatformIO account and running remote agent.

How do I run a basic pio-remote example?

Run `pio remote agent start` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does agent _action_ do in pio-remote?

Manage remote agent (start, list).