example: Add zcu102 to simple example - #370
Open
Furao wants to merge 1 commit into
Open
Conversation
dreamliner787-9
requested changes
Jul 31, 2026
dreamliner787-9
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for the contribution. I've tested this on our zcu102 and it works as expected. I've left a few minor comments. Once those and the CI failures are addressed, this is good to merge.
| <system> | ||
|
|
||
| <!-- | ||
| Here we give the guest 256MiB to use as RAM. Note that we use 2MiB page |
Collaborator
There was a problem hiding this comment.
Suggested change
| Here we give the guest 256MiB to use as RAM. Note that we use 2MiB page | |
| Here we give the guest 512MiB to use as RAM. Note that we use 2MiB page |
| <vcpu id="0" /> | ||
| <!-- | ||
| The device tree given to Linux specifies that RAM will start | ||
| at 0x40000000. |
Collaborator
There was a problem hiding this comment.
Suggested change
| at 0x40000000. | |
| at 0x800000000. |
| <!-- | ||
| As stated above, we need to map in the virtual CPU interface into | ||
| the guest's virtual address space. Any access to the GIC from | ||
| 0x8010000 - 0x8011000 will access the VCPU interface. All other |
Collaborator
|
Could you please add |
Furao
force-pushed
the
add-zcu102-simple
branch
2 times, most recently
from
July 31, 2026 14:39
f1111f4 to
3fd00fc
Compare
Signed-off-by: Robbie VanVossen <robert.vanvossen@dornerworks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not really sure why there were issues with 256 MiB, but just adding another 256 solved the issue, so I updated that just for the zcu102 platform.