Developing an application with BSP Linux

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Developing an application with BSP Linux

1,006 次查看
palmering
Contributor II

Hi,

I have a M52277EVM. I want to start to develop an application under Linux, but I'm disoriented.

Could anybody explain briefly to us what are the steps to develop a simple application with the BSP?

or where can I find that information? 

What tools I need?

Thanks in advance.

标签 (1)
0 项奖励
1 回复

343 次查看
cutworth
NXP Employee
NXP Employee

Hi,

 

You first thing you should look at is the user guide for BSP found in the iso file you downloaded. The BSP for MCF52277 use LTIB, please look at http://www.bitshrine.org/LTIB_generic_v1.4_-_version_6.4.1.pdf for more information.

 

And of course you should have some basic idea for embedded linux development knowledge like bootloader, kernel configuration, driver development, etc. Please search the Internet for info regarding this.

 

Here is my suggested book: "Embedded Linux Primer A Practical Real-World Approach".

 

These will give you a rough idea how to develop, since LTIB will do a lot for you, such as building packages, generating root file system. So you should check LTIB docs for details.

 

0 项奖励