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] 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