-
Notifications
You must be signed in to change notification settings - Fork 52
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
Update polarfire.md #201
base: master
Are you sure you want to change the base?
Update polarfire.md #201
Conversation
Added some (hopefully) helpful additional content about booting on QEMY emulated polarfire. Signed-off-by: sand7000 <[email protected]>
where the dtb is generated by running: | ||
|
||
``` | ||
dtc -I dts -O dtb seL4/tools/dts/mpfs_icicle.dts > mpfs_icicle.dtb |
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.
Should be:
dtc -I dts -O dtb ../kernel/tools/dts/mpfs_icicle.dts > mpfs_icicle.dtb
assuming your current directory is the same as for the QEMU command above.
I used the configuration described on the sel4test page:
Nothing seems to happen after OpenSBI starts. Not sure whether you ran into this. |
Hey Ivan, This seems to be the same issue I asked you about here: https://sel4.discourse.group/t/microchip-polarfire-icicle-kit-status/675/24 I thought we had this one licked based on your helpful instructions but I am hitting it again now. My best guess is that I was using a different version of seL4 when I built sel4test and it was working then. I will try to find some time tomorrow to play with it more maybe I can at least figure out the version that worked. |
Added some (hopefully) helpful additional content about booting on QEMY emulated polarfire.