Getting Started Developing for i.mx233

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

Getting Started Developing for i.mx233

跳至解决方案
3,014 次查看
yanir
Contributor II

Hi am looking for some resources (tutorials, guides, etc) on setting up a development system and tool chain to develop for the i.mx233. I have the EVK and I am currently designing a custom board based on the EVK schematics. I would like to get some custom builds running on the board but I am at a loss on how to start. I have read through the app notes and downloaded the all I can find in the downloads section but It's still not very clear how to get the example images onto an SD card for booting. Can someone point me in the right direction? Any help is greatly appreciated.

Thanks

Yanir

标签 (1)
0 项奖励
回复
1 解答
2,700 次查看
OtavioSalvador
Senior Contributor II

I suggest you to go with Yocto; we have mx23evk supported and it should be easy to add your custom board later.

Please look at https://github.com/Freescale/fsl-community-bsp-platform it has the basic steps for setup.

在原帖中查看解决方案

0 项奖励
回复
7 回复数
2,701 次查看
OtavioSalvador
Senior Contributor II

I suggest you to go with Yocto; we have mx23evk supported and it should be easy to add your custom board later.

Please look at https://github.com/Freescale/fsl-community-bsp-platform it has the basic steps for setup.

0 项奖励
回复
2,700 次查看
yanir
Contributor II

Otavio, I have followed the instructions in the readme and I am ready to perform my first build. Some followup questions:

1) There isn't any mention of the i.mx233 or the EVK specifically. Will this boot up will all the required drivers with out any further setup? 2) Are there any steps outlined to create a bootable SD card for the build?

-Edit: I found the conf file for the EVK233. How do I build with this? Is there a step by step guide somewhere for customizing a build?

Thanks

0 项奖励
回复
2,700 次查看
OtavioSalvador
Senior Contributor II

You need to change the board you'd like to use. You need to change the MACHINE entry at your local.conf to imx23evk

0 项奖励
回复
2,700 次查看
yanir
Contributor II

I eventually found the local.conf file. It would be good to add that as a step on the README on github.

0 项奖励
回复
2,700 次查看
OtavioSalvador
Senior Contributor II

Yes; I agree. Maybe you could propose a patch? :smileyhappy:

0 项奖励
回复
2,700 次查看
yanir
Contributor II

I just might do that...

0 项奖励
回复
2,700 次查看
yanir
Contributor II

Thanks Otavio! This looks great.

0 项奖励
回复