Multiprocess User Application on IMX6ULL_EVK ... how to start?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Multiprocess User Application on IMX6ULL_EVK ... how to start?

1,640件の閲覧回数
fabio_poiatti
Contributor III

I have to port an user application made of different process actually running on linux embedded environment on a custom hardware platform.

This application starts with a classical linux procedure based on init System V.

The same application builded for yocto project on IMX6ULLEVK does not start at all!

I'm not able to find the way to have the same behaviours with the similar set of scripts for the startup.

So the questions are:

1) how is the user application can start? after the BSP startup?

2) I've imported the application on Eclipse ... so I'm able to debug/run a single process ... is it possible to generate (by Eclipse) the scripts for the deploy and running of all processes at startup?

thanks

0 件の賞賛
返信
5 返答(返信)

1,519件の閲覧回数
shivanipatel
Senior Contributor II

Hi, fabio.poiatti@softeco.it

It seems that you have systemd init daemon in your i.MX6ULL build system.

You can refer this link to start an application in systemd initialization system.

Regards,

Shivani

0 件の賞賛
返信

1,519件の閲覧回数
fabio_poiatti
Contributor III

thanks

I was able to convert in sysvinit :-)

0 件の賞賛
返信

1,519件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport
0 件の賞賛
返信

1,519件の閲覧回数
fabio_poiatti
Contributor III

I don't see in my root /etc/inittab and all rc$.d

my Pid=1 is /sbin/init

????

0 件の賞賛
返信

1,519件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

Have you tried to create one?

0 件の賞賛
返信