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

DragonBoard 410c create custom Windows 10 IoT Core image

After reading the MSDN docs about creating a custom Image for Windows 10 IoT Core, I'm totally overwhelmed. I installed the required tools, got the BSP for the DragonBoard 410c and started step by step from the docs I was very unseccessful, the…
andy
  • 509
  • 1
  • 8
  • 21
0
votes
1 answer

Windows 10 IoT Core change DPI scaling

Is it possible somehow, to cgange the DPI scaling setting on Windows 10 IoT Core? On my Dragonboard 410c it is set to 150%, so UI controls are really large.
andy
  • 509
  • 1
  • 8
  • 21
0
votes
1 answer

Module could not be found (VSTS Build with Windows 10 SDK for Creators update )

We are creating appxbundle on VSTS for UWP apps. The builds are successful, however at runtime we are getting exception while accessing the following method: public static Task CreateAsync(IDeviceTwin deviceTwin,…
Naresh
  • 636
  • 2
  • 7
  • 18
0
votes
2 answers

TPM Provisioning not working with actual TPM device

On the DragonBoard 410c, I can provision the TPM via the Device Portal or with the IoT Core Dashboard, and in both cases, the stored information is not available via the TpmDevice(0) logical device. TpmDevice(0).GetDeviceID() does return a value,…
Naikrovek
  • 171
  • 1
  • 8
0
votes
2 answers

netcmd.exe errors out on fresh image of IoT Core

DragonBoard 410c Windows 10 IoT Core v.10.0.16273.1000 I SSH into the machine and run netcmd /? which results in this error: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'System.Runtime, Version=4.0.21.0,…
Naikrovek
  • 171
  • 1
  • 8
0
votes
1 answer

How to install Google play services in Dragonboard 410c?

I want to install google play services and other google apps in my dragonboard 410c board to run and install other apps like YuppTV and YouTube . If any one knows the way of installing, please let me know. Thanks in Advance
0
votes
1 answer

StorageDevice.FromId throwing "Not Implemented Exception" on Windows 10 IoT

I am developing a customer specific application using Windows 10 IoT on a DragonBoard 410c. In this application it is essential to know which drive is the SD card and which one is an additional USB stick. I used to handle this through the drive…
Tim Wensky
  • 134
  • 7
0
votes
1 answer

mplayer2 license whitelist on yocto

I am using dragonboard 410C + yocto, and I’m trying to build Mplayer2 . mplayer2 refuses to compile due to it’s commercial license: … was skipped: because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST I have already…
Moshe Hoori
  • 11
  • 1
  • 3
0
votes
0 answers

How to handle Default app crashing when starting

I am currently developing an application that we intend to be able to run on Windows 10 IoT Core. Twice during the development cycle, I've faced a scenario where the app would either crash during initialization, or would fail to start due to a…
0
votes
3 answers

windows iot video playback on dragonboard 410c

I'm running the digital signage sample provided here (http://ms-iot.github.io/content/en-US/win10/StartCoding.htm) on a dragonboard 410c. I've just got for evaluation and video playback stutters and pauses. I also, tried a simple app that just…
Brian J
  • 11
  • 4
0
votes
0 answers

Not able to install nginx?

I was able to install nginx's latest stable version (1.8.0) on my ubuntu 14.04 LTS desktop PC, by using following commands. sudo add-apt-repository ppa:nginx/stable sudo apt-get update sudo apt-get install nginx But when am trying the same commands…
Sunny Shukla
  • 537
  • 1
  • 6
  • 17
0
votes
1 answer

Dragonboard 8094 | Android L | application fails PIE check

I have a Dragonboard 8094 (Snapdragon 810) that came with Android L pre-loaded. I'm trying to run the calculator sample application that came with the Hexagon SDK v1.2.2, however it seems to be slightly out-dated. Android L introduced some new…
Ares
  • 1,411
  • 1
  • 19
  • 35
0
votes
1 answer

Linux on Dragonboard APQ8074

I have a DragonBoard APQ8074 with SnapDragon 800. I am able to successfully build Android and run some OpenCL related apps on this. I am currently trying to build a linux kernel and load either Ubuntu or Fedora on this board. It wouldbe really…
akini
  • 1
  • 1
-1
votes
1 answer

DragonBoard 410c HDMI cable not being detected in my Dell Laptop

I am trying to use android Os that comes default with the DragonBoard 410c. To see the Android OS load and work on it I tried connecting a HDMI cable from board to Laptop(Windows 7/8, Dell inspiron) but even after several minutes I do not see any…
Goutham
  • 21
  • 5
1 2
3