@@ -8,4 +8,4 @@ Here are some links to pages we would recommend reading for an in-depth understa
RPMsg (Remote Processor Messaging) is a lightweight messaging protocol provided by the OpenAMP framework to enable communication between different cores in an AMP system. RPMsg allows processors to send and receive messages across a virtual communication channel. It operates over VirtIO, a standardized interface for virtual devices, to facilitate asynchronous message passing between cores.
## Remoteproc
Remoteproc is a key component within the OpenAMP framework responsible for managing remote processors in an AMP system. It provides a set of APIs that allow for the booting, monitoring, and control of secondary processors. Remoteproc can load firmware images, start up remote cores, and manage their lifecycle, including safely shutting them down when necessary. It also monitors the state of remote processors and handles events such as processor faults or interrupts.
\ No newline at end of file
Remoteproc is a key component within the OpenAMP framework responsible for managing remote processors in an AMP system. It provides a set of APIs that allow for the booting, monitoring, and control of secondary processors. Remoteproc can load firmware images, start up remote cores, and manage their lifecycle, including safely shutting them down when necessary.