HCL:DragonBoard410c

Jump to: navigation, search

The Arrow DragonBoard 410c is a 96Boards Consumer Edition compliant single-board computer.

Technical details

  • Qualcomm Snapdragon 410 (APQ8016) SoC
    • 4x ARM Cortex-A53 CPU
  • 2x USB / 1x USB OTG
  • HDMI
  • Micro SD

Manual installation

U-Boot installation

U-Boot v2016.05 and later will be able to chain-load from LK.

dtbTool -o dt.img -s 2048 arch/arm/dts/
touch rd
mkbootimg --kernel u-boot-dtb.bin --ramdisk rd --output boot-db410c.img --dt dt.img --pagesize 2048 --base 0x80000000 --cmdline ""
fastboot flash boot boot-db410c.img

See also