Tizen 3.0 ivi bootup issue

2014-02-27 Thread Shrisha
Hi,

Facing issues in kernel bootup, Below are the logs,

usb usb2: SerialNumber: xhci-hcd.0.auto
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
xhci-hcd xhci-hcd.1.auto: irq 110, io mem 0x488d
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: xHCI Host Controller
usb usb3: Manufacturer: Linux 3.8.13-53062-g9736d82 xhci-hcd
usb usb3: SerialNumber: xhci-hcd.1.auto
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 1 port detected
xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: xHCI Host Controller
usb usb4: Manufacturer: Linux 3.8.13-53062-g9736d82 xhci-hcd
usb usb4: SerialNumber: xhci-hcd.1.auto
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 1 port detected
ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
ALSA device list:
  #0: dra7evm
  #1: OMAP5HDMI
EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is
recommended
EXT4-fs (mmcblk0p2): recovery complete
EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext4 filesystem) on device 179:2.
devtmpfs: mounted
Freeing init memory: 320K
systemd[1]: Smack relabeling "/dev" Operation not supported
systemd[1]: Smack relabeling "/dev/shm" Operation not supported
tmpfs: Bad mount option smackfsroot
systemd[1]: Smack relabeling "/dev/shm" Operation not supported
systemd[1]: Smack relabeling "/dev/shm" Operation not supported
systemd[1]: Smack relabeling "/dev/pts" Operation not supported
systemd[1]: Smack relabeling "/dev/pts" Operation not supported
tmpfs: Bad mount option smackfstransmute
tmpfs: Bad mount option smackfsroot
systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT
-SELINUX +IMA -SYSVINIT -LIBCRYPTSETUP +GCRYPT +ACL +XZ)

Welcome to Linux!

systemd[1]: Failed to insert module 'autofs4'
systemd[1]: Failed to insert module 'ipv6'
systemd[1]: No hostname configured.
systemd[1]: Set hostname to .
systemd[1]: Cannot add dependency job for unit display-manager.service,
ignoring: Unit display-manager.service failed to load: No such file or
directory.
systemd[1]: Cannot add dependency job for unit
user-session-launch@seat0-5000.service, ignoring: Unit
user-session-launch@seat0-5000.service failed to load: No such file or
directory.
systemd[1]: Starting Collect Read-Ahead Data...
 Starting Collect Read-Ahead Data...
systemd[1]: Started Replay Read-Ahead Data.
systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
systemd[1]: Started Forward Password Requests to Wall Directory Watch.
systemd[1]: Expecting device dev-ttyO0.device...
 Expecting device dev-ttyO0.device...
systemd-readahead[999]: Failed to create fanotify object: Function not
implemented
systemd[1]: Starting Delayed Shutdown Socket.
[  OK  ] Listening on Delayed Shutdown Socket.
systemd[1]: Listening on Delayed Shutdown Socket.
systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
systemd[1]: Starting udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
systemd[1]: Listening on udev Kernel Socket.
systemd[1]: Starting udev Control Socket.
[  OK  ] Listening on udev Control Socket.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Starting Journal Socket.
[  OK  ] Listening on Journal Socket.
systemd[1]: Listening on Journal Socket.
systemd[1]: Starting Initialize the VConf storage...
 Starting Initialize the VConf storage...
systemd[1]: Started Create list of required static device nodes for the
current kernel.
systemd[1]: Starting udev Coldplug all Devices...
 Starting udev Coldplug all Devices...
systemd[1]: Starting Journal Service...
 Starting Journal Service...
[  OK  ] Started Journal Service.
systemd[1]: Started Journal Service.
 Mounting POSIX Message Queue File System...
[FAILED] Failed to set up automount Arbitrary Executable File...utomount
systemd-journald[1003]: Vacuuming done, freed 0 bytes
Point.
See 'systemctl status proc-sys-fs-binfmt_misc.automount' for details.
 Mounting Debug File System...
 Starting Create static device nodes in /dev...
[  OK  ] Reached target Swap.
 Mounting Temporary Directory...
