[Bootloader] How do I remove SD from Boot Sources?

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

[Bootloader] How do I remove SD from Boot Sources?

1,964 次查看
nxf45013
NXP Employee
NXP Employee

The bootloader application example can use two types of Boot Sources: SD or QuadSPI for the images. 

If user does not want to use SD as a source, several steps need to be executed: 

1. Update the Bootloader Configuration by selecting QUADSPI instead of SD as a boot source for all the configured images, where applicable.

pastedImage_1.png

2. Initialization/De-Initialization sequence must be updated. 

      a. Go to SysDal plugin, PowerUp, InitList and remove the Bl_Sd_Init entry from the list. 

pastedImage_17.png

     

      b. Go to SysDal plugin, PowerUp, DeInitList and remove the Bl_Sd_DeInit entry from the list. 

pastedImage_20.png

3. Disable Non Autosar Peripherals from SysDal plugin by deselecting the Enable Non Autosar Peripherals tick box.

pastedImage_12.png

Regenerate the code for the current workspace and build.

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