Regarding L3.0.35_4.0.0_ER_SOURCE

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

Regarding L3.0.35_4.0.0_ER_SOURCE

986 Views
divyardharan
Contributor III

Hi

I downloaded L3.0.35_4.0.0_ER_SOURCE from http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6D&nodeId=018rH3ZrDRB24A&fpsp=1&t... this link.

When I tried  untar the file using tar -zxvf ,I got a folder named L3.0.35_4.0.0_ER_SOURCE and inside it there was a folder pkg.

Inside that I again untar the folder linux-3.0.35.tar.bz2 and I got a folder named linux-3.0.35.

But I wants to know how PMIC MMPF0100 handles power mangement and on/off features.

For that I searched for the folder /rpm/BUILD/linux-3.0.35/drivers/mxc/pmic/ .

But I didnt see such files.

Could anyone tell me how to get these files.

Regards

Divya R Dharan

Labels (3)
0 Kudos
4 Replies

591 Views
robby
NXP Employee
NXP Employee

should be 'drivers/regulator/pfuze100-regulator.c'

Robby

0 Kudos

591 Views
LeonardoSandova
Specialist I

You can see the source code directly from the git repo:

http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_3.0.35_4.0.0

If you want to do it through LTIB, install it, and run this

./ltib -m prep -p kernel; cd rpm/BUILD/linux

Leo

0 Kudos

591 Views
divyardharan
Contributor III

Dear Leonardo

When I have given ./ltib -m prep -p kernel ,It entered in LTIB configuration  menu.

Could you please tell which configuration I have to select?

Regards

Divya R Dharan

0 Kudos

591 Views
LeonardoSandova
Specialist I

If it is the first time you run ltib, you will end up in that menu. So, just enter to the menu, save and quit. Source should be on rpm/BUILD/ linux (this is in fact a soft link which points to linux-XXXX, whe the kernel resides).

Leo

0 Kudos