View Single Post
  #1   Spotlight this post!  
Unread 27-01-2017, 17:08
nlh101 nlh101 is offline
Registered User
FRC #1701 (RoboCubs)
Team Role: Programmer
 
Join Date: Jan 2017
Rookie Year: 2016
Location: Detroit
Posts: 1
nlh101 is an unknown quantity at this point
NVIDIA Jetson TX1 Vision Coprocessing Software: Am I doing something wrong?

Hello!

I have been unsuccessfully trying to install and run the Vision Coprocessing Software on our Jetson TX1 for about 2 1/2 hours now. Every time, I run
Code:
./gradlew build
it compiles successfully, but they always result in the following stack trace:

Code:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/ubuntu/Downloads/Java/output/libopencv_java310.so: /home/ubuntu/Downloads/Java/output/libopencv_java310.so: wrong ELF class: ELFCLASS32
at java.lang.ClassLoader$NativeLibrary.load (Native Library)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at Main.main(Main.java:12)
We are running on a AArch64 NVIDIA Jetson TX1 Development Kit. I have (Oracle) Java 8b121 arm64 installed (it refuses to run any Java executable that is arm32) and Gradle 3.3 with Groovy 2.4.7 and Ant 1.9.6 on Linux 3.10.96-tegra aarch64.
Reply With Quote