Skip to content

feat: use new init commands feature for lvperf images#143

Merged
AndreCostaaa merged 2 commits intomainfrom
140-feat-use-new-init-program-in-lv_perf-configs
Apr 1, 2025
Merged

feat: use new init commands feature for lvperf images#143
AndreCostaaa merged 2 commits intomainfrom
140-feat-use-new-init-program-in-lv_perf-configs

Conversation

@AndreCostaaa
Copy link
Copy Markdown
Contributor

This PR uses the new init_commands feature in the lvperf images.

I patched the config inside the Dockerfile instead of modifying it directly because when running the config locally, lvgl_benchmark should still be executed by default.

For the image, I'm using the new init_commands feature, making it easy to mount other init commands if I need to run different applications

Note that the init_commands feature is currently broken on aarch64 (see #141), so this PR depends on #142 being merged for it to work properly

@AndreCostaaa AndreCostaaa linked an issue Mar 30, 2025 that may be closed by this pull request
@daniel-rossier
Copy link
Copy Markdown
Contributor

That's great! I would propose a small change: would it be possible to rename init_commands.txt by commands.ini ? And thus reserving .ini extension for this application? (or even .cfg)

@AndreCostaaa
Copy link
Copy Markdown
Contributor Author

I like commands.ini. Will update accordingly :)

@AndreCostaaa AndreCostaaa force-pushed the 140-feat-use-new-init-program-in-lv_perf-configs branch 2 times, most recently from fb76d88 to 66bf210 Compare April 1, 2025 10:51
@AndreCostaaa AndreCostaaa merged commit 53b915f into main Apr 1, 2025
22 checks passed
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.

feat: use new init program in lv_perf configs

2 participants