Skip to content

Commit

Permalink
fix(setup5): removed incorrect information
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo21Costa <[email protected]>
  • Loading branch information
Diogo21Costa committed Oct 27, 2023
1 parent 2742525 commit c0bc31f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -922,13 +922,8 @@ You'll see your IPC as follows (video

![baremetal-linux-shmem](/img/.gif/baremetal_linux_shmem.gif)

From here, you can employ the IPC on Linux to dispatch messages to FreeRTOS by
writing to ``/dev/baoipc0``:
From here, you can employ the IPC on Linux to dispatch messages to the Baremetal
by writing to ``/dev/baoipc0``:
```sh
echo "Hello, Bao!" > /dev/baoipc0
```

Or retrieve the latest FreeRTOS message by reading from ``/dev/baoipc0``:
```sh
cat /dev/baoipc0
```

0 comments on commit c0bc31f

Please sign in to comment.