Questions tagged [odroid]

The Odroid is a single-board computer and a tablet computer created by Hardkernel Co., Ltd., an open-source hardware company located in the Republic of Korea.

The Odroid is a single-board computer and a tablet computer created by Hardkernel Co., Ltd., an open-source hardware company located in the Republic of Korea.

137 questions
3
votes
3 answers

Problems installing Gitlab on odroid (v8 lib not available?)

Installing gitlab into my odroid went just fine... Using the steps from https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md until this command sudo -u git -H bundle install --deployment --without development test postgres…
g3rv4
  • 19,750
  • 4
  • 36
  • 58
3
votes
2 answers

opencv install error in odroid

I'm trying to use opencv with xubuntu on odroid board. Download the opencv2.4.8 and executed the following commands cmake -D CMAKE_BUILD_TYPE=REALEASE _D CMAKE_INSTALL_PREFIX=/usr/local/opencv make followed by opencv linux install but I got an error…
user3203585
  • 35
  • 1
  • 2
  • 5
2
votes
1 answer

Raspberry pi and other board having issues communicating with MPICH

I installed mpich on an Odroid n2+ and a Raspberry Pi. The Odroid n2+ is a more powerful board that I want to run the majority of my program, and I have the Raspberry Pi as a separate server in order to communicate with the program. I have installed…
2
votes
1 answer

-bash: syntax error near unexpected token `crontab'

I am running Armbian 20.11.3 Buster v5.4.83 Minimal in an Odroid HC1. The site freemyip.com offers free DDNS and doesn't need a client to update the DDNS. Instead, you set up your server to run a command as a cronjob. Once the server visits the…
CTB
  • 23
  • 5
2
votes
0 answers

C/C++ MPI speedup is not as expected

I am trying to write an MPI application to speedup a math algorithm with a computer cluster. But before this I am doing some kind of benchmarking. But the first results are not as much as expected. The test application has linear speedup with 4…
D_Dog
  • 165
  • 9
2
votes
0 answers

Odroid Build Fingerprint

I am using Odroid for one of my Iot projects, but after a few minutes, my app crashes. I found something in adb logcat : here is image of crash any suggestion? here is tombstone backstack in code: Build fingerprint:…
Jack Gerry
  • 21
  • 3
2
votes
2 answers

Odroid N2 "getGpioList()" returns empty array, can't access gpio ports

Im running Lineage 16.0 on the Odroid N2. I want to access the GPIO pins via an Android App and have found something interesting inside the Android-Things documentary. https://developer.android.com/things/sdk/pio/gpio Now my problem is, my app…
2
votes
0 answers

The problem with wiringPi library on ODROID-C2 - function not declared in this scope

I work with ODROID-C2. I have installed the wiringPi library followed the instructions (from page https://wiki.odroid.com/odroid-c2/application_note/gpio/wiringpi): $ sudo apt install git $ git clone https://github.com/hardkernel/wiringPi $ cd…
Bob SO
  • 65
  • 6
2
votes
1 answer

OpenCV "conflicting declaration" issue at compilation on armv7l (Odroid XU4)

I'm trying to compile OpenCV 3.4.0 from sources but I'm running into a conflicting declaration issue between QT and OpenGL. Upgrading from QT4 to QT5 solved some issues but not all. It looks like GLsizeiptr and GLintptr are declared in both the…
clem
  • 66
  • 6
2
votes
1 answer

Cannot run Python3 HTTPServer on ARM processor

I recently bought Odroid XU4, a single-board computer with an ARM CPU. I try to run a simple web server using HTTTPServer on Python3. import http.server import socketserver PORT = 8000 Handler = http.server.SimpleHTTPRequestHandler with…
user19906
  • 323
  • 4
  • 12
2
votes
1 answer

How to manually set GCC as the compiler in QtCreator?

I installed QtCreator on an Odroid but it seems to be missing a compiler. I tried the following terminal commands but it did not solve the problem. sudo apt-get install g++ sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev How can set GCC as…
Yasin Kumar
  • 169
  • 1
  • 3
  • 14
2
votes
2 answers

How to view depth data of Kinect on RVIZ?

I connected Kinect for Xbox 360 on Ubuntu on my virtual machine, launched openni.launch and then opened rviz. On Rviz I added pointcloud2 and topic to camera/depth/points. I also changed fixed frame to camera_link. But still I am not able to get…
Telepresence
  • 619
  • 2
  • 7
  • 22
2
votes
1 answer

What are the minimum requirements of neo4j?

I'd like to use a neo4j database in a docker container with Odroid XU4. The database is not big, approximately 20.000 nodes will be in it. The Odroid has only 2G memory, and I'd like to have a samba server, some nodejs applications and at least one…
inf3rno
  • 24,976
  • 11
  • 115
  • 197
2
votes
1 answer

How do I build and run qt/qt creator on Odroid XU3?

I want to run QT-Creator on my Odroid XU3 (ARM Architecture with Lubuntu 14.4) and build an application with it. I've read a lot of on the internet to figure out how to do this but haven't been successful yet. I tried to follow these instructions…
Greenfish
  • 358
  • 2
  • 5
  • 19
2
votes
1 answer

Linux camera defaults to /dev/video10?

I am trying to connect to a camera on an Odroid U3 in XUbuntu 13.10 through OpenCV, but the webcam I am trying to use defaults to /dev/video10. To the extent of my knowledge, OpenCV can only read up to /dev/video7. How can I change the cameras…
Jack
  • 21
  • 1
1
2
3
9 10