You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to execute mpfs-mmuart (ddr release) example application from DDR4 (loaded by the HSS bootloader from EMMC).
I took the application as it is but I have trouble to configure it as a payload:
I guess the hart entry points should be at the start address of DDR4 hart-entry-points: {u54_1: '0x80000000', u54_2: '0x80000000'} as it is configured in the linker script.
payloads:
payload.elf: {exec-addr: '0x80000000', owner-hart: u54_1, secondary-hart: u54_2, priv-mode: prv_m, skip-opensbi: true}.
Could you confirm the payload should be configured in this way ? (this is the output I got when the HSS is trying to exec the start address
)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to execute mpfs-mmuart (ddr release) example application from DDR4 (loaded by the HSS bootloader from EMMC).
I took the application as it is but I have trouble to configure it as a payload:
I guess the hart entry points should be at the start address of DDR4 hart-entry-points: {u54_1: '0x80000000', u54_2: '0x80000000'} as it is configured in the linker script.
payloads:
payload.elf: {exec-addr: '0x80000000', owner-hart: u54_1, secondary-hart: u54_2, priv-mode: prv_m, skip-opensbi: true}.
Could you confirm the payload should be configured in this way ? (this is the output I got when the HSS is trying to exec the start address

)
Beta Was this translation helpful? Give feedback.
All reactions