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

Enable force platform minnowboard turbot #827

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tripzero
Copy link
Contributor

@tripzero tripzero commented Sep 27, 2017

Compile error would result if force minnowboard max. This is
because mraa_intel_minnowboard_byt_compatible signature requires
bool option for max or turbot board variations. This patch allows
user to force platform for either max or turbot without compile
error.

@arfoll
Copy link
Contributor

arfoll commented Sep 28, 2017 via email

Compile error would result if force minnowboard max. This is
because mraa_intel_minnowboard_byt_compatible signature requires
bool option for max or turbot board variations. This patch allows
user to force platform for either max or turbot without compile
error.

Signed-off-by: Kevron Rees <tripzero.kev@gmail.com>
@tripzero
Copy link
Contributor Author

We need some way of specifying the subtype for turbot. The only other way I can think of is to create another CMAKE option for subtype.

I'm running into this because I'm trying to use mraa in a container. I can get around it by forwarding /sys/devices/virtual/dmi/id/board_name into the container and letting autodetect work.

@arfoll
Copy link
Contributor

arfoll commented Oct 4, 2017

Why do we need a way of specifying the subtype? Since it's basically the same platform this seems odd...

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.

None yet

2 participants