command to run different packages on LS1043

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

command to run different packages on LS1043

跳至解决方案
702 次查看
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 项奖励
回复
1 解答
612 次查看
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 项奖励
回复
3 回复数
613 次查看
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 项奖励
回复
686 次查看
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 项奖励
回复
676 次查看
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 项奖励
回复