Re: [SlimDevices: Unix] Announce: Slimmer

2019-05-07 Thread Greg Erskine
hi tbali, Just a heads up, in pCP 5.0.0 we will be defaulting to our "piCorePlayer repository" rather than the "Official piCore repository". This may be a minor inconvenience requiring an extra line in your script. :o regards Greg -

Re: [SlimDevices: Unix] Announce: Slimmer

2019-05-07 Thread itsikhefez
tbali wrote: > I added it in a new section of the wiki: > https://github.com/terba/slimmer/wiki/For-developers#packaging-for-picoreplayer > > I think the only thing missing to compile Slimmer on the RPi will be the > liblcdapi-dev package which was made by me but is not in the Slimmer > bundle.

Re: [SlimDevices: Unix] Announce: Slimmer

2019-05-07 Thread tbali
itsikhefez wrote: > Yes that would be great. I believe that is the problem, and this is the > first time I'm developing for RPi so have limited knowledge here. I added it in a new section of the wiki: https://github.com/terba/slimmer/wiki/For-developers#packaging-for-picoreplayer I think the o

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 4.0.0

2019-05-07 Thread DavidBulluss
paul- wrote: > You are the first brave sole to admit pressing the Hotfix button.For > others reading, that might not be wise right now..it will be > required before upgrading to 5.0.0, but right now 5.0.0 is not released, > so there is no need to do it. Hmmm... I did it late last week f

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 4.0.0

2019-05-07 Thread pputzer
What's the current best practice to control a pre-amplifier from within piCorePlayer? With the original SB we had the IRBlaster plugin to control standard "mono jack" emitter cables. I've found several emitter solutions for RPi, but except for one self-assembly multi-purpose board, none provide a

Re: [SlimDevices: Unix] Announce: Slimmer

2019-05-07 Thread itsikhefez
tbali wrote: > Sorry, I thought "locally" means on the RPi. I don't have any idea. I > never cross-complied on x86 or built it on other arm distro, but > developed/tested on x86 and compiled for packaging directly on the RPi > with PiCorePlayer. I can send you some info on the required packages

Re: [SlimDevices: Unix] Announce: Slimmer

2019-05-07 Thread tbali
itsikhefez wrote: > The same binary works fine running in the ubuntu env I created it in, so > I'm thinking something with the build tools or config is not compatible > with rpi. > Do you have any idea? Sorry, I thought "locally" means on the RPi. I don't have any idea. I never cross-complied o

Re: [SlimDevices: Unix] Announce: Slimmer

2019-05-07 Thread tbali
itsikhefez wrote: > 1. How do you set the option with armv6 for the small binary? You have to set the CMAKE_BUILD_TYPE variable like this: cmake -DCMAKE_BUILD_TYPE=MinSizeRel ../slimmer itsikhefez wrote: > 2. Once I build locally, where do I replace the slimmer binaries on the > pCP device?

Re: [SlimDevices: Unix] Announce: Slimmer

2019-05-07 Thread itsikhefez
tbali wrote: > The services for slimmer are started after everything else in PcP (from > bootlocal.sh). So music may be audible before slimmer's screen come up. > But one minute looks too much. Thanks, I will look into a few options. I have a few additional questions regarding development as I