MPC8309-KIT initialization problem

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

MPC8309-KIT initialization problem

588 Views
dongpolu
Contributor I

hello!

Excuse me:

The use of the development board is MPC8309-KIT(Use of the CPU is the mpc8309, folder ltib-mpc830xsom-20110223.), I would like to ask 8309 of the device tree which is the folder which files ah?

The mpc8309 initialization file, the file name is what, and directly to 8309 named file not found, in addition ELBC registers are initialized file is what file name.

Thanks!

0 Kudos
2 Replies

431 Views
Pavel
NXP Employee
NXP Employee

Find the .dts file in the following kernel source folder:

ltib-mpc830xsom-20110223/rpm/BUILD/linux-2.6.34/arch/powerpc/boot/dts

Use the following command of the LTIB for obtaining the kernel source:

./ltib -m prep -p kernel

Use the following command of the LTIB for obtaining the u-boot source:

./ltib -m prep -p u-boot

Usually u-boot provides board configuration. Find the MPC8309SOM.h file using the following path:

ltib-mpc830xsom-20110223/rpm/BUILD/u-boot-2010.06/include/configs


Have a great day,
Pavel Chubakov

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

0 Kudos

431 Views
dongpolu
Contributor I

"Find the .dts file in the following kernel source folder:

ltib-mpc830xsom-20110223/rpm/BUILD/linux-2.6.34/arch/powerpc/boot/dts"

MPC8309 corresponding to the ".dts" specific file is which, only to find the 8306 (mpc8306som.dts)named, did not find the 8309 named documents.

0 Kudos