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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

1,977件の閲覧回数
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)
  • FAQ

タグ(3)
0 返答(返信)