Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arm Reference Solutions
model-scripts
Commits
2523b2a1
Commit
2523b2a1
authored
Jul 15, 2021
by
Anders Dellien
Browse files
platforms/tc0: Update run_model.sh script
Signed-off-by:
Anders Dellien
<
anders.dellien@arm.com
>
parent
8bd354b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tc0/run_model.sh
View file @
2523b2a1
...
@@ -174,13 +174,18 @@ LOGS_DIR="$RUN_SCRIPTS_DIR"/logs
...
@@ -174,13 +174,18 @@ LOGS_DIR="$RUN_SCRIPTS_DIR"/logs
mkdir
-p
$LOGS_DIR
mkdir
-p
$LOGS_DIR
"
$MODEL
"
\
"
$MODEL
"
\
-C
css.scp.ROMloader.fname
=
$YOCTO_OUTDIR
/scp_romfw.bin
\
-C
css.scp.ROMloader.fname
=
$YOCTO_OUTDIR
/scp_romfw.bin
\
-C
css.trustedBootROMloader.fname
=
$YOCTO_OUTDIR
/bl1-tc0.bin
\
-C
css.trustedBootROMloader.fname
=
$YOCTO_OUTDIR
/bl1-tc0.bin
\
-C
board.flashloader0.fname
=
$YOCTO_OUTDIR
/fip-tc0.bin
\
-C
board.flashloader0.fname
=
$YOCTO_OUTDIR
/fip-tc0.bin
\
-C
soc.pl011_uart0.out_file
=
$LOGS_DIR
/uart0_soc.log
\
-C
soc.pl011_uart0.out_file
=
$LOGS_DIR
/uart0_soc.log
\
-C
soc.pl011_uart1.out_file
=
$LOGS_DIR
/uart1_soc.log
\
-C
soc.pl011_uart0.unbuffered_output
=
1
\
-C
css.pl011_uart_ap.out_file
=
$LOGS_DIR
/uart_ap.log
\
-C
soc.pl011_uart1.out_file
=
$LOGS_DIR
/uart1_soc.log
\
-C
displayController
=
2
\
-C
soc.pl011_uart1.unbuffered_output
=
1
\
${
TAP_INTERFACE_MODEL_PARAMS
}
\
-C
css.pl011_uart_ap.out_file
=
$LOGS_DIR
/uart_ap.log
\
${
DISTRO_MODEL_PARAMS
}
\
-C
css.pl011_uart_ap.unbuffered_output
=
1
\
${
EXTRA_MODEL_PARAMS
}
\
-C
displayController
=
2
\
${
TAP_INTERFACE_MODEL_PARAMS
}
\
${
DISTRO_MODEL_PARAMS
}
\
${
EXTRA_MODEL_PARAMS
}
exit
$?
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment