Issue deploying a DDR application to eMMC #38
-
I've been playing with the hss and hss payload generator but I can't seem to figure out how to create and deploy an SMP application onto the eMMC. mss_entry.S seems to route any Is this the intended method? When I compile an application with multiple hart methods (u54_1, u54_2, etc.) and create a payload accordingly, the application only works on a single core, or it doesn't work at all. How would I compile an application and create the payload if there are multiple harts involved? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hey @mcergun 😄 This feature was initially planned for single hart applications, we're having a look into it and we'll get back and let you know what the easiest way to get it working with multiple harts would be. I have a suspicion that updating line 224 of system_startup.c to:
would work but we need to test it out to be sure |
Beta Was this translation helpful? Give feedback.
Hey @mcergun 😄
This feature was initially planned for single hart applications, we're having a look into it and we'll get back and let you know what the easiest way to get it working with multiple harts would be. I have a suspicion that updating line 224 of system_startup.c to:
would work but we need to test it out to be sure