'initsram' command in Uboot

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

'initsram' command in Uboot

2,305件の閲覧回数
aswinknp
Contributor I

The command initsram in uboot is not working for initializing the memory region for the SRAM for M7 in NXPS32G3rdb3 board.Could you pls provide the alternative command for this, or explain how to enable this command in Uboot 

0 件の賞賛
返信
3 返答(返信)

2,231件の閲覧回数
aswinknp
Contributor I

Hello,

I've taken the U-Boot source code from NXP and I've updated the code for my use case.
Compiled the source code using readme file and able to generate .bin file

 

At the time of testing found that fip.s32-qspi is required. But we're not sure 
how to generate/build this file. could you pls support here for building file fip.s32-qspi?

0 件の賞賛
返信

2,195件の閲覧回数
yellapu_anishkh
Contributor IV

Hi Aswini,

fip image is combination of multiple images like ATF (BL2+BL31+BL33). once u boot binary is generated.

feed it to ATF during compilation which will generate final fip image.

0 件の賞賛
返信

2,281件の閲覧回数
yellapu_anishkh
Contributor IV

Hi Aswin,

With latest BSP, this is not required in uboot, as it is already initialized previous build stages.

0 件の賞賛
返信