-
Notifications
You must be signed in to change notification settings - Fork 228
boards: add linux-based supported boards #105
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
base: master
Are you sure you want to change the base?
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.
1 issue found across 3 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="boards/renesas/rz-g3e-evkit/README.md">
<violation number="1" location="boards/renesas/rz-g3e-evkit/README.md:117">
The sample CMake command selects `-DCONFIG=drm-egl`, but the repo only ships `drm-egl-2d.defaults`, so following these instructions fails to configure the build. Please update the command to use the available `drm-egl-2d` config.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
| The SDK includes `cmake` and `ninja` so you don't need to install them. | ||
|
|
||
| ```shell | ||
| cmake -B build -DCONFIG=drm-egl -GNinja |
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.
The sample CMake command selects -DCONFIG=drm-egl, but the repo only ships drm-egl-2d.defaults, so following these instructions fails to configure the build. Please update the command to use the available drm-egl-2d config.
Prompt for AI agents
Address the following comment on boards/renesas/rz-g3e-evkit/README.md at line 117:
<comment>The sample CMake command selects `-DCONFIG=drm-egl`, but the repo only ships `drm-egl-2d.defaults`, so following these instructions fails to configure the build. Please update the command to use the available `drm-egl-2d` config.</comment>
<file context>
@@ -0,0 +1,160 @@
+ The SDK includes `cmake` and `ninja` so you don't need to install them.
+
+ ```shell
+ cmake -B build -DCONFIG=drm-egl -GNinja
+ ```
+- Edit `src/main.c` if you want to change the default demo.
</file context>
| cmake -B build -DCONFIG=drm-egl -GNinja | |
| cmake -B build -DCONFIG=drm-egl-2d -GNinja |
fc8d098 to
5068d43
Compare
5068d43 to
539ac2e
Compare
Summary by cubic
Added Renesas RZ/G3E-EVKIT as a supported Linux board with setup, build, and run docs, plus a manifest to use drm-egl-2d defaults. Includes benchmark results and the official quick start guide.