Problem: Raspi3 and official touchscreen issue?
|
17th May, 2016, 11:14 PM
Post: #1
|
|||
|
|||
Raspi3 and official touchscreen issue?
Hi I'm absolutely new. Installed a fresh copy of xbian on raspi3 connected with the official touchscreen (flat cable, not hdmi). Boots normally on animated splash screen then goes black and after a couple minutes shows shell login prompt.
Any idea? Inviato dal mio iPhone utilizzando Tapatalk |
|||
17th May, 2016, 11:26 PM
(This post was last modified: 18th May, 2016 02:39 AM by Nachteule.)
Post: #2
|
|||
|
|||
RE: Raspi3 and official touchscreen issue?
Seems current Kodi has issue if no HDMI connection exists.
Please try this version Terminal cd /tmp kodi stop wget http://apt.xbian.org/pool/devel/rpi2-jessie/x/xbian-package-xbmc/xbian-package-xbmc_16.1-1462731607_armhf.deb sudo dpkg -i xbian-package-xbmc_16.1-1462731607_armhf.deb kodi start |
|||
18th May, 2016, 01:17 AM
Post: #3
|
|||
|
|||
RE: Raspi3 and official touchscreen issue?
It worked! But after having error messages and finding out there's a typo in your dpkg command :-)
Now my second task is trying to understand if there's a way to use Xian for my original project which was a Raspi controlled dual din car stereo. Any suggestion? Main challenge I see here is interface...a car stereo should need big buttons and easy navigation... |
|||
18th May, 2016, 02:38 AM
Post: #4
|
|||
|
|||
RE: Raspi3 and official touchscreen issue?
(18th May, 2016 01:17 AM)tampano Wrote: It worked! But after having error messages and finding out there's a typo in your dpkg command :-) Sorry, cut and paste mistake and not double checked Quote:Now my second task is trying to understand if there's a way to use Xian for my original project which was a Raspi controlled dual din car stereo. Any suggestion? Main challenge I see here is interface...a car stereo should need big buttons and easy navigation... Not sure if Kodi is useful this What you need is a (special) skin for Kodi, don't know if there are already skins available for your need |
|||
18th May, 2016, 03:17 AM
Post: #5
|
|||
|
|||
RE: Raspi3 and official touchscreen issue?
I'd use "google". I remember seeing plenty of car related projects for the RPi when I was thinking of going down this route. Not stereo but movies for the demanding buggers in the back seat.
The biggest issue was power, or lack of. Mainly how to shut down the RPi cleanly when the ignition was turned off. I would guess the re-touched skin would suit your needs, but there are many others Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
18th May, 2016, 04:52 AM
Post: #6
|
|||
|
|||
RE: Raspi3 and official touchscreen issue?
There's a project that seems interesting for car-stereo, and apparently there's a custom made skin in it...but at the moment I'm still unable to make that software run on my combo Raspi3 + official touchscreen...so I'm investigating different solutions.
http://engineering-diy.blogspot.co.uk I have no knowledge on coding or about how to make a skin...but I'm open to ideas :-) Btw...this seems a nice and easy solution for a manual switch off: https://mausberry-circuits.myshopify.com/collections/frontpage |
|||
18th May, 2016, 06:48 AM
Post: #7
|
|||
|
|||
RE: Raspi3 and official touchscreen issue?
(18th May, 2016 03:17 AM)IriDium Wrote: The biggest issue was power, or lack of. Mainly how to shut down the RPi cleanly when the ignition was turned off. Maybe OT but this should not be a problem. Simplest would be a battery UPS for the pi and a signal from the car system power line. When the car powers off the pi gets an interrupt on a gipo (while powered still from the ups) and shutdown is commanded. Maybe even a big electrolytic would be enough? Just a thought.... |
|||
« Next Oldest | Next Newest »
|