2025-02-27 17:59:18 +08:00
..
2025-02-27 17:59:18 +08:00
2025-02-27 17:59:18 +08:00
2025-02-27 17:59:18 +08:00
2025-02-27 17:59:18 +08:00
2025-02-27 17:59:18 +08:00
2025-02-27 17:59:18 +08:00
2025-02-27 17:59:18 +08:00
2025-02-27 17:59:18 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1、编译命令 :make clean;make

2、生成的all.bin路径 package_for_calibration/output/all.bin	(直接烧录这个镜像文件)

note:
	
	1aes_bootloader_crc.bin 路径package_for_calibration/Linux_version
	
	2bootloader.bin的路径 package_for_calibration/Linux_version
	
	3库上版本将通过数据口的方式将加密的aes_bootloader_crc.bin写到flash的x11000位置
	
	4库上版本可在路径下calibration/boot/boot_v1/bootloader.c 里面更改 将宏定义NORMAL_BOOTLOADER_PHY_START_ADDR = 0x0将加密的aes_bootloader_crc.bin写到0x0位置
	
	5库上版本bootloader.bin跳转地址是写死的 0x20f0000(B 区起始地址)
	6) 库上原来的测试代码被关闭在calibration/build/mk/config.mk中可自行修改 TE200_UT =Y
	
3、目前psa的加解密流程已调通填充方式是 MBEDTLS_RSA_PKCS_V15模数位 2048