Questions tagged [dragonboard]

Use for questions concerning developing applications and using the DragonBoard SoC development board. Additional tags indicating operating system being used as well as development environment and language are also needed.

The DragonBoard 410C is a System on a Chip (SoC) development board from Arrow Electronics. It uses the Qualcomm Snapdragon 410 ARM processor and is based on the 96Boards specification.

Operating systems available for the board include Android 5.1, Linux (Debian), and Windows 10 IoT Core. Hardware includes WiFi, Bluetooth, and GPS. It has an HDMI connector, two USB 2.0 connectors (host mode only), a micro-USB 2.0 B connector (device mode only), and a microSD card slot.

See also

The Arrow DragonBoard 410C product description along with documentation is available from https://www.arrow.com/en/products/dragonboard410c/arrow-development-tools

The 96Boards web site is at https://www.96boards.org/

Qualcomm developer network has a DragonBoard 410C portal at https://developer.qualcomm.com/hardware/dragonboard-410c

44 questions
1
vote
1 answer

Thread error Windows10 IoT Core

I am a new in Windows 10 IoT. I will make a application as White Board app with DragonBoard 410c. I connected push button to GPIO. And coded as below but error happened. private void InitGPIO() { var gpio = GpioController.GetDefault(); …
YS_PEN
  • 21
  • 5
1
vote
0 answers

(Debian) Dragonboard 410c: Tensorflow is not a supported wheel on this platform

I've tried several methods for installing Tensorflow (CPU-only) onto my Dragonboard 410c, and even though all other packages install just fine, Tensorflow installation always gives me the error tensorflow-1.3.0-... no matter whether I use pip or…
1
vote
1 answer

Python-Shell in node.js not running in Systemd service

Intro I am trying to have an alexa communicate with a dragonboard to turn on an LED. I am using aws' iot core javascript sdk to listen for mqtt calls and python-shell to execute a python script to blink the LED. I modified device-example.js to look…
cbolles
  • 475
  • 5
  • 17
1
vote
0 answers

IoT Core 14393 - FTP Schtask not executing upon boot

I have successfully upgraded our DragonBoards 410c to IoT core build 14393. As stated in the MS release notes https://developer.microsoft.com/en-us/windows/iot/docs/releasenotesinsiderpreview the FTP server is no longer loaded by default at…
1
vote
0 answers

My app does not work when set to 'default startup app' on Microsoft Windows IOT

I am using Windows IOT on a DragonBoard 410C. I have created a windows universal app that makes use of a microphone. Running the application remotely through Visual Studio 2015 and it runs perfectly. However, when I set it up as a default startup…
user5914182
1
vote
0 answers

Truncated File While Compiling Android

I'm currently trying to compile Android 2.3 Gingerbread for my APQ8060 Dragonboard on Fedora 19. Everything's been set up, following this guide, and I've run into a few errors prior, but those were fixed using a few fixes from here. Now, however,…
0
votes
0 answers

Error when building aosp for dragonboard 820c following linaros tutorial

My aim is to build aosp for dragonboard 820C. For this reason I followed the instruction on: https://www.96boards.org/documentation/consumer/dragonboard/guides/aosp/ When I start building with " make -j$(nproc)". I receive following error. Do you…
aydroid
  • 1
  • 1
0
votes
0 answers

init: Failed to insmod '/lib/modules/apr.ko' with args '': Exec format error while booting Android

I am trying to install Android 13 to RB3 development board. According to Linaro blog this is possible. I followed instrutions on the Linaro wiki page. So, firstly I compiled kernel : repo init -u https://android.googlesource.com/kernel/manifest -b…
utarid
  • 1,642
  • 4
  • 24
  • 38
0
votes
0 answers

(DestMax > SourceLen) error when flash bootloader to DragonBoard 845c

I am following this 96boards documentation. I managed to boot DragonBoard 845c into fastboot. After that I executed ./flashall command. I got this error : Handling Cmd: getvar:has-slot:partition Handling Cmd: Fastboot Send Fail Handling Cmd:…
utarid
  • 1,642
  • 4
  • 24
  • 38
0
votes
0 answers

How to build Opencv C++ on a DragonBoard

I am trying to build opencv library on a single board computer called DragonBoard 410C, which has a 1GB Ram, 8GB eMMC, linaro distribution for that board. When I am trying to build opencv it give me the following message: c++: fatal error: Killed…
0
votes
0 answers

build_image.py - ERROR : Failed to build out/target/system.img Out of space? Out of inodes? The tree size of is 1169788928 bytes (1115 MB)

I am building android-11.0.0_r4 for the reference board DragonBoard 845c. I have setup my build by executing source build/envsetup.sh and then lunch db845c-userdebug followed by make -j24. I am getting the following build error: [ 99% 24669/24682]…
0
votes
1 answer

python from sync import Sync giving script error ModuleNotFoundError: No module named 'sync'

I am attempting to do my own build of Android for the DragonBoard 410c using the materials from Qualcomm under Ubuntu 20. I have downloaded from the Qualcomm developer portal the file,…
Richard Chambers
  • 16,643
  • 4
  • 81
  • 106
0
votes
1 answer

accessing GPIO low power connector on DragonBoard 410C running Android

I'm working with a recently purchased DragonBoard 410C running the Android 5.1 operating system and using Android Studio with Kotlin for generating a sample application that explores some of the hardware such as the 40 pin low power connector. My…
Richard Chambers
  • 16,643
  • 4
  • 81
  • 106
0
votes
0 answers

System.OutOfMemoryException since WIndows IoT Core build 10.0.17763.737

My c# UWP app is running on Windows IoT Core (Dragonboard 410c). Inside my app i have a simple exception logger, for finding problems in my Code, because the Project is a larger one. Since i got the update to build 10.0.17763.737, i get a…
andy
  • 509
  • 1
  • 8
  • 21
0
votes
0 answers

Java Bluetooth issue using blue cove on Debain

I wrote two small java programs and I was able to use Bluetooth to send messages between two laptops. I used a jar file called bluecove. One laptop was a MAC and the other was Windows. I tried running the same java program on a small UNIX machine…