samples: subsys: canbus: canopen: README.rst

add notice for boards without storage

Signed-off-by: Alexander Kozhinov <AlexanderKozhinov@yandex.com>
This commit is contained in:
Alexander Kozhinov 2021-01-14 21:24:21 +01:00 committed by Carles Cufí
commit c0fe1e6dbd

View file

@ -61,6 +61,17 @@ The sample can be built and executed for the FRDM-K64F as follows:
Pressing the button labelled ``SW3`` will increment the button press
counter object at index ``0x2102`` in the object dictionary.
Building and Running for boards without storage partition
=========================================================
The sample can be built for boards without a flash storage partition by using a different configuration file:
.. zephyr-app-commands::
:zephyr-app: samples/subsys/canbus/canopen
:board: <your_board_name>
:conf: "prj_no_storage.conf"
:goals: build flash
:compact:
Testing CANopen Communication
*****************************
CANopen communication between the host PC and Zephyr can be