Skip to content

Commit

Permalink
dragonboard 410c qdl lower chunk size
Browse files Browse the repository at this point in the history
This prevents the error "Host's payload to target size is too large"
  • Loading branch information
Erikvv authored Dec 20, 2024
1 parent 86cb39c commit 707d9f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ http://snapshots.linaro.org/96boards/dragonboard410c/linaro/rescue/latest/dragon
Then run:

cd dragonboard-410c-bootloader-emmc-linux-*/
sudo <PATH to qdl>/qdl prog_emmc_firehose_8916.mbn rawprogram*.xml patch*.xml
sudo <PATH to qdl>/qdl --out-chunk-size 4096 prog_emmc_firehose_8916.mbn rawprogram*.xml patch*.xml

It should take a few seconds. And you should eventually get something like below
from QDL stdout:
Expand Down

0 comments on commit 707d9f3

Please sign in to comment.