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

Port to riscv d1 #3

Open
phanrahan opened this issue Jun 3, 2023 · 2 comments
Open

Port to riscv d1 #3

phanrahan opened this issue Jun 3, 2023 · 2 comments

Comments

@phanrahan
Copy link

I saw your implementation of display.c for the H3. I am trying to create a similar modules for the allwinner d1 which uses the riscv (I am using a Mango Pi Pro). My understanding is the the display engine is the same. The code compiles using the riscv toolchain, but I don't get hdmi video out.

Do you know if anyone has tried to port your code the the d1?

@vanvught
Copy link

vanvught commented Jun 3, 2023

@phanrahan Fyi, I've also done a HDMI implementation for the H3 -> https://github.com/vanvught/rpidmx512/tree/master/lib-h3/device/fb

@phanrahan
Copy link
Author

@vanvught thank you for the pointer! Awesome work. I downloaded it and am studying it now.

Is there a simple demo program? Something that boots and displays an image? I am trying to find a bare metal implementation to use as the basis of a class on computer systems programming.

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

No branches or pull requests

2 participants