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

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

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

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

Labels (1)
Tags (3)
0 Replies