NXP offers LTIB Linux BSP for the MPC8309KIT and for TWR-MPC8309 boards:
https://www.nxp.com/webapp/Download?colCode=MPC8309-KIT_Linux_BSP&appType=license&location=null&Pare...
and
http://www.nxp.com/webapp/sps/download/license.jsp?colCode=TWRMPC8309_LINUX_BSP&location=null&fsrch=...
Use this LTIB under Ubuntu 10.04 or 12.04.
See also Reference Manuals in these BSP.
Usually the following command sequence is used for kernel building under LTIB.
- 1. ./ltib – This command is used for LTIB building
2. ./ltib -m prep -p kernel - This command is used for getting kernel source.
Change the kernel configuration.
3. ./ltib -m scbuild -p kernel - This command is used for building the kernel.
4. ./ltib -m scdeploy -p kernel - This command provides deploying the kernel.
See please the following pages (http://www.bitshrine.org/autodocs/LtibFaq.html).
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------