Tool/software: Code Composer Studio
Hello,
I have followed IPC for AM65x, built IPC examples and got the following errors when I try to load the executable from Linux.
[ 219.088187] remoteproc remoteproc12: powering up 41000000.r5f [ 219.099380] remoteproc remoteproc12: Booting fw image am65x-mcu-r5f0-fw, size 4227756 [ 219.107374] remoteproc remoteproc12: erroneous trace resource entry [ 219.113678] remoteproc remoteproc12: Failed to process resources: -22 [ 219.120276] remoteproc remoteproc12: Boot failed: -22
The following file is the code. The only change I did is modifying 0xA000_0000 to 0x9C00_0000 in linker script and resource table header, since Linux has reserved memory at 0x9C00_0000 with length 8MB for R5F.