Skip to content

CE Debian RPB Dragonboard410c

Ricardo Salveti de Araujo edited this page Nov 6, 2015 · 2 revisions

Install Instructions

Look for the desirable release at https://builds.96boards.org/snapshots/reference-platform/debian/

Downloading

With the version in hands, simply download the images with wget:

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

Flashing

Unplug the power cable, press volume down and plug the power cable again (to boot in fastboot mode). Once in fastboot, flash with the following commands:

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

Now just reboot the board and enjoy the release :-)

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

TODO

  • Recovery process
  • Extend instructions to explain the files used
Clone this wiki locally