-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zynqmp 2018 3 #123
Zynqmp 2018 3 #123
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok to me. Should this also have a CI run then?
My thought is to make an update to the ci-actions repo to add a target for each Petalinux version |
With the fix from seL4/ci-actions#316 passing that as parameter should work then. |
The seL4 kernel uses an older device tree. In order to make the kernel device tree compatible with the VMM device tree generation, older Linux artifacts are needed. This commit makes 2018.3 the default, with the option for users to use newer artifacts if needed. Signed-off-by: Chris Guikema <[email protected]>
Signed-off-by: Chris Guikema <[email protected]>
b51b5aa
to
a2bc627
Compare
Seems good to merge. We see the test failures because seL4/camkes-vm-examples#57 need to be rebased to master to pick up the fixed for |
I've rebased seL4/camkes-vm-examples#57 and the basline builds pass now. So we could merge this PR now to have a dependency of the other PRs in. What remains is making the ping examples work on the ZCU102. The run still fails, see #124 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy with merging this part now.
Test with: seL4/camkes-vm-examples#57