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
1
vote
2 answers

OpenCV v3.3.1 Cross compilation for ARM Fails: No CMAKE_CXX_COMPILER could be found

I followed this tutorial, Cross compilation for ARM based Linux systems, in order to build Opencv version 3.3.1 using cmake for ARM based Linux system (Ubuntu Mate running on ODROID-XU4 Mini PC). For the build process i am running Ubuntu Mate v…
HMaster
  • 49
  • 9
1
vote
2 answers

Web Viewer on Android 4.4 very slow

I may be in a bit of a unique situation however I am running Android 4.4 on a rooted Odroid xu4. I have developed a very basic web viewer application for android. I have installed it onto a OnePlus 5 and it works perfectly smooth. However on the…
1
vote
1 answer

LIRC irexec behaviour for top command without login

I have successfully configured LIRC on an Odroid XU4 with Cloudshell TFT display. IR keys are seen. I configured lircrc to send the top output to the TFT on a certain key. The TFT screen is actually waked and cleaned, but the top output is not…
1
vote
1 answer

error in compilation with ld : __stack_chk_guard@@GLIBC_2.17

I am compiling some files on the odroidC2 board (armv8-64bit) running Ubuntu 16.04.1, and I got the following error: odroid@odroid64:~/flext-master/tutorial/simple1$ g++ -fPIC -L/usr/lib -pthread -shared -Wl,-S -L/usr/local/src/pd/bin…
L_T
  • 161
  • 2
  • 7
1
vote
0 answers

Wrong RTP packet sequence received

I am using this pipeline to stream h264 with gstreamer but I get this very strange error. I've not found anything related to it. Pipeline: gst-launch-1.0 udpsrc caps="application/x-rtp,media=video,clock-rate=90000,encoding-name=H264, payload=96"…
1
vote
1 answer

Gstreamer no element error (lamemp3enc)

I'm trying to use gstreamer at odroid C1+. I installed gstreamer, base, good, ugly, bad, libav getting from here https://gstreamer.freedesktop.org/modules/ following here http://linuxfromscratch.org/blfs/view/svn/index.html But when I run like…
Potato
  • 181
  • 1
  • 2
  • 13
1
vote
2 answers

Odroid: can it run python code to use GPIO pins?

I'm planning to get either Odroid C2 or RaspberryPi 3 and I'm just wondering because when I search for tutorials on how to use GPIO pins in Odroid I'm seing codes written in C I guess? I just want to ask if I can use python code to use the GPIO…
Ralph
  • 550
  • 3
  • 10
  • 25
1
vote
1 answer

Anaconda Python: Cannot execute native linux-32 binary

I get the following error while installing Anaconda Python on an Odroid XU4. installing: conda-env-2.4.5-py27_0 ... Anaconda2-4.0.0-Linux-x86.sh: line 460: /root/anaconda2/pkgs/python-2.7.11-0/bin/python: cannot execute binary file: Exec format…
bjd2385
  • 2,013
  • 4
  • 26
  • 47
1
vote
1 answer

Cannot start Chromium

I am trying to start Chromium 49.0.2623.108 on Ubuntu 15.10 installed on my ODROID-XU4. It used to work all the time but from one day to the next Chromium will not start. When I try to run it via terminal I get: ~$…
Incanus
  • 389
  • 1
  • 4
  • 16
1
vote
1 answer

Why am i getting "thumb conditional instruction should be in IT block" error

I am trying to build an opencv project with QtCreator on ODROID-XU4. But when i try to build the project it throws "thumb conditional" error. I tried to follow this Assembler messages: Error: thumb conditional instruction should be in IT block --…
MarKS
  • 494
  • 6
  • 22
1
vote
1 answer

linaro-hwpack-create facing problems

I have to create a hwpack using linaro for odroidxu4. Currently I am following this link to create a hwpack. I have uboot, linux, uboot and firstboot .deb files in a /temp. And also the config for odroidxu4 and linaro-hwpack-create in the same…
1
vote
1 answer

Compiling NEON code on an Odroid XU4

I have a ROS node that contains code generated by Matlab coder. This code has been generated to make use of the NEON instruction set on ARM Cortex A CPUs. I want to compile this code on a Hardkernel Odroid XU4 (which runs on a Samsung Exynos5422…
Nicolas
  • 335
  • 3
  • 14
1
vote
1 answer

Firmware error in kernel compilation

I have created a custom kernel 4.1.5(latest) on the **odroid xu3** device as mentioned in Arm DS5 streamline configuration, Odroid has kernel 3.1.82-35 already, after make menu config during make it gives a firmware error, i.e:- make[1]: No…
Akash
  • 103
  • 1
  • 14
1
vote
1 answer

Detect Ubuntu device as a MIDI keyboard/Interface in Windows

I am creating a little experimentation application on my Odroid XU3 with Ubuntu 15.04 Lite. http://dn.odroid.com/homebackup/201407071058089142.jpg The device (Odroid) receives midi as input via a keyboard connected via one of the available USB Host…
BlackPopa
  • 163
  • 1
  • 11
1
vote
0 answers

Processing not rendering video in embedded enviroment

I am using Processing, trying to playback a video, on a odroid board. I also use the video library. I run the sketch on my desktop which works fine. When I try to run the same sketch in the odroid, although everything seems correct. I get nothing…