NameLast modifiedSizeLicense

Parent Directory Parent Directory
application/pdf CE-Debian-RPB-15.10-Dragonboard410c-TestReport.pdf 28-Feb-2018 17:31 103.8K open
text MD5SUMS.txt 28-Feb-2018 17:31 180 open
other dragonboard410c-boot-linux-20151106-31.img.gz 28-Nov-2018 00:06 9.6M open
other dragonboard410c-rootfs-debian-jessie-alip-20151106-31.emmc.img.gz 28-Nov-2018 00:06 622.0M open
folder hwpack -


96Boards – CE Debian Reference Platform Build 15.10 – Dragonboard410c

Build description:

Install Instructions

This guide describes how to get started with the CE Debian Reference Platform Build, release 15.10, for Dragonboard410c.

For more information about the Dragonboard410c development board, please check https://www.96boards.org/products/ce/dragonboard410c/

Image Components

The CE Debian RPB 15.10 – Dragonboard410c build is composed of the following artifacts:

Closed source binaries

This release contains proprietary firmware. You can also download the proprietary firmware separately, from here. All the required firmware files are pre-installed, and the image is bound to the following license agreement.

Downloading the pre-built binaries

The build is mainly composed by two image files (boot and rootfs), but to avoid incompatibilities issues with older bootloaders, or different partition tables, it’s also recommended to flash the bootloader.

Flashing and booting from the external SD Card is not supported by this release.

Bootloader files:

Download the latest bootloader zip from http://builds.96boards.org/releases/dragonboard410c/linaro/rescue/latest (look for dragonboard410c_bootloader_emmc_linux*.zip)

CE Debian RPB image:

wget https://builds.96boards.org/releases/reference-platform/debian/dragonboard410c/15.10/dragonboard410c-boot-linux-20151106-31.img.gz
wget https://builds.96boards.org/releases/reference-platform/debian/dragonboard410c/15.10/dragonboard410c-rootfs-debian-jessie-alip-20151106-31.emmc.img.gz
gunzip dragonboard410c-*

Flashing

Bootloader

Flash the eMMC with the bootloader:

  • Unzip the bootloader that was downloaded in the previous step. Note the directory that is it located in.
  • Assure that a micro USB cable is connected from the micro-USB port on the DB410c to the host PC
  • Assure micro SD Card slot is empty on the DB410c
  • Set the S6 switch on the DB410c to: 0-0-0-0 {SD Boot set to off}
  • Power on the DB410c into fastboot mode
    • Press and hold the Vol (-) button on the DB410c (S4)
    • While pressing S4 button, power up the DB410c. It will come up in fastboot mode
  • From the host PC terminal window, run the following commands:
# Check to make sure fastboot device connected.  If not resolve
sudo fastboot devices
# cd to the directory the bootloader zip file was extracted
cd <extraction directory>
sudo ./flashall

The bootloader is now installed on the DB410c.

Boot and Rootfs

Fastboot is required to flash both the boot and rootfs images.

Flashing boot and rootfs:

sudo fastboot flash boot dragonboard410c-boot-linux-20151106-31.img
sudo fastboot flash rootfs dragonboard410c-rootfs-debian-jessie-alip-20151106-31.emmc.img

Once flashed just reboot the board and enjoy :-)

Additional resources

For known issues and more information about this release, please check https://github.com/96boards/documentation/wiki/ReferenceSoftware

In the case that the board experiences an irrecoverable error and no longer function, please check the rescue image guide