Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/xmos/aiot_sdk into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas authored and thomas committed Dec 3, 2020
2 parents ce942af + d2848dc commit e61e678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bare-metal/micro_speech/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down
2 changes: 2 additions & 0 deletions examples/freertos/cifar10/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,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
Expand Down

0 comments on commit e61e678

Please sign in to comment.