Hi,
I am new to the kernel programming and also to the iMX53 QSB. I would like to change some part of the kernel and rebuild the image. I would be very much happy if someone could give me some pointer how to do that.
Thanks.
Syed Rafiul Hussain
Hi Florent Auger
I also met the same problem after some change in the android source code (in order to add some driver rebuild the uImage)
so,, the LTIB is necessary tool in i.MX53QSB when rebuild the kernel?
or any other kind of methods can solve?
thx your help
Florent Auger said:
Hello,I would suggest you to go through the Linux BSP documentation that you can find here:http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX...IMX53_QSB_1101_LINUXDOCS_BUNDLE
Hello,
I would suggest you to go through the Linux BSP documentation that you can find here:
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX...
IMX53_QSB_1101_LINUXDOCS_BUNDLE
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX536&fpsp=1&tab=Documentation_Tab
To get kernel sources (in <LTIB>/rpm/BUILD/) under LTIB :
./ltib -m prep -p kernel
After changes in kernel sources in order to build the kernel :
./ltib -m scbuild -p <package>
To deploy it ./ltib -m scdeploy -p kernel
The next are useful links :
http://www.imxdev.org/wiki/index.php?title=All_Boards_LTIB
http://www.imxdev.org/wiki/index.php?title=All_Boards_Linux