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
0
votes
1 answer

Using the serial port ttyUSB0 in Android with Digi Xbee Java Api

I am making an Android app in Odroid Xu4, connected to it is the Xbee Pro s2 via usb serial converter with cp210x driver using ttyUBS0 port but inside the app it disconnects from ttyUBS0 and uses bus /dev/bus/usb/.. No I have to open the serial…
shruti
  • 459
  • 6
  • 24
0
votes
1 answer

Unity+Odroid: WebCamTexture black screen issue with USB Camera

I use ODROID-XU4 (Android 4.4). WebCamTexture and WebCamDevices are working properly on mobile (Galaxy S4), but when I install my apk on ODROID-XU4, applications are working but I don't get frames on USB camera devices. Why? How to fix it? I used…
0
votes
2 answers

"Bus Error" in Cassandra and its python-driver

I am working with cassandra on odroid-xu4 with its Ubuntu-14 image. (I also tried Ubuntu-15 image. (http://odroid.com/dokuwiki/doku.php?id=en:xu3_release_linux_ubuntu) I installed the latest cassandra and its python driver. However trying to connect…
rajendra
  • 472
  • 3
  • 18
0
votes
0 answers

Installing Mali driver on ODROID-XU3 with ArchLinux

I have an ODROID-XU3 board with an ARM Mali T628. The board is running Arch Linux, with kernel version 3.4.104-2. I don't have the Mali drivers and I was wondering what the best way to install them would be. I'll be looking to run OpenCL…
kkm
  • 33
  • 1
  • 7
0
votes
2 answers

How to install linux on odroid-U3(or other odroid version)?

I have an odroid-U3, and I don't know how to install a linux on it, can anyone tell me how to do it? and I have another question, can odroid-U3 powered by USB port?
J.B.D
  • 103
  • 1
  • 7
0
votes
0 answers

Porting standalone Opencv exe file to run on a linux embedded board

I am making an image processing project with Raspberry Pi 2, ODROID and Core-i7 PC (Windows 7). Since RPi2 and ODROID have very less memory i need to know if i can make OpenCV applications on my PC and then copy the executables to RPi2 & ODROID…
skm9
  • 33
  • 8
0
votes
1 answer

Buiding kernel for an ARM processor

I working on Odroid XU3 with the ubuntu platform. For the DS5 software to crosscompile for profiling , I need to build Linux kernel with specific configuration. I am new to this stuff, but I have created the UImage of the kernel on the host machine…
Akash
  • 103
  • 1
  • 14
0
votes
1 answer

openCL CL_OUT_OF_RESOURCES Error

I'm Trying to convert a code written in Cuda to openCL and run into some trouble. My final goal is to implement the code on an Odroid XU3 board with a Mali T628 GPU. In order to simplify the transition and save time trying to debug openCL kernels…
Yuval
  • 1
  • 5
0
votes
1 answer

OpenCV VideoCapture::grab() hangs with OpenNI2 using Asus Xtion Pro Live

I managed to compile and install opencv with OpenNI2 in Lubunutu (Arm architecture). I tested the example provided in /samples/cpp/openni_capture.cpp and it succeeds in communicating with the sensor and displaying the information about it. However,…
eduard626
  • 46
  • 6
0
votes
1 answer

getting "Unkown id: insmod" error during init module

i have built kernel for odroid-xu by the help of instruction given HERE kernel source:- https://github.com/hardkernel/linux/tre ... android-jb i have used below commands to build the zImage:- Configure Kernel: make odroidxu_android_defconfig Build…
monu
  • 27
  • 1
  • 9
0
votes
1 answer

USB connection between Odroid and PC

How can I send bytes between Odroid with android and my pc? I want to use usb but I am looking for someone who do that and can help me. I don't know how can I start with that.
edi233
  • 3,511
  • 13
  • 56
  • 97
0
votes
0 answers

Error in opencv_video when compiling ROS Hydro from source in Odroid-U3

I'm having a problem when trying to compile ROS Hydro from the source on Odroid-U3. This is the related error: Built target pch_Generate_opencv_superres [ 31%] Built target opencv_core [ 32%] Built target opencv_flann [ 35%] Built target opencv_ml […
0
votes
0 answers

Odroidu2: qemu-system-arm for Exynos4212

I have an "Odroid u2" board which comes with samsung manufactured SoC Exynos4212. I have tried building the custom kernel, u-boot and rootfs with the help of hardkernel. But i want to test this image with qemu-system-arm. I have tried searching the…
Parthiban
  • 2,130
  • 2
  • 14
  • 27
-1
votes
3 answers

OpenCV webcam image broken

I wrote a script in Python3 and OpenCV 3.1 for timelapse photos on Odroid C1: Unfortunately sometimes images from the webcam are messed up: Here's are some example photographs. And here's the source code: import numpy as np import cv2 import…
Jack1990
  • 3
  • 5
-1
votes
1 answer

Trying to make uni-process device ... is this possible??? :(

Hy everyone, I'm Korean and a little short on using english so please try to understand if I say things not appropriate. So, my status is that I have odroid-s. What I'm trying to do for like month or more is that I want to make android to…
Young Hyun Yoo
  • 598
  • 10
  • 21
1 2 3
9
10