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
已解决! 转到解答。
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!
-----------------------------------------------------------------------------------------------------------------------
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.
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!
-----------------------------------------------------------------------------------------------------------------------