From 9cca9b53ac419b164945af61e89ee804ab9e3dcd Mon Sep 17 00:00:00 2001 From: keithm-xmos <35048036+keithm-xmos@users.noreply.github.com> Date: Thu, 3 Dec 2020 11:57:22 -0500 Subject: [PATCH 1/2] Update README.rst --- examples/bare-metal/micro_speech/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bare-metal/micro_speech/README.rst b/examples/bare-metal/micro_speech/README.rst index 31a042500..5295c65fc 100644 --- a/examples/bare-metal/micro_speech/README.rst +++ b/examples/bare-metal/micro_speech/README.rst @@ -35,7 +35,7 @@ Run the following command: .. code-block:: console - $ xrun --io bin/micro_speech.xe + $ xrun --io bin/XCORE-AI-EXPLORER/micro_speech.xe You should notice console output, which will update based on the model result. @@ -59,7 +59,7 @@ Run the following command: .. code-block:: console - $ xrun --io bin/micro_speech_test.xe + $ xrun --io bin/XCORE-AI-EXPLORER/micro_speech_test.xe You should notice console output From d2848dceadcc6d268d2f4a6b3d498151d520004e Mon Sep 17 00:00:00 2001 From: keithm-xmos <35048036+keithm-xmos@users.noreply.github.com> Date: Thu, 3 Dec 2020 12:01:40 -0500 Subject: [PATCH 2/2] Update README.rst --- examples/freertos/cifar10/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/freertos/cifar10/README.rst b/examples/freertos/cifar10/README.rst index d972d6813..b24119a8b 100644 --- a/examples/freertos/cifar10/README.rst +++ b/examples/freertos/cifar10/README.rst @@ -69,6 +69,8 @@ To flash the model and example images, run the following commands: Using external DDR memory ========================= +If your board supports LPDDR, you may also place your neural network in the external DDR memory. Currently, only the Explorer Board supports LPDDR. + To building with the model stored in LPDDR, replace the call to cmake above with the following: .. code-block:: console