[Bootloader] How do I remove authentication from Bootloader?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

[Bootloader] How do I remove authentication from Bootloader?

1,096 次查看
nxf45013
NXP Employee
NXP Employee

Typically, the Bootloader integration example is delivered with at least one authentication example already configured. 

 pastedImage_2.png

If user wants to remove disable authentication completely, the first step is to select NONE/CRC32 for the Authentication method from the Tresos configuration panel. 

After that, initialization sequence must be updated. As there is no authentication used, Select SysDal, PowerUp, System Power up config and remove CryptoDal_Init entry from the list.

pastedImage_9.png

Regenerate the code and build the example. Authentication is now completely disabled.

标签 (1)
标记 (3)
0 回复数