Skip to content

looking for an example for running codes on ddr of 4 harts (bare metal) "mpfs-hal-run-from-ddr-u54-1-u54-2 -u54-3 -u54_4" #256

Discussion options

You must be logged in to vote

Hey @kevinwen2000

You can create four separate payloads as you described and set the MPFS_HAL_FIRST_HART and MPFS_HAL_LAST_HART values to be the same, for example to only run on U54_1:

MPFS_HAL_FIRST_HART = 1
MPFS_HAL_LAST_HART = 1

to only run on U54_2:

MPFS_HAL_FIRST_HART = 2
MPFS_HAL_LAST_HART = 2

There are a few yaml examples in the HSS, this one would probably be the most useful

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by kevinwen2000
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants