@@ -8,10 +8,10 @@ Overview
8
8
9
9
This application demonstrates how to use OpenAMP with Zephyr. It is designed to
10
10
demonstrate how to integrate OpenAMP with Zephyr both from a build perspective
11
- and code. Currently this integration is specific to the LPC54114 SoC.
11
+ and code.
12
12
13
- Building the application
14
- *************************
13
+ Building the application for lpcxpresso54114_m4
14
+ ***********************************************
15
15
16
16
.. zephyr-app-commands ::
17
17
:zephyr-app: samples/subsys/ipc/openamp
@@ -27,17 +27,31 @@ following settings:
27
27
- Stop bits: 1
28
28
29
29
Reset the board and the following message will appear on the corresponding
30
- serial port:
30
+ serial port, one is master another is remote :
31
31
32
32
.. code-block :: console
33
33
34
- ***** Booting Zephyr OS v1.11 .0-1377-g580b9add47 * ****
34
+ **** Booting Zephyr OS build zephyr- v1.14 .0-2064-g888fc98fddaa ****
35
35
Starting application thread!
36
36
37
- OpenAMP demo started
38
- Primary core received a message: 1
39
- Primary core received a message: 3
40
- Primary core received a message: 5
37
+ OpenAMP[master] demo started
38
+ Master core received a message: 1
39
+ Master core received a message: 3
40
+ Master core received a message: 5
41
41
...
42
- Primary core received a message: 101
42
+ Master core received a message: 99
43
+ OpenAMP demo ended.
44
+
45
+
46
+ .. code-block :: console
47
+
48
+ **** Booting Zephyr OS build zephyr-v1.14.0-2064-g888fc98fddaa ****
49
+ Starting application thread!
50
+
51
+ OpenAMP[remote] demo started
52
+ Remote core received a message: 0
53
+ Remote core received a message: 2
54
+ Remote core received a message: 4
55
+ ...
56
+ Remote core received a message: 98
43
57
OpenAMP demo ended.
0 commit comments