DDR porting on IMX280

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

DDR porting on IMX280

339 Views
tony_l_cai
Contributor III

Hi,all

     On MX6SL/MX6DL,we find DDR porting in flash_header.s,but in our IMX280 codebase,we didnt find this file,do this codebase have something wrong? If not, which file is used to DDR porting?

Labels (2)
0 Kudos
1 Reply

288 Views
igorpadykov
NXP Employee
NXP Employee

Hi tony

DDR initialization is performed in bootlets

../boot_prep/init-mx28.c   (like function Init_ddr2_ede1116_4_133MHz(void) )

Bootlets sources may be prepared in ltib (in ltib/RPM/Build):

./ltib -m prep -p boot_stream.spec

rebuild image ./ltib -p boot_stream.spec -f

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos