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 have tried the basic instructions to run examples on gvsoc virtual platform and they all look good.
Now, I want to try customized memory map using Pulpissimo platform.
For example, currently ROM is at 0x1A00_0000 and L2 is at 0x1C00_0000.
If I want to change the base addresses to ROM @ 0x1B00_0000 / L2 @ 0x1C10_0000, how I can do so?
(Numbers are just random numbers within the gaps I found in Pulpissimo memory map)
Is there a instruction on
How I can change the memory map on gvsoc?
How I can execute software (examples at least) on the modified memory map?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have tried the basic instructions to run examples on gvsoc virtual platform and they all look good.
Now, I want to try customized memory map using Pulpissimo platform.
For example, currently ROM is at 0x1A00_0000 and L2 is at 0x1C00_0000.
If I want to change the base addresses to ROM @ 0x1B00_0000 / L2 @ 0x1C10_0000, how I can do so?
(Numbers are just random numbers within the gaps I found in Pulpissimo memory map)
Is there a instruction on
Thanks!
The text was updated successfully, but these errors were encountered: