[mythtv-users] MythTV Raspberry Pi2 frontend testers
Lawrence Rust
lvr at softsystem.co.uk
Tue Jan 5 20:31:41 UTC 2016
On Tue, 2016-01-05 at 11:26 +1100, Kingsley Turner wrote:
> On 05/01/16 09:55, Kingsley Turner wrote:
> > On 05/01/16 01:55, Lawrence Rust wrote:
> >> BTW I have created a new RPi branch with the promised database
> >> optimisations. Timing the startup latency shows a significant reduction
> >> from ~16 secs to ~5 seconds. The RPi is using 802.11n WiFi and the
> >> BE/MySQL server is on Gigabit Ethernet. It would be interesting to know
> >> if this alleviates your slow video gallery startup time.
> >>
> >> To checkout the code follow the instructions here
> >> http://www.softsystem.co.uk/download/mythtv/mythtv_for_rpi.txt
> >>
> >> but substitute the branch name 'fixes-0.27-rpi2-dbase'
> >
> >
> > This looks identical. The 1 second could just be me getting better at the
> > stop-watch app.
> > I wonder if the build, didn't.
>
> I'm wondering if I did this correctly - I don't have much (any) experience
> with git.
>
> # git checkout -b fixes-0.27-rpi2-dbase softsystem/fixes-0.27-rpi2-dbase
> #
> PATH="$PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin:$PATH"
> # export RASPBIAN_FLAVOUR=jessie
> # ./mythbuild.sh -2 -Q 5.4.0 -E
Looks OK. NB the -E options forces a clean rebuild of everything. In
your case -e is faster as it forces a clean build only of mythtv.
> # scp -Cr mythinstall pi at raspberrypi:mythtv-rpi
>
> Does that look OK?
It's safer to cp the archive to the RPi and expand that. However, for
speed, if only a few files are changed, then I use:
rcp -p mythinstall/lib/libmyth*-0.27.so.0 pi at raspberrypi:~/mythtv-rpi/lib/
rcp -p mythinstall/bin/myth{avtest,frontend} pi at raspberrypi:~/mythtv-rpi/bin
rcp -p mythinstall/lib/mythtv/plugins/* pi at raspberrypi:~/mythtv-rpi/lib/mythtv/plugins/
-- Lawrence Rust
More information about the mythtv-users
mailing list