Issue with lspci , show tree view.

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

Issue with lspci , show tree view.

跳至解决方案
3,455 次查看
chandrashekhar
Contributor III


Hi,

I am unable to use "lspci -t " command on linux prompt. What could be the reason for that? Below is the log message for the same,

root@p2020:/# lspci -t
lspci: invalid option -- 't'
BusyBox v1.20.2 (2014-05-23 08:13:46 IST) multi-call binary.

Usage: lspci [-mk]

-Chandra

标签 (1)
1 解答
2,008 次查看
yipingwang
NXP TechSupport
NXP TechSupport

In the default image busybox lspci command is used, please build the package "pciutils" into filesystem.

Please open the recipe meta-fsl-networking/images/fsl-image-core.bb, and add "pciutils" in the variable IMAGE_INSTALL, and run "bitbake fsl-image-core" to rebuild rootfs filesystem.


Have a great day,
Yiping Wang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

3 回复数
2,008 次查看
abhijeet_d
Contributor I

Dear All,

I am also facing same issue.

lspci command not found.

As per your answer I tried find meta-fsl-networking/images/fsl-image-core.bb.

But this file is not present in my AGL source code even meta-fsl-networking folder is also not present.

I am using AGL 6.0.0 source code.

Could you please help me to solve this.

Best Regards,

Abhi.

0 项奖励
2,009 次查看
yipingwang
NXP TechSupport
NXP TechSupport

In the default image busybox lspci command is used, please build the package "pciutils" into filesystem.

Please open the recipe meta-fsl-networking/images/fsl-image-core.bb, and add "pciutils" in the variable IMAGE_INSTALL, and run "bitbake fsl-image-core" to rebuild rootfs filesystem.


Have a great day,
Yiping Wang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

2,008 次查看
chandrashekhar
Contributor III

Thank you very much Yiping.

0 项奖励