IRC logs for #automotive for Wednesday, 2019-04-24

*** AlisonChaiken has joined #automotive04:44
*** kbroulik has joined #automotive06:34
*** kooltux_ has joined #automotive07:51
*** toscalix has joined #automotive07:53
*** toscalix has quit IRC07:53
*** toscalix has joined #automotive07:54
*** leon-anavi has joined #automotive08:01
*** GuyElpotato has joined #automotive08:12
*** Tarnyko has joined #automotive08:41
*** [AD]Turbo has joined #automotive08:43
*** kbroulik_ has joined #automotive08:47
*** th3m1s has joined #automotive09:17
*** [AD]Turbo has left #automotive09:25
*** montjoie has quit IRC10:12
*** montjoie has joined #automotive10:13
*** skz81 has joined #automotive10:18
*** jani has quit IRC10:48
*** kooltux` has joined #automotive12:15
*** kooltux_ has quit IRC12:16
*** wildlander has quit IRC12:37
*** kooltux` has quit IRC12:50
GuyElpotatofury and smurray I come back to you to explain what I did about the mcp2515, I couldn't get the method you described to me to work. You suggested that I add the following line IMAGE_INSTALL_append = " overlays/mcp2515-can0.dtb"  to this file /meta-agl/meta-agl-bsp/conf/include/agl_raspberrypi3.inc . But when I build my image, bitbake displays an error that is as follows, No rule to make target13:12
GuyElpotato'arch/arm/boot/dts/overlays/mcp2515-can0.dtb'. So I couldn't make the mcp2515 work that way. So I cheated by taking the overlays/mcp2515 contained in raspbian and copied it into my /boot/overlays and then added the right things in /boot/config.txt so it could work. Everything seems to work with this method. But I don't find this method very clean x)13:12
*** th3m1s has quit IRC13:13
*** kooltux` has joined #automotive13:18
*** psilva has joined #automotive13:26
*** psnsilva has quit IRC13:29
*** francesco_kin has joined #automotive13:48
francesco_kinHi everybody. I have a dra7xxEVM5777 board and I downloaded the Grumpy Guppy 7.0.1 image. When it runs, I can't see anything about HVAC section, Radio doesn't work and other problems...how can I resolve the problem step by step?13:52
smurrayGuyElpotato: it was KERNEL_DEVICETREE_append = " overlays/mcp2515-can0.dtb", IMAGE_INSTALL_append definitely will not work13:55
smurrayfrancesco_kin: if you have the JAMR3 tuner board, that's currently not supported with the radio app13:57
GuyElpotatosmurray, yes sorry I used this one and it didn't work neither. I think I missed something13:57
*** psilva has quit IRC14:00
francesco_kinsmurray, yes I have JAMR3...and why in HVAC section I don't see anything?14:03
smurrayfrancesco_kin: I'll need more details on that, not sure I know what "don't see anything" means, exactly.  Does the hvac app fail to start?14:04
francesco_kinsmurray, I think so. I have the following error: audit: type=1701 audit(1556114791.689:7): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=User::App::hvac pid=1305 comm="hvac" exe="/var/local/lib/afm/applications/hvac/0.1/bin/hvac" sig=1114:07
smurrayfrancesco_kin: that indicates it crashed14:08
francesco_kinlaunching from command line "/var/local/lib/afm/applications/hvac/0.1/bin/hvac", it returns: Using Wayland-EGL14:10
francesco_kinwlpvr: PVR Services Initialised14:10
francesco_kinThis is not AGL binding application14:10
francesco_kin#### "/var/volatile/log" "/var/local/lib/afm/applications/hvac/0.1/bin"14:10
francesco_kinqrc:/HVAC.qml:37: ReferenceError: bindingAddress is not defined14:10
smurrayfrancesco_kin: that is not expected to work.  It uses the application framework, starting it needs to be done with either the systemd unit or the afm-util utility14:12
smurrayfrancesco_kin: the bindingAddress error is what I'd expect in that situation14:12
smurrayfrancesco_kin: it'd be something like "afm-util run hvac@1.0", though you'll likely need to get the exact hvac@X from the output of "afm-util list"14:13
smurrayGuyElpotato: try KERNEL_DEVICETREE_append = " overlays/mcp2515-can0-overlay.dtb", that works here14:14
francesco_kinsmurray, with afm-util run hvac@0.1, I have the same error14:15
smurrayfrancesco_kin: the sig=11?14:15
francesco_kinsmurray, yes14:15
smurrayfrancesco_kin: I'd expect that, to be honest14:16
smurrayfrancesco_kin: is there anything else in the journal logs before that line?14:16
francesco_kinsmurray, "1439", I think it is a PID14:17
smurrayfrancesco_kin: I meant prior lines, there should be a lot of output from the application framework when it starts14:17
francesco_kindra7xx-evm:~# afm-util run hvac@0.114:18
francesco_kin151114:18
francesco_kindra7xx-evm:~# [ 1384.251845] audit: type=1701 audit(1556115492.056:9): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=User::App::hvac pid=1521 comm="hvac" exe="/var/local/lib/afm/applications/hvac/0.1/bin/hvac" sig=1114:18
francesco_kinnothing else14:18
smurrayfrancesco_kin: I mean in the output of "journalctl"14:19
francesco_kinwhat can I use to copy and paste the output instead of chat? are there channel rules?14:22
francesco_kinhttps://paste.ofcode.org/FQpqmjwikXPRpTPgiVG4R214:22
smurrayfrancesco_kin: pastebin or the like14:22
smurrayfrancesco_kin: thanks.  Nothing really indicative of an error in there, it just core dumps from the looks of it.  Do other applications like dashboard work?14:24
francesco_kinno, even dashboard doesn't work14:25
smurrayfrancesco_kin: so no applications start?14:25
francesco_kinsmurray, in phone I see only "contacs", "recents" and "dialpad" (see the keyboard but tap on numbers doesn't work), in mediaplayer I see the play button but no songs in the playlist, navigation and poi  nothing (but I don't configure them), mixer nothing14:29
*** AlisonChaiken has quit IRC14:33
smurrayfrancesco_kin: when you say nothing, are they failing to start with the same sig=11?14:35
GuyElpotatosmurray my mistake ! I did it again and you are right it work !14:39
francesco_kinsmurray, yes, this is the output of dashboard https://paste.ofcode.org/ARRLhnQ9X8nn6w7D22vJXX14:40
GuyElpotatoThank you14:40
smurrayfrancesco_kin: that suggests something more fundamental is wrong, but I've no idea what.  I don't have a dra7xx board on hand to debug, so I suggest you open a JIRA issue14:41
smurrayGuyElpotato: no problem14:41
francesco_kinsmurray, thanks a lot!14:41
smurrayfrancesco_kin: no worries.  I know that Jan-simon (dl9pf in this channel) has one, perhaps he can try it14:44
francesco_kinsmurray, sorry but I am newbe about AGL...how I can contact an administrator to have a JIRA account?14:49
smurrayfrancesco_kin: it uses a Linux Foundation login, see "Register for accounts" on https://wiki.automotivelinux.org/start/getting-started14:50
smurrayfrancesco_kin: it'd be worthwhile adding one or both of those log excerpts that you pasted to the issue14:51
GuyElpotatoI have the same kind of behavior as you with my image on raspberry pi. When I click on the dashboard, navigation, I don't have anything displayed either. I thought it was a mistake on my part. I downloaded some applications that I was able to install. They appear on the screen but when I click on them nothing happens14:58
*** claneys has quit IRC15:23
*** claneys has joined #automotive15:26
*** th3m1s has joined #automotive15:28
*** leon-anavi has quit IRC15:45
*** kbroulik has quit IRC16:00
*** kooltux` has quit IRC16:01
*** toscalix has quit IRC16:41
*** AlisonChaiken has joined #automotive17:31
*** nate02 has quit IRC19:19
*** dl9pf1 has joined #automotive21:08
dl9pf1khilman: montjoie: https://jira.automotivelinux.org/browse/SPEC-234521:08
*** dl9pf1 has quit IRC21:18
*** psnsilva has joined #automotive21:40
*** dl9pf_ has joined #automotive21:52
*** dl9pf_ has quit IRC21:53
*** dl9pf has quit IRC21:53
*** ToxicGumbo-work has quit IRC21:57
*** dl9pf has joined #automotive22:03
*** AlisonChaiken has quit IRC22:16

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!