Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4824

Device Tree • Re: changing spi speed using the existing dtoverlay

$
0
0
Thank you for the reply!

the pipe from ffmpeg ouput to spi-pipe seems doesn't produce any spi transaction...

Code:

ffmpeg "ffmpeg parameters" -f mpegts pipe:1 | spi-pipe -d /dev/spidev4.0 -s 50000000 -b 100
using this command:

Code:

ffmpeg "ffmpeg parameters" -f mpegts pipe:1 | cat > /dev/spidev4.0
it works but spi speed is 50MHz and I need to have a slower spi speed to have the possibility to receive the spi stream on FPGA.

Is it possible to change the default spi speed (for spidev4.0) of my system?

Statistics: Posted by aberd — Tue Jan 23, 2024 8:16 am



Viewing all articles
Browse latest Browse all 4824

Trending Articles