Skip to content
Snippets Groups Projects
Commit 70bfa541 authored by Shriram's avatar Shriram Committed by Thomas Abraham
Browse files

rdn1edgex2/run_model: add support for loading mcp ramfw bin


Add model parameter to enable loading of mcp_ramfw.bin file at the
address 0x0BF80000.

Signed-off-by: Shriram's avatarShriram K <shriram.k@arm.com>
Change-Id: If305a95abe4e3e71811b311ec7b2bd6fe26c39f2
parent a2a4d3e2
No related branches found
Tags RD-INFRA-2021.09.17
No related merge requests found
......@@ -256,6 +256,7 @@ PARAMS=" \
-C css0.cmn600.mesh_config_file=$PATH_TO_MODEL/RD_N1_E1_cmn600.yml \
-C css0.cmn600.force_rnsam_internal=false \
--data css0.scp.armcortexm7ct=$OUTDIR/scp_ramfw.bin@0x0BD80000 \
--data css0.mcp.armcortexm7ct=$OUTDIR/mcp_ramfw.bin@0x0BF80000 \
-C css0.mcp.ROMloader.fname=$OUTDIR/mcp_romfw.bin \
-C css0.scp.ROMloader.fname=$OUTDIR/scp_romfw.bin \
-C css0.trustedBootROMloader.fname=$OUTDIR/$BL1_IMAGE \
......@@ -282,6 +283,7 @@ PARAMS=" \
-C css1.cmn600.mesh_config_file=$PATH_TO_MODEL/RD_N1_E1_cmn600.yml \
-C css1.cmn600.force_rnsam_internal=false \
--data css1.scp.armcortexm7ct=$OUTDIR/scp_ramfw.bin@0x0BD80000 \
--data css1.mcp.armcortexm7ct=$OUTDIR/mcp_ramfw.bin@0x0BF80000 \
-C css1.mcp.ROMloader.fname=$OUTDIR/mcp_romfw.bin \
-C css1.scp.ROMloader.fname=$OUTDIR/scp_romfw.bin \
-C css1.trustedBootROMloader.fname=$OUTDIR/$BL1_IMAGE \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment