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

If you want to build device drivers for an cross target (yocto build) ... #241

Closed
Tonkabot1 opened this issue Oct 11, 2023 · 1 comment
Closed

Comments

@Tonkabot1
Copy link

I am exploring creating a device driver for my embedded system, but the examples all seem to fail, I assume because none of it is really appropriate.
There should at least be a warning that you need to do something a lot different in that case.

I am doing a yocto build for an imx8mm module on our custom hardware, and have been frustrated with trying to use gpio pins through the command line interface.

@jserv
Copy link
Contributor

jserv commented Oct 11, 2023

At present, all example code shipped with LKMPG is intended to be used with ordinary Linux distributions rather than platform builders such as Yocto. For GPIO-specific examples, they are prepared for Raspberry Pi, meaning that you have to adapt them for i.MX platforms.

@jserv jserv closed this as completed Jan 30, 2024
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