mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
31de2fada2
add support for the remoteproc control feature for the external system With this feature we can switch on/off the external system on demand: echo stop > /sys/class/remoteproc/remoteproc0/state echo start > /sys/class/remoteproc/remoteproc0/state During Linux boot the remoteproc subsystem automatically start the external system. The user can use the commands above to stop then start the remote core. Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>