command to run different packages on LS1043

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

command to run different packages on LS1043

Jump to solution
468 Views
dibyarekha
Contributor IV

Hi All,

I am using LS1043ardb. Right now I am working on the standard board. I am running my application which uses the services ( ssh, snmp and quagga).

I want to know, What are the commands to run these deamons on the board?

By searching I found the below command

/etc/init.d/snmpd/ start

But, I am not getting any init.d folder under /etc

Please help me in getting the proper command to run the above services

 

Thanks

 

 

 

0 Kudos
1 Solution
378 Views
dibyarekha
Contributor IV

I found the solution myself.

1. quagga is running automatically. No need of any command to start and stop.

2. snmpd can be start and stop using systemctl command

systemctl enable --now snmpd

systemctl disable --now snmpd

3. sshd is running internally

you can check using ssh user_name@ipaddr

but process ID I am not able to check, as in "ps -ef" command I couldnot able to see the sshd running. But scp and ssh command is working

View solution in original post

0 Kudos
3 Replies
379 Views
dibyarekha
Contributor IV

I found the solution myself.

1. quagga is running automatically. No need of any command to start and stop.

2. snmpd can be start and stop using systemctl command

systemctl enable --now snmpd

systemctl disable --now snmpd

3. sshd is running internally

you can check using ssh user_name@ipaddr

but process ID I am not able to check, as in "ps -ef" command I couldnot able to see the sshd running. But scp and ssh command is working

0 Kudos
452 Views
Chavira
NXP TechSupport
NXP TechSupport

Hi @dibyarekha!
Thank you for contacting NXP Support!

The LS1043ARDB uses Linux and you can learn how to use SSH by following the link:

https://www.ssh.com/academy/ssh/command

Unfortunately, the LS1043ARDB doesn´t have the packages snmp and quagga, you have to compile on Yocto Project to add those packages.

https://www.nxp.com/docs/en/user-guide/LSDKYOCTOUG.pdf


Best Regards!

Chavira

0 Kudos
442 Views
dibyarekha
Contributor IV
hi @Chavira,
I have compiled yocto project by adding snmp and quagga package in fsl-image-mfgtool recipe.
Now I have the packages.
But I want to know, How these deamons will run on board?
what are the commands need to use?
earlier I have worked on P1021, there I was using below command
/etc/init.d/ snmpd start
/etc/init.d/quagga start
For LS1043, what is the path?

Thanks,
Dibyarekha
0 Kudos