@@ -13,7 +13,7 @@ Requires docker to be installed.
1313Start 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
1919In 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
199199I [executorch:arm_executor_runner.cpp:400 main()] method_allocator_loaded: 256 bytes 
200200I [executorch:arm_executor_runner.cpp:401 main()] method_allocator_input: 24 bytes 
201201I [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 % ) 
203203I [executorch:arm_executor_runner.cpp:421 main()] Model executed successfully. 
204204I [executorch:arm_executor_runner.cpp:429 main()] Beginning output verificaiton 
205205I [executorch:arm_executor_runner.cpp:450 main()] SUCCESS: Program complete, exiting. 
0 commit comments