完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
当我们使用密码加密用户FW时,我们应该如何用Creator生成加密的FW? 我读了下面的应用笔记,但我找不到。 HTTP://www. CyPress .COM/FIL/355866/下载 最好的问候, 以上来自于百度翻译 以下为原文 Hello, When we use cryptographic for encryption of user FW, how should we do for generating the encrypted FW with Creator? I read the below application note, but I could not find. http://www.cypress.com/file/385866/download Best regards, |
|
相关推荐
1个回答
|
|
你好,USER 4444 43345,
PSoC 6不支持从内部闪存加密FW执行,即没有直接从内部闪存运行加密固件的“即时”解密。此外,没有直接的方法来加密来自PSoC Creator的固件。间接地,可以从HEX文件中提取数据,使用在线工具根据加密要求加密数据,然后用十六进制文件中的加密数据更新HEX数据(可以使用来自SEGER J-Link的J-Flash工具来更新HEX文件中的十六进制数据)。 也就是说,您有以下选项来运行加密固件 使用QSPI和外部存储器:您可以使用QSPI的即时解密功能(128位AES)来解密存储在外部存储器中的固件。这种解密在QSPI的XIP模式中是可用的。您可以使用上面提到的方法生成加密的固件。可选地,您也可以使用HW加密块来加密固件,然后在外部闪存中存储。使用HW加密和内部SRAM:在RAM(通过链接器)定义加密固件的单独部分,比如说‘加密-FW’。把所有的代码应该被加密在这一节中使用“cy_section(”。encryptedfw”)“在函数的宏。除了映射的部分内存,你需要确保你的代码放置在Flash以及。这可以通过使用“:在(flash_addr)”当你定义在GCC GCC链接脚本内存区域。这将确保FW进行加密得到放@ flash_addr位置,链接器使用的内存位置的函数调用。您将需要复制的代码从Flash RAM的代码才能正常启动。现在你需要确保你替换固件在@的加密版本flash_addr正如我前面提到的。现在你的代码,你可以使用硬件加密解密的块在你复制加密的FW到RAM的位置。 例如。 加密的0x0803:AT(0x10005) { γ加密 保持(*(加密的FW)) Y-YelpTytEnthix=; } &公羊 上述地区保持”。encryptedfw”0x10050000和重新定位,在RAM即函数调用0x08030000将内存位置。在你复制代码,你可以使用“&;__encrypt_start__”提取启动内存,你需要复制代码和“&;__encrypt_end__”找到最后的位置在内存中被复制。数据复制将从0x10050000将尺寸“&;__encrypt_end__ -&;__encrypt_start__”。 当做, Meenakshi Sundaram R 以上来自于百度翻译 以下为原文 Hello user_474444345, PSoC 6 does not support encrypting FW execution from internal flash i.e. there is no 'on-the-fly' decryption to run an encrypted firmware directly from internal flash. In addition, there is no direct method to encrypt the firmware from PSoC Creator. Indirectly, you can extract the data from hex files, use online tools to encrypt the data as per the encryption requirement and then update the hex data with encrypted data in hex file (you can use J-Flash tool from Segger J-Link for the purpose of updating the hex data in hex files) That said, you have the below options to run encrypted firmware -
E.g. .EncryptedFw 0x08030000 : AT (0x10050000) { __encrypt_start__ =.; KEEP(*(.encryptedFW)) __encrypt_end__=.; } > ram The above area keeps ".encryptedFW" at 0x10050000 and relocates that to 0x08030000 in RAM i.e. function calls will be made to RAM location. In your copy code, you can use "&__encrypt_start__" to extract the start of RAM where you need to copy the code and "&__encrypt_end__" to find the last location in RAM to be copied. The data to copy will be from 0x10050000 and will be of the size "&__encrypt_end__ - &__encrypt_start__". Regards, Meenakshi Sundaram R |
|
|
|
只有小组成员才能发言,加入小组>>
754个成员聚集在这个小组
加入小组2105 浏览 1 评论
1851 浏览 1 评论
3669 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1786 浏览 6 评论
1536 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
568浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
422浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
437浏览 2评论
383浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
915浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 03:56 , Processed in 0.605002 second(s), Total 74, Slave 58 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号