Skip to content

Commit 8b26d87

Browse files
committed
Updating README to use new docker image with Zephyr SDK v0.17.2
1 parent d2c854f commit 8b26d87

File tree

1 file changed

+5
-5
lines changed
  • samples/modules/executorch/arm-fvp-tutorials

1 file changed

+5
-5
lines changed

samples/modules/executorch/arm-fvp-tutorials/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Requires docker to be installed.
1313
Start the docker image:
1414

1515
```
16-
docker run --rm -it --entrypoint /bin/bash --net=host -w /home/zephyruser/ rselagam/zephyr-armfvp:v1
16+
docker run -it --entrypoint /bin/bash --net=host -w /home/zephyruser/ rselagam/zephyr-armfvp:v8
1717
```
1818

1919
In the docker image, run the following to set up environment and executorch module of zephyr:
@@ -52,21 +52,21 @@ Its strongly recommended to use the docker image paired with this tutorial. You
5252
## Pulling the container
5353

5454
```
55-
docker pull rselagam/zephyr-armfvp:v1
55+
docker pull rselagam/zephyr-armfvp:v8
5656
```
5757

5858
## Starting the docker image
5959

6060
### Linux/macOS
6161

6262
```
63-
docker run --rm -it --entrypoint /bin/bash --net=host -v "$(pwd)"/workspace:/workspace -w /home/zephyruser/ rselagam/zephyr-armfvp:v1
63+
docker run -it --entrypoint /bin/bash --net=host -v "$(pwd)"/workspace:/workspace -w /home/zephyruser/ rselagam/zephyr-armfvp:v8
6464
```
6565

6666
### Windows (PowerShell)
6767

6868
```
69-
docker run --rm -it --entrypoint /bin/bash --net=host -v "${PWD}\workspace:/workspace" -w /home/zephyruser/ rselagam/zephyr-armfvp:v1
69+
docker run -it --entrypoint /bin/bash --net=host -v "${PWD}\workspace:/workspace" -w /home/zephyruser/ rselagam/zephyr-armfvp:v8
7070
```
7171

7272
# Wokring inside the Docker image
@@ -199,7 +199,7 @@ I [executorch:arm_executor_runner.cpp:398 main()] method_allocator_planned: 64
199199
I [executorch:arm_executor_runner.cpp:400 main()] method_allocator_loaded: 256 bytes
200200
I [executorch:arm_executor_runner.cpp:401 main()] method_allocator_input: 24 bytes
201201
I [executorch:arm_executor_runner.cpp:402 main()] method_allocator_executor: 0 bytes
202-
I [executorch:arm_executor_runner.cpp:405 main()] peak_temp_allocator: 0 / 2048 free: 2048 ( used: 0 % )
202+
I [executorch:arm_executor_runner.cpp:405 main()] peak_temp_allocator: 0 / 2048 free: 2048 ( used: 0 % )
203203
I [executorch:arm_executor_runner.cpp:421 main()] Model executed successfully.
204204
I [executorch:arm_executor_runner.cpp:429 main()] Beginning output verificaiton
205205
I [executorch:arm_executor_runner.cpp:450 main()] SUCCESS: Program complete, exiting.

0 commit comments

Comments
 (0)