This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM4379: FFMPEG configuration

Part Number: AM4379


Tool/software: Linux

Hi Forum,

I have been trying to install ffmpeg on my am437x-gp-evm.

I have so far generated .ipk files by issung the following command

MACHINE=am437x-evm bitbake ffmpeg

when i ssh the ipk and try to install it on my target i get the following errors.

root@am437x-evm:/bin# opkg install ffmpeg_3.0-r0.arago0_armv7ahf-neon.ipk
Installing ffmpeg (3.0-r0.arago0) on root.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for ffmpeg:
 *      libpostproc54 (>= 3.0) *        libavdevice57 (>= 3.0) *        libavformat57 (>= 3.0) *        libswscale4 (>= 3.0) *  libavfilter6 (>
= 3.0) *
 * opkg_install: Cannot install package ffmpeg.
root@am437x-evm:/bin#

Any sugestions will be appreciated.

-Parker