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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

826 Views
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 Kudos
5 Replies

705 Views
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 Kudos

705 Views
fabio_poiatti
Contributor III

thanks

I was able to convert in sysvinit :-)

0 Kudos

705 Views
jimmychan
NXP TechSupport
NXP TechSupport
0 Kudos

705 Views
fabio_poiatti
Contributor III

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

my Pid=1 is /sbin/init

????

0 Kudos

705 Views
jimmychan
NXP TechSupport
NXP TechSupport

Have you tried to create one?

0 Kudos