Skip to content

Commit 6d51c62

Browse files
lumagndechesne
authored andcommitted
platforms/apq8016-sbc: add config file for DragonBoard 410c board
Add config file for the DragonBoard 410c board, based on the existing RB1 config. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent f1e06cb commit 6d51c62

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
2+
# SPDX-License-Identifier: BSD-3-Clause-Clear
3+
4+
# select disk type emmc | nand | ufs Mandatory
5+
# disk size in bytes Mandatory
6+
# options if not explicitly provide
7+
8+
--disk --type=emmc --size=76841669632 --write-protect-boundary=65536 --sector-size-in-bytes=512 --grow-last-partition
9+
10+
# This is physical partition 0
11+
--partition --name=cdt --size=2KB --type-guid=A19F205F-CCD8-4B6D-8F1E-2D9BC24CFFB1 --filename=sbc_1.0_8016.bin
12+
--partition --name=sbl1 --size=512KB --type-guid=DEA0BA2C-CBDD-4805-B4F9-F428251C3E98 --filename=sbl1.mbn
13+
--partition --name=rpm --size=512KB --type-guid=098DF793-D712-413D-9D4E-89D711772228 --filename=rpm.mbn
14+
--partition --name=tz --size=1024KB --type-guid=A053AA7F-40B8-4B1C-BA08-2F68AC71A4F4 --filename=tz.mbn
15+
--partition --name=hyp --size=512KB --type-guid=E1A6A689-0C8D-4CC6-B4E8-55A4320FBD8A --filename=hyp.mbn
16+
--partition --name=sec --size=16KB --type-guid=303E6AC3-AF15-4C54-9E9B-D9A8FBECF401 --filename=sec.dat
17+
--partition --name=modemst1 --size=2048KB --type-guid=EBBEADAF-22C9-E33B-8F5D-0E81686A68CB
18+
--partition --name=modemst2 --size=2048KB --type-guid=0A288B1F-22C9-E33B-8F5D-0E81686A68CB
19+
--partition --name=fsc --size=1KB --type-guid=57B90A16-22C9-E33B-8F5D-0E81686A68CB
20+
--partition --name=fsg --size=2048KB --type-guid=638FF8E2-22C9-E33B-8F5D-0E81686A68CB --filename=fs_image_linux.tar.gz.mbn.img
21+
--partition --name=aboot --size=1024KB --type-guid=400FFDCD-22E0-47E7-9A23-F16ED9382388 --filename=emmc_appsboot.mbn
22+
--partition --name=boot --size=65536KB --type-guid=20117F86-E985-4357-B9EE-374BC1D8487D --filename=boot.img
23+
--partition --name=devinfo --size=1024KB --type-guid=1B81E7E6-F50D-419B-A739-2AEEF8DA3335
24+
--partition --name=rootfs --size=1817040KB --type-guid=97D7B011-54DA-4835-B3C4-917AD6E73D74 --filename=rootfs.img

0 commit comments

Comments
 (0)