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
69
votes
2 answers

Odroid-XU4 Android full-screen portrait orientation

I want to install an Android OS to an Odroid-XU4 device and connect it to a vertical touchscreen through HDMI. I want the content be displayed as portrait and fit the screen. I installed 4.4.4, 6.0 (Cyanogenmod 13.0) and 7.1(Lineage 14.1) android…
Carles
  • 4,509
  • 1
  • 14
  • 8
10
votes
1 answer

gstreamer critical error when trying to capture video using webcam python opencv

i'm trying to take a video with webcam using opencv and python with a simple code import numpy as np import cv2 cap = cv2.VideoCapture(0) print('cap.isOpened') if cap.isOpened(): print ('cap is opened') while(True): …
Shinogami Rei
  • 101
  • 1
  • 1
  • 5
9
votes
1 answer

How is Heterogeneous Multi-Processing (HMP) scheduling implemented in Linux Kernel (Samsung Exynos5422)?

Does anybody know how Heterogeneous Multi-Processing (HMP) scheduling is implemented in the Linux kernel scheduler? This has been implemented in the kernel supplied with the ODROID-XU3 board. (https://github.com/hardkernel/linux.git -b…
nico
  • 9,668
  • 8
  • 26
  • 28
6
votes
1 answer

Tensorflow compilation on Odroid XU4

I am trying to compile Tensorflow (tried both: full & lite) on Odroid XU4 (16GB eMMc, Ubuntu 16) but I am getting errors shown in figures: https://www.dropbox.com/sh/j86ysncze1q0eka/AAB8RZtUTkaytqfEGivbev_Ga?dl=0 I am using FlytOS as…
Mohbat Tharani
  • 550
  • 1
  • 6
  • 22
5
votes
1 answer

Identify connected usb and built-in usb

I have connected a android mobile phone to the Odroid through usb. Now when I do 'lsusb' on Odroid then I get following output.. Bus 001 Device 001: ID 1d6b:0002 Bus 002 Device 001: ID 1d6b:0001 Bus 001 Device 002: ID 0424:2514 Bus 001…
Vijay C
  • 4,739
  • 4
  • 41
  • 46
5
votes
3 answers

error: Updating from such a repository can't be done securely, and is therefore disabled by default

I've been trying to set up an intel realsense D415 on an Odroid XU4 and keep on running into the same error. As I am going through the commands at https://github.com/IntelRealSense/librealsense/blob/development/doc/distribution_linux.md, the below…
Z J
  • 51
  • 1
  • 1
  • 3
5
votes
1 answer

Shutting down MongoDB inside Docker container causes 100% CPU

I've been pulling my hair over this one for days now, to the point I am dropping this here. Using docker-compose I start a few containers, one of which is running mongodb, using CMD ["/usr/bin/mongod"] However, when I shut down the container using…
Will Kru
  • 5,164
  • 3
  • 28
  • 41
5
votes
1 answer

Why is there no qmake-qt5 included in the qt5-default package

I installed qt5-default on my Odroid XU3 using the the sudo apt-get install qt5-default command and wanted to run qmake-qt5 using the terminal but it printed that this command is unknown. Then I looked in the usr/share/qt5 folder and noticed that…
Greenfish
  • 358
  • 2
  • 5
  • 19
5
votes
4 answers

Is there a MongoDB 2.4+ installation available for Arm chips?

I'm interested in building a small server using the Odroid U3 which has 1.7GHz Quad-Core chip. I did install MongoDB 2.1.1 on a Raspberry but found the performance far too low for any serious usage other than tinkering. I was wondering there is a…
WagnerMatosUK
  • 4,309
  • 7
  • 56
  • 95
4
votes
1 answer

Error compiling NEON code under ARM

I am trying to port SSE4 optimized code to NEON optimized with following header: https://github.com/jratcliff63367/sse2neon/blob/master/SSE2NEON.h Got a compilation error during compiling on ODROID-xu4 this…
k06a
  • 17,755
  • 10
  • 70
  • 110
4
votes
2 answers

Running Script at boot using Cron

I want to execute a script once my computer boots up with cron. But it doesn't work. My OS is Ubuntu MATE 16.04 LTS. My crontab My script My script's absolute path Once my Odroid boots up, the keyboard is still in qwerty. What am I doing wrong…
Johnrednex
  • 305
  • 5
  • 17
3
votes
0 answers

How to create bootable sd card from different img files

I have built cyanogenmod lollipop source for odroid-xu4 SBC and resulted into separate image files like system.img, boot.img, cache.img, kernel, ramdisk.img, ramdisk-recovery.img, recovery.img, userdata.img and other folders like install, root,…
Shailesh
  • 328
  • 5
  • 15
3
votes
1 answer

Odroid C2 setup difficulties with Tensorflow 0.8.0

I'm attempting to install Tensorflow 0.8.0 on an Odroid C2. The C2 uses a 64 bit ARM processor and runs Python 2.7 and 3.5 on Ubuntu 16.04, so I had hoped things would be straightforwards as I believe these are supported. From my extremely poor…
Zach Smith
  • 31
  • 2
3
votes
2 answers

tail a constantly updated logfile and perform an action when a string is found

I have an odroid-c1+ that I would like to use as a pi-hole server (basically dns blackhole for ad's) I would like to trigger an led to blink when a string is found in the logfile. I also have wiringpi installed and working, the example blink.sh…
DanielS
  • 53
  • 6
3
votes
1 answer

SPI doesn't work as expected in MODE_0 on Odroid-C1. Linux Kernel pinctrl subsystem.

I'm trying to use a UBlox NEO-7M GPS receiver on an Odroid-C1 board. By default the GPS module works in the SPI's first mode. That's why I use this userspace code snippet to select the proper SPI mode. int mode = SPI_MODE_0; ret =…
staroselskii
  • 365
  • 1
  • 3
  • 16
1
2 3
9 10