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

examples/simple: utilise overlays #113

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

Ivan-Velickovic
Copy link
Collaborator

For QEMU virt AArch64 and Odroid-C4, what we did in the past is take the original DTS intended for booting Linux natively and adapt it to work in a virtualised environment.

This patch gets those two platforms in line with the current convention for other platforms and examples which is to have linux.dts be the unmodified DTS from Linux source and then use the overlay to disable certain devices, change the amount and address of RAM, etc.

For QEMU virt AArch64 and Odroid-C4, what we did in the past is take
the original DTS intended for booting Linux natively and adapt it to
work in a virtualised environment.

This patch gets those two platforms in line with the current convention
for other platforms and examples which is to have `linux.dts` be the
unmodified DTS from Linux source and then use the overlay to disable
certain devices, change the amount and address of RAM, etc.

Signed-off-by: Ivan Velickovic <[email protected]>
@Ivan-Velickovic Ivan-Velickovic force-pushed the simple_example_overlays branch from 2f4bbd6 to a9c6798 Compare August 14, 2024 03:06
@Ivan-Velickovic Ivan-Velickovic merged commit 9140221 into main Aug 14, 2024
8 checks passed
@Ivan-Velickovic Ivan-Velickovic deleted the simple_example_overlays branch August 14, 2024 03:09
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.

1 participant