Can I load FW image to R5 TCM and boot on TCM? #258
Replies: 1 comment
-
Could you explain why you need to update this definition? RPROC_LOAD_ANYADDR is used to initialize in OpenAMP structures an undefined address. So changing this value can lead to unexpected behavior. I let @edmooring or @bentheredoneththat answer for the parts related to the Zynqmp platform. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi OpenAMP
I have traced open-amp/apps/examples/load_fw.c
And If I porting this load_fw.c to Linux as Master, and I want to load FW for Cortex-R5 TCM memory and boot on TCM.
One of I need to do is revising line39 of open-amp/lib/include/openamp/remoteproc_loader.h ?
just like below?
/* Remoteproc loader any address */
#define RPROC_LOAD_ANYADDR ((metal_phys_addr_t)0xFFE00000)
and I reference the R5 link script open-amp/apps/system/generic/machine/zynqmp_r5/linker_remote.ld
and device-tree
Beta Was this translation helpful? Give feedback.
All reactions