[Bootloader] How do I remove authentication from Bootloader?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[Bootloader] How do I remove authentication from Bootloader?

1,040 Views
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.

Labels (1)
Tags (3)
0 Replies