Merge pull request #1 from lgs2007m/master

update
This commit is contained in:
上涵殇 2023-08-31 18:16:10 +08:00 committed by GitHub
commit b710f9f116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ Confidential and Proprietary - Qualcomm Technologies, Inc.
<device id="cdt_header">
<props name="magic-number" type="DALPROP_ATTR_TYPE_BYTE_SEQ">0x43, 0x44, 0x54, 0x00, end</props>
<props name="version" type="DALPROP_ATTR_TYPE_BYTE_SEQ">0x02, 0x00, end</props>
<props name="reserved1" type="DALPROP_ATTR_TYPE_BYTE_SEQ">0xD1, 0x55, 0x67, 0x7E, end</props>
<!--
reserved1存储的应该是CRC不是手动设置的QSDK源码meta-tools生成CDT时会计算出来。
具体是cdt_generator.py中计算得到的。这里的reserved1我直接把最终计算得到的CRC32填上了
-->
<props name="reserved1" type="DALPROP_ATTR_TYPE_BYTE_SEQ">0xD1, 0x55, 0x67, 0x7E, end</props>
<props name="reserved2" type="DALPROP_ATTR_TYPE_BYTE_SEQ">0x00, 0x00, 0x00, 0x00, end</props>
</device>

View File

@ -16,7 +16,7 @@ Confidential and Proprietary - Qualcomm Technologies, Inc.
reserved1存储的应该是CRC不是手动设置的QSDK源码meta-tools生成CDT时会计算出来。
具体是cdt_generator.py中计算得到的。这里的reserved1我直接把最终计算得到的CRC32填上了
-->
<props name="reserved1" type="DALPROP_ATTR_TYPE_BYTE_SEQ">0xA5, 0x5F, 0xD4, 0x6C, end</props>
<props name="reserved1" type="DALPROP_ATTR_TYPE_BYTE_SEQ">0xEB, 0x11, 0x00, 0x7C, end</props>
<props name="reserved2" type="DALPROP_ATTR_TYPE_BYTE_SEQ">0x00, 0x00, 0x00, 0x00, end</props>
</device>