Skip to content
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

Minor manual fixes #87

Merged
merged 3 commits into from
Jan 11, 2024
Merged

Minor manual fixes #87

merged 3 commits into from
Jan 11, 2024

Conversation

Ivan-Velickovic
Copy link
Collaborator

Fixes spelling mistakes and adds instructions for booting on ZCU102 hardware. Closes #30.

In the future we need to find out how to integrate the documentation for each board with the official seL4 documentation. Including how to setup U-Boot etc is too much for the Microkit manual most likely but I still believe that the manual should include instructions specific to Microkit should remain in the manual.

@Ivan-Velickovic Ivan-Velickovic merged commit 99af2de into main Jan 11, 2024
8 checks passed
@Ivan-Velickovic Ivan-Velickovic deleted the zcu102_docs branch January 11, 2024 00:59

=> go 0x40000000

Note that the loading address must be `0x40000000`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you add this note, you should also say, why it must be this address? The note's wording feels a bit odd now to me.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can remove the note or say something like 'The image expects to be loaded at 0x40000000'. I added the note because I wanted to make it clear that it's a fixed address. The reasoning for the fixed address is explained in the section about adding platform support, it will also be explained once #49 is resolved.

I think I will probably just remove the note to make it consistent with the TQMa8XQP documentation.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ZCU102 hello world example
2 participants