command to run different packages on LS1043

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

command to run different packages on LS1043

ソリューションへジャンプ
1,493件の閲覧回数
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 解決策
1,403件の閲覧回数
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 返答(返信)
1,404件の閲覧回数
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 件の賞賛
返信
1,477件の閲覧回数
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 件の賞賛
返信
1,467件の閲覧回数
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 件の賞賛
返信