I just got the Dragon Board 410c recently and try to go through all procedures in “DragonBoardLinuxUserGuide.pdf”
Using the following release from “https://releases.linaro.org/96boards/dragonboard410c/linaro”
- dragonboard410c_bootloader_emmc_linux-50.zip
- boot-linaro-jessie-qcom-snapdragon-arm64-20161006-144.img.gz
- linaro-jessie-alip-qcom-snapdragon-arm64-20161006-144.img.gz
1). Able to get the “dragonboard410c_sdcard_install_debian-144.zip” onto SD card and install the Debian onto the board.
2). Trying to follow the Fastboot procedures to load through Host-PC, then it failed.
When flashing the “Bootloader-image” files
It show “target reported max download size of 268435456 bytes”
but return OKAY for each of the flash commands
sudo fastboot flash partition bootloader_emmc/gpt_both0.bin
sudo fastboot flash hyp bootloader_emmc/hyp.mbn
sudo fastboot flash modem bootloader_emmc/NON-HLOS.bin
sudo fastboot flash rpm bootloader_emmc/rpm.mbn
sudo fastboot flash sbl1 bootloader_emmc/sbl1.mbn
sudo fastboot flash sec bootloader_emmc/sec.dat
sudo fastboot flash tz bootloader_emmc/tz.mbn
sudo fastboot flash aboot bootloader_emmc/emmc_appsboot.mbn
sudo fastboot erase boot
sudo fastboot erase rootfs
sudo fastboot erase devinfo
sudo fastboot flash boot boot-linaro-jessie-qcom-snapdragon-arm64-20161006-144.img
target reported max download size of 268435456 bytes
error: cannot load 'boot-linaro-jessie-qcom-snapdragon-arm64-20161006-144.img’
Any steps I have missed from the doc ??