Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion debos-recipes/qualcomm-linux-debian-flash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ actions:
{{- $boards = append $boards (dict
"name" "glymur-crd"
"silicon_family" "glymur"
"ptool_platforms" (list "glymur-crd/nvme")
"ptool_platforms" (list "glymur-crd/nvme" "glymur-crd/spinor")
"boot_binaries_download" (dict
"description" "Glymur boot binaries"
"url" "https://softwarecenter.qualcomm.com/nexus/generic/software/chip/qualcomm_linux-spf-0-0/qualcomm-linux-spf-0-0_test_device_public/r0.0_00009.0/glymur-le-0-0/common/build/bin/Glymur_bootbinaries.zip"
Expand Down Expand Up @@ -369,6 +369,11 @@ actions:
esp="../disk-ufs.img1"
rootfs="../disk-ufs.img2"
;;
spinor)
# spinor carries firmware only; no OS efi/rootfs partitions
esp=""
rootfs=""
;;
*)
echo "unsupported disk type $disk_type"
exit 1
Expand Down
Loading