Skip to content

Conversation

AndreCostaaa
Copy link
Collaborator

@AndreCostaaa AndreCostaaa commented Oct 17, 2025

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.

  • New Features
    • Added boards/renesas/rz-g3e-evkit/README.md with specs, setup, build/run, and debugging.
    • Added RZ_G3E Evaluation Board Kit Quick Start Guide.pdf.
    • Added manifest.json with board metadata and a setting to use configs/drm-egl-2d.defaults.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a 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
Copy link

@cubic-dev-ai cubic-dev-ai bot Oct 17, 2025

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&#39;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>
Suggested change
cmake -B build -DCONFIG=drm-egl -GNinja
cmake -B build -DCONFIG=drm-egl-2d -GNinja
Fix with Cubic

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