You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
965 B

  1. setws {$$${GITSUBSTITUTE_REPO_ROOT}}
  2. ##########################################################################################
  3. # Place your custom drivers here
  4. # Copy or uncomment the example line
  5. ##########################################################################################
  6. #repo -set {$$${GITSUBSTITUTE_REPO_ROOT}/extern/REPLACE_WITH_PATH_TO_DRIVER}
  7. ##########################################################################################
  8. # !!! Leave 'name' unchanged (hw_platform) !!!
  9. # Set the path to the .xsa hardware description file
  10. # Maybe you need to change the other parameters (proc, os, arch, fsbl-target)
  11. ##########################################################################################
  12. platform create\
  13. -name {hw_platform}\
  14. -hw {$$${GITSUBSTITUTE_REPO_ROOT}/extern/REPLACE_WITH_PATH_TO_XSA_FILE}\
  15. -proc {psu_cortexa53_0}
  16. -os {standalone}\
  17. -arch {64-bit}\
  18. -fsbl-target {psu_cortexa53_0}\
  19. -out {$$${GITSUBSTITUTE_REPO_ROOT}}