conf: switch to support UFS build with priority for IQ-X7181 #1422
+1
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support UFS build as it's more stable compared with NVMe build, meanwhile after dtb moved to spinor, there will sector size mismatch issue which need more time for potential design adjustment of image generation.
Sector size, PCAT tool will check the sector size mismatch between image and storage, QDL tool looks not as it flash well with dtb.bin sector size 512 in spinor.
spinor => 4096, UFS => 4096, NVMe => 512
vfat image size for NVMe (such as dtb.bin and efi.bin) : QCOM_VFAT_SECTOR_SIZE = 512.
vfat image size for UFS (dtb.bin/efi.bin): QCOM_VFAT_SECTOR_SIZE = 4096.
On NVMe build, observed stable issue with ~3% probability due to NVMe caused kernel panic. which is not observed on UFS build.