- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
I am writing an C++ program that should work on Intel RTF and other Linux-based drones as well. What is the most safe way to check that the program is running on Intel RTF at run-time ?
Thanks!
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Humam,
Thank you for your interest in the Intel Aero Platform. There are multiple ways to determine the platform being used but it's up to the developer to decide on the approach.
Suggestion 1:
Scan the output of uname -a for intel-aero.
Suggestion 2:
Scan the dmesg for "Hardware name"
Regards,
Jesus
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Humam,
Thank you for your interest in the Intel Aero Platform. There are multiple ways to determine the platform being used but it's up to the developer to decide on the approach.
Suggestion 1:
Scan the output of uname -a for intel-aero.
Suggestion 2:
Scan the dmesg for "Hardware name"
Regards,
Jesus

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page