Skip to content

Commit 5ca3e7a

Browse files
committed
doc(mp1): update readme with RPMSG_SERVICE_NAME renaming
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 9c44b51 commit 5ca3e7a

File tree

1 file changed

+4
-0
lines changed
  • variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC

1 file changed

+4
-0
lines changed

variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ To increase the performance of SerialVirtIO you can resize the related buffer co
109109

110110
The recommended option is to resize `VRING_NUM_BUFFS`. Be very cautious when resizing `RPMSG_BUFFER_SIZE`, which must be matched with the Linux kernel definition. Also `VIRTIO_BUFFER_SIZE` has the minimum required size depending on the other two. See their links above for further descriptions.
111111

112+
#### Note
113+
114+
* Since openSTLinux distribution 4.0 with Linux 5.15, `RPMSG_SERVICE_NAME` has been renamed from `rpmsg-tty-channel` to `rpmsg-tty`, if older distribution is used, it is required to redefine it to `rpmsg-tty-channel`
115+
112116
To redefine these definitions, see how to create `build_opt.h` described in Debugging section below.
113117

114118
### Virtual Serial Example

0 commit comments

Comments
 (0)