'initsram' command in Uboot

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

'initsram' command in Uboot

683 Views
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 Kudos
Reply
3 Replies

609 Views
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 Kudos
Reply

573 Views
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 Kudos
Reply

659 Views
yellapu_anishkh
Contributor IV

Hi Aswin,

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

0 Kudos
Reply