Pv pipe viewer command

Hi,

I want to get progress details of some tasks and for that purpose I need to use pv (pipe viewer) command.
How can I add this command to my package.

Or is there any good solution for that?

best regards,

Hi @neotr,

Ok!

I’ll be waiting for your feedback.

Best regards,
André Curvello

Hi Andre,

Thank you for your help. It works as you said.

best regards,

Any news on this topic, @neotr?

Hi Andre,

i shared my result but i think something went wrong.
With your assist i successfully installed the pv and it works.

Thank you very much.
Mehmet

Excellent! I’m glad it’s now working.

Best regards,
André Curvello

Hi @neotr,

You just want to have “pv” on your image, right?

Can you confirm which BSP are you using?

Considering that you may be using a Yocto image, you have to add “pv” or to your local.conf or your image recipe by the following command:
IMAGE_INSTALL_append = " pv"

After that, you can either “bitbake” and get the pv package and install it in your module for testing, or generate the whole image and flash it as well.

Best regards,
André Curvello

Thank you Andre,
I will try as you said. Currently i am using “Dunfell”. I hope w will work.

Best regards,
Mehmet

Thank you Andre,
I will try as you said. Currently i am using “Dunfell”. I hope w will work.

Best regards,
Mehmet