[  O

Re: Remote APIs on Tizen IVI

2014-02-27 Thread Rees, Kevron
AMB, the backend that provides vehicle data has a websockets plugin.
Here's the json protocol:
https://github.com/otcshare/automotive-message-broker/blob/master/plugins/websocket/protocol

You'll need to install the websocket plugin package
(automotive-message-broker-plugins-websocket) and configure ambd
(/etc/ambd/config.tizen) with something like this:
https://github.com/otcshare/automotive-message-broker/blob/master/examples/websocketsink2

Regards,
Kevron

On Thu, Feb 27, 2014 at 12:04 PM, Jones, Brian J
 wrote:
> Afraid I don't know of an API that supplies this functionality.  But perhaps
> someone else might have an idea of how to set up such a thing.
>
>
>
> From: Tulika Baranwal [mailto:me.tul...@gmail.com]
> Sent: Thursday, February 27, 2014 1:23 AM
> To: Jones, Brian J
> Subject: Re: Remote APIs on Tizen IVI
>
>
>
> Hi
>
> I am looking for Remote APIs through which I am able to access the features
> of Vehicle via other devices, say an Android Phone, using REST services.
>
> Regards
> Tulika Baranwal
>
>
>
> On Wed, Feb 26, 2014 at 10:23 PM, Jones, Brian J 
> wrote:
>
> Hi Tulika,
>
>
>
> What kind of remote API are you interested in?  And are you interested in
> native or web based APIs?  You can find the API references for Tizen on this
> page:
>
>
>
> https://developer.tizen.org/documentation/dev-guide/2.2.1
>
>
>
> Tizen IVI also supplies a remote media API to use DLNA called MediaServer,
> which lives in the wrt-plugins-ivi package.  Its web IDL file can be found
> there as well.
>
>
>
> Hope that helps answer your question.
>
>
>
> From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On
> Behalf Of Tulika Baranwal
> Sent: Tuesday, February 25, 2014 9:23 PM
> To: ivi@lists.tizen.org
> Subject: Remote APIs on Tizen IVI
>
>
>
> Hi
>
> Are there any kind of remote APIs provided on tizen IVI?
>
> Regards
> Tulika
>
>
>
>
> ___
> IVI mailing list
> IVI@lists.tizen.org
> https://lists.tizen.org/listinfo/ivi
>
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: Remote APIs on Tizen IVI

2014-02-27 Thread Jones, Brian J
Afraid I don't know of an API that supplies this functionality.  But perhaps 
someone else might have an idea of how to set up such a thing.

From: Tulika Baranwal [mailto:me.tul...@gmail.com]
Sent: Thursday, February 27, 2014 1:23 AM
To: Jones, Brian J
Subject: Re: Remote APIs on Tizen IVI

Hi

I am looking for Remote APIs through which I am able to access the features of 
Vehicle via other devices, say an Android Phone, using REST services.

Regards
Tulika Baranwal

On Wed, Feb 26, 2014 at 10:23 PM, Jones, Brian J 
mailto:brian.j.jo...@intel.com>> wrote:
Hi Tulika,

What kind of remote API are you interested in?  And are you interested in 
native or web based APIs?  You can find the API references for Tizen on this 
page:

https://developer.tizen.org/documentation/dev-guide/2.2.1

Tizen IVI also supplies a remote media API to use DLNA called MediaServer, 
which lives in the wrt-plugins-ivi package.  Its web IDL file can be found 
there as well.

Hope that helps answer your question.

From: ivi-boun...@lists.tizen.org 
[mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of Tulika Baranwal
Sent: Tuesday, February 25, 2014 9:23 PM
To: ivi@lists.tizen.org
Subject: Remote APIs on Tizen IVI

Hi

Are there any kind of remote APIs provided on tizen IVI?

Regards
Tulika

___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: PASS in the IVI profile ?

2014-02-27 Thread Abramski, Adam M
Hi Mark,

Just because a request for a component to be added to Tizen 3.0 is made only 
means that that component will be in the Tizen repo but it doesn’t mean it’ll 
make its way into the Tizen IVI image.  One of our architects for IVI watches 
closely what is included in the Tizen IVI image(s).

Hi Mark

The intentions of the IVI profile moving forward is to build a platform that 
address key use cases in the IVI space (not a surprise right ☺ ) and we try to 
use as many of the “common/core” components that span the various profiles like 
TV and Mobile with IVI but there are IVI specific components which make their 
way into the IVI profile as we identify.  So for instance we’ve enabled 
Ethernet AVB and the open source drivers and kernel patches so you could do 
Ethernet AVB with Tizen IVI.  Tizen Mobile doesn’t have this and there are 
several others.  And if you’re ever wondering about some or a decision made 
please call us out on it and ask the team.  The other thing you can do is start 
contributing to the project if you are particularly interested in a particular 
area that you want to see progress or move in a direction that you’d like to 
see ☺

What demise of the native fw are you  referring to?  The Tizen IVI profile from 
1.0 never included OSP if that’s what you’re referring to and I can probably 
find on the mailing list archive from a while back where the team has answered 
this question before.  So please clarify what you’re talking about.

More information which is kept pretty up to date for IVI: 
https://wiki.tizen.org/wiki/IVI and anyone can contribute to the wiki as well ☺

Hope this helps some.

Sincerely,
Adam

From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of Mark De Roussier
Sent: Thursday, February 27, 2014 8:28 AM
To: ivi@lists.tizen.org
Subject: PASS in the IVI profile ?

Hi folk,

I’ve noticed that PASS is due to be merged shortly :

https://bugs.tizen.org/jira/browse/PTF-12

Is PASS actually part of the IVI Profile ? If the question makes sense. I’m 
only wondering because the use case for aggressive power management seems 
weaker in an environment where you have several tens of ampere hours of battery 
capacity at 12v on tap.

I can kind-of infer that it’s not there ( at least not yet ) from not finding 
it in the M2 build logs, but  in general, what is the best way to find out if 
something is or is not a part of the IVI Profile ?  And particularly, to know 
what the intentions are for the IVI profile going forward ? The demise of the 
Native Framework in IVI was a surprise to some, including me, despite the fact 
that it was apparently determined long ago, and could be inferred from certain 
presentation slides. Where should I be looking for information on things like 
this ?

Cheers,
Mark


MARK DE ROUSSIER
Team Lead

Symphony Teleca
Sunley House, 46 Jewry Street, Winchester, Hampshire, SO23 8RY
Phone: +441962891219, Fax: +441962868867
mark.derouss...@symphonyteleca.com
www.symphonyteleca.com

Teleca Limited, a company registered in England & Wales, registration number 
2773878, registered office at Sunley House, 46 Jewry Street, Winchester, 
Hampshire SO23 8RY. VAT registration number GB 674 6583 90

Follow what's going on at Symphony Teleca's blog on 
www.symphonyteleca.com/blog. Please 
consider the environment before you print.

Notice to recipient: This e-mail (including any attachments) is meant for the 
intended recipient only, may contain confidential and proprietary information, 
and is protected by law. If you received this e-mail in error, please 
immediately notify the sender of the error by return e-mail, delete this 
communication and any attachments, and shred any printouts. Unauthorized 
review, use, dissemination, distribution, copying or taking of any action based 
on this communication is strictly prohibited.
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


PASS in the IVI profile ?

2014-02-27 Thread Mark De Roussier
Hi folk,

I’ve noticed that PASS is due to be merged shortly :

https://bugs.tizen.org/jira/browse/PTF-12

Is PASS actually part of the IVI Profile ? If the question makes sense. I’m 
only wondering because the use case for aggressive power management seems 
weaker in an environment where you have several tens of ampere hours of battery 
capacity at 12v on tap.

I can kind-of infer that it’s not there ( at least not yet ) from not finding 
it in the M2 build logs, but  in general, what is the best way to find out if 
something is or is not a part of the IVI Profile ?  And particularly, to know 
what the intentions are for the IVI profile going forward ? The demise of the 
Native Framework in IVI was a surprise to some, including me, despite the fact 
that it was apparently determined long ago, and could be inferred from certain 
presentation slides. Where should I be looking for information on things like 
this ?

Cheers,
Mark


MARK DE ROUSSIER
Team Lead

Symphony Teleca
Sunley House, 46 Jewry Street, Winchester, Hampshire, SO23 8RY
Phone: +441962891219, Fax: +441962868867
mark.derouss...@symphonyteleca.com
www.symphonyteleca.com

Teleca Limited, a company registered in England & Wales, registration number 
2773878, registered office at Sunley House, 46 Jewry Street, Winchester, 
Hampshire SO23 8RY. VAT registration number GB 674 6583 90

Follow what's going on at Symphony Teleca's blog on 
www.symphonyteleca.com/blog. Please 
consider the environment before you print.

Notice to recipient: This e-mail (including any attachments) is meant for the 
intended recipient only, may contain confidential and proprietary information, 
and is protected by law. If you received this e-mail in error, please 
immediately notify the sender of the error by return e-mail, delete this 
communication and any attachments, and shred any printouts. Unauthorized 
review, use, dissemination, distribution, copying or taking of any action based 
on this communication is strictly prohibited.

___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: Intel Bay Trail LPE audio and i2s drivers availability ?

2014-02-27 Thread Clark, Joel
There is an Intel team working on finishing an LPE driver for Baytrail and 
other SOC's.  When that is ready for the upstream kernel.org releases, we will 
pull it into the Tizen IVI builds. There are others versions of this driver 
that are being shipped with some Intel products with limited distribution. For 
the Tizen IVI images for Baytrail on download.tizen.org we want wait for the 
kernel.org version.

Regards
Joel


From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of Babu Balu
Sent: Wednesday, February 26, 2014 10:01 PM
To: ivi@lists.tizen.org
Subject: Intel Bay Trail LPE audio and i2s drivers availability ?

Hi,

Could you please confirm whether the LPE Audio Platform driver is  available 
for BayTrail, and any i2s codecs driver for the IVI






::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.

___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi