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

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

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

1,638 次查看
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,517 次查看
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,517 次查看
fabio_poiatti
Contributor III

thanks

I was able to convert in sysvinit :-)

0 项奖励
回复

1,517 次查看
jimmychan
NXP TechSupport
NXP TechSupport
0 项奖励
回复

1,517 次查看
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,517 次查看
jimmychan
NXP TechSupport
NXP TechSupport

Have you tried to create one?

0 项奖励
回复