'initsram' command in Uboot

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

'initsram' command in Uboot

2,068 次查看
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 回复数

1,994 次查看
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 项奖励
回复

1,958 次查看
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,044 次查看
yellapu_anishkh
Contributor IV

Hi Aswin,

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

0 项奖励
回复