Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2017-05-14 Thread nowhinjing

paul- wrote: 
> Have you tried this with pCP 3.20?   The staging drivers are present in
> that kernel too.  There are a fair number of folks trying to do this, I
> can include these tft staging drivers in our touchscreen-KERNEL.tcz
> extension.  Also, if you put your modified applets here
> "~/.jivelite/userpath/applets/"  then restart jivelite, these copies
> should override the default extensions in the jivelite tcz.  You will
> probably need the full applet in this location, not just the modified
> files...but not 100% sure on this point.
> 
> That will at least save folks from having to make custom extensions.
> 
> ps.  That is a heck of a modprobe line.  Where did you find all of that
> info?  Was that in the waveshare website.

hi, Paul,

that modprobe line originally came from Jan Grulich over on the TCL
forum fbtft thread. It works, so I have never delved further into it.

I plan to do the same on 3.20 on my return from family business, but you
are welcome to take / use anything I've posted to help others.

NWJ



nowhinjing's Profile: http://forums.slimdevices.com/member.php?userid=64754
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2017-05-14 Thread M900

paul- wrote: 
> If you fully configure your device using the SDcard.  Then use a program
> to copy the SD card to a USB stick.  As long as you don't need to make
> configuration changes, it should work just fine.   If the device doesn't
> boot reliably, the USB stick may not be getting recognized soon enough. 
> edit cmdline.txt and increase the waitusb value.
> 
> Howeverthese edits might handle some configuration
> casesdon't yell at me if this breaks everything :)  the sdcard
> device mmcblk0p? is referenced around 200 times in our code.
> 
> edit /opt/bootlocal.sh to look like this
> 
> > 
Code:

  >   > 
  > #!/bin/sh
  > # put other system startup commands here
  > 
  > GREEN="$(echo -e '\033[1;32m')"
  > 
  > echo
  > echo "${GREEN}Running bootlocal.sh..."
  > ln -s /dev/sda1 /dev/mmcblk0p1
  > ln -s /dev/sda2 /dev/mmcblk0p2
  > ln -s /mnt/sda1 /mnt/mmcblk0p1
  > ln -s /mnt/sda2 /mnt/mmcblk0p2
  > 
  > #pCPstart--
  > /home/tc/www/cgi-bin/do_rebootstuff.sh 2>&1 | tee -a /var/log/pcp_boot.log
  > #pCPstop--
  > 

> > 
> 
> The 4 ln commands are what you want to add.  I've only done some quick
> testing, I'm sure certain parts of pCP will have problems.   Please
> note that this will most likely fail if you have more than one USB
> stick inserted (as /dev/sda may change to a different USB device) 
> insitu upgrades will like likely fail as well.  You will have to
> resize your /dev/sda2 partition by hand too..

Hi Paul,

many thanks for your explanations. Do you think this feature could be an
option for a future pCP version?

Cheers Joerg



M900's Profile: http://forums.slimdevices.com/member.php?userid=29839
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2017-05-14 Thread badboygolf16v

Paul, if you'd like me to test anything, let me know.



badboygolf16v's Profile: http://forums.slimdevices.com/member.php?userid=19486
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2017-05-14 Thread paul-

nowhinjing wrote: 
> should work, since I've used the generic screen drivers - you may need
> different modprobe parameters, but I guess adafruit can help you with
> that.
> 
> let me know how you get on - if you get it to work I would be happy to
> add any changes required to the website under an addendum for your
> display.
> 
> good luck,
> 
> NWJ

Have you tried this with pCP 3.20?   The staging drivers are present in
that kernel too.  There are a fair number of folks trying to do this, I
can include these tft staging drivers in our touchscreen-KERNEL.tcz
extension.  Also, if you put your modified applets here
"~/.jivelite/userpath/applets/"  then restart jivelite, these copies
should override the default extensions in the jivelite tcz.  You will
probably need the full applet in this location, not just the modified
files...but not 100% sure on this point.

That will at least save folks from having to make custom extensions.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2017-05-14 Thread nowhinjing

should work, since I've used the generic screen drivers - you may need
different modprobe parameters, but I guess adafruit can help you with
that.

let me know how you get on - if you get it to work I would be happy to
add any changes required to the website under an addendum for your
display.

good luck,

NWJ



nowhinjing's Profile: http://forums.slimdevices.com/member.php?userid=64754
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix