工具/软件:
大家好、我们当前正在使用 SDK10.0 基线来编译 Keywriter 以进行安全启动编程、但我们遇到编程错误。 您能否测试 EVK 编程是否正常工作
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:
大家好、我们当前正在使用 SDK10.0 基线来编译 Keywriter 以进行安全启动编程、但我们遇到编程错误。 您能否测试 EVK 编程是否正常工作
您好、张:
如果没有此更改、它也无法正常工作?
关于:TDA4VM-Q1: TDA4VM-Q1:TDA4VM88T5BALFQ1 Keywriter 编程问题
此致
Diwakar
您好、张:
在 10.1 SDK ABI 版本中进行了更新、这是 sciclient_init 失败的原因、因为您使用的是基于 9.2 的 TIFS 二进制文件。
请应用此补丁将 ABI 版本恢复到 9.2 SDK、然后重新编译密钥写入器应用。
iff --git a/drv/sciclient/soc/V1/sciclient_fmwMsgParams.h b/drv/sciclient/soc/V1/sciclient_fmwMsgParams.h
index 05789d7..f2ed0c6 100755
--- a/drv/sciclient/soc/V1/sciclient_fmwMsgParams.h
+++ b/drv/sciclient/soc/V1/sciclient_fmwMsgParams.h
@@ -67,12 +67,12 @@ extern "C" {
*/
/* ABI Major revision - Major revision changes
* indicate backward compatibility breakage */
-#define SCICLIENT_FIRMWARE_ABI_MAJOR (4U)
+#define SCICLIENT_FIRMWARE_ABI_MAJOR (3U)
/* ABI Minor revision - Minor revision changes
* indicate backward compatibility is maintained,
* however, new messages OR extensions to existing
* messages might have been adde */
-#define SCICLIENT_FIRMWARE_ABI_MINOR (0U)
+#define SCICLIENT_FIRMWARE_ABI_MINOR (1U)
/* @} */
/**
此致
Diwakar