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:
parent
89430f5635
commit
c0fe1e6dbd
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue