[Bootloader] How do I remove Boot Triggers?

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

[Bootloader] How do I remove Boot Triggers?

1,746 次查看
nxf45013
NXP Employee
NXP Employee

The bootloader offers the possibility to be activated via a CAN message received on one of the available controllers. The following steps must be executed in order to remove the feature, as it is optional.

1. Disable the Enable CAN boot trigger tick box from the Bootloader configuration plugin.

pastedImage_2.png

2. Disable ComDal, Gpt, Can and CanIf plugins, by right clicking on each of the plugins and selecting the Disable Module.

pastedImage_5.png

3. Update the initialization and de-initialization sequence.

   a. Select the SysDal plugin, go to PowerUp, InitList and remove Gpt_Init, Can_Init and ComDal_Init entries from the list: 

pastedImage_10.png

   b. Select the SysDal plugin, go to PowerUp, DeInitList and remove Gpt_DeInit, Can_DeInit and ComDal_DeInit entries from the list: 

pastedImage_13.png

4. Clear the workspace. Go to your workspace location and remove all the .c generated files. Typically found under tresos/workspace/<your_project_name>/output/src.

5. Re-generate the workspace and build. 

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