- https://github.com/qualcomm-linux/qcom-ptool/blob/main/platforms/qcs6490-rb3gen2/ufs/partitions.conf (for UFS)
- https://github.com/qualcomm-linux/qcom-ptool/blob/main/platforms/iq-615-evk/emmc/partitions.conf (for eMMC)
Add a partition
To add a partition with nametest in LUN0, add the following line to partitions.conf after the LUN0section:
LUN0 and a GUID determined by you. This partition isn’t flashed with any image, but it’s available as a raw partition after the device boots up. Because this partition is added to LUN0, it shows up at either of the following options:
/dev/sda<N>/dev/disk/by-partlabel/test
partitions.conf, update the QCOM_PARTITION_CONF. For more information, see Modify partition.
Add a partition with a binary
- To add a partition with a binary to be flashed to the created partition with name
test1inLUN0, add the following line topartitions.confafter theLUN0section: - Deploy the new
test1.binbinary inbuild/tmp/deploy/images/rb3gen2-core-kit/$(image_name).
Next steps
- To customize the kernel, see Qualcomm Linux Kernel Guide.

