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

support for jetson tk1 #4705

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

arturoc
Copy link
Member

@arturoc arturoc commented Dec 29, 2015

this adds a check in ofConstants for TARGET_OPENGL in which case it doesn't assume that LINUX ARM == OPENGLES

it also adds a specific makefile config for the jetson tk1.

it still needs a recompiled tess2 but i need a way to detect this board in order to change the apothecary formula and the install_dependencies script. anyone with one of this boards can check if there's anyway to detect it?

running:

  gcc -dM -E - < /dev/null

will dump a list of defines which can be useful for the apothecary formula. for the install_dependencies script any file that is specific to this platform will do

@jvcleave
Copy link
Member

to detect you may be able to use this

$ cat /etc/nv_tegra_release
# R19 (release), REVISION: 3.0, GCID: 4143443, BOARD: ardbeg, EABI: hard, DATE: Wed Jun 18 18:34:47 UTC 2014

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.

2 participants