Browse Source

fix: correct platform_create script

master
Dennis Buchhorn 2 years ago
parent
commit
0d5a37ee9d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tcl_scripts/platform_create.tcl

+ 1
- 1
tcl_scripts/platform_create.tcl View File

@ -14,7 +14,7 @@ setws {$$${GITSUBSTITUTE_REPO_ROOT}}
platform create\
-name {hw_platform}\
-hw {$$${GITSUBSTITUTE_REPO_ROOT}/extern/REPLACE_WITH_PATH_TO_XSA_FILE}\
-proc {psu_cortexa53_0}
-proc {psu_cortexa53_0}\
-os {standalone}\
-arch {64-bit}\
-fsbl-target {psu_cortexa53_0}\


Loading…
Cancel
Save