Skip to content

Commit 5055310

Browse files
deadbaedjplexer
authored andcommitted
docs/development/qemu: instructions to install applications from .pbw files
Signed-off-by: Philippe Loctaux <p@philippeloctaux.com>
1 parent e7fe4f6 commit 5055310

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/development/qemu.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,21 @@ You can debug with GDB using:
104104
```shell
105105
./pbl debug
106106
```
107+
108+
## Install .pbw applications
109+
110+
You can install applications coming from .pbw files onto QEMU. This requires [pebble-tool](https://github.com/coredevices/pebble-tool) to be installed and having `pebble` available in the $PATH.
111+
112+
Start by launching QEMU as you normally would:
113+
114+
```shell
115+
./pbl qemu
116+
```
117+
118+
Inside another shell locate a .pbw file to install:
119+
120+
```shell
121+
pebble install /path/to/your/file.pbw --qemu
122+
```
123+
124+
The `pebble` CLI will detect the running QEMU instance and install the application. It should start automatically.

0 commit comments

Comments
 (0)