**** BEGIN LOGGING AT Wed Feb 06 02:59:58 2013 Feb 06 11:09:53 Hi, I am trying to boot eCos on FreeRunner. For now I can boot an ELF binary usin U-boot console but I need to get feedback from eCos, from the screen or from the USB serial channel. Any hints? Which is the source code that I can use to implement such functionalities? Feb 06 11:19:40 txor: eCos? Feb 06 11:57:05 i guess it's this, http://en.wikipedia.org/wiki/ECos Feb 06 12:54:12 yes it is. Feb 06 13:00:30 The most important thig I want is to connect GDB to eCos, the debuging board is OS transparent? I mean that if the OS needs USB drivers to use the serial connection. Feb 06 17:24:19 Any news about how to properly get messages via SMS with Calypso without buffering on SIM? Feb 06 18:48:48 morphis: http://trac.freesmartphone.org/ticket/689#comment:16 the mistery seem to be solved Feb 06 18:49:15 PaulFertser: really nice Feb 06 18:49:15 Now it's time to implement something that would allow your generic mechanism to work on calypso properly. Feb 06 18:50:26 PaulFertser: yeah, maybe a little config override option to disable CNMA Feb 06 18:50:44 morphis: no, i do not want to disable CNMA, i want to have them working always. Feb 06 18:50:46 or said: to set ack_supported = true Feb 06 18:51:13 morphis: i suspect your generic messages-enabling commands are executed too early, when calypso is not ready yet. Feb 06 18:51:48 If that is fixed, plus +CNMA is sent on the "urc" channel, it'll work out of the box fully and properly. I hope. Feb 06 18:55:04 I wonder how the hell my earlier logs show +CNMA always failing but calypso still not caring and continuing with +CMTs... Feb 06 18:55:28 Patch for the calypso part sent. Feb 06 19:05:04 morphis: fyi: 2010-05-14T05:47:52.297046Z [INFO] libfsotransport <0710:2>: SRC: "+CSMS=1" -> [ "+CMS ERROR: 314" ] Feb 06 19:05:20 i.e. it never worked the way fsogsmd expected Feb 06 19:05:35 But 314 means "not ready", i guess that means yet. Feb 06 19:22:29 morphis: i'd expect something like http://paste.debian.net/232276/ but i haven't tested it yet (compiling is so slow...) and also i do not know the architecture enough to tell if that's a good thing to do. Feb 06 19:22:54 I also do not know if it'll call the proper overriden method of the child class. Feb 06 20:05:44 morphis: (seem to work as expected, but!) 2013-02-06T19:55:17.178512Z [DEBUG] libfsotransport <0710:2>: SRC: "+CNMI=?" -> [ "+CNMI: (0-2),(0-3),(0,2),(0,1),(0,1)", "OK" ] 2013-02-06T19:55:17.190299Z [CRITICAL] fsogsmd : GLib <>: fso_gsm_at_sms_handler_choose_from_preference: assertion `supported != NULL' failed Feb 06 20:06:49 morphis: please fix it, there's serious Vala magic involved in parsing lists and here're ranges. Feb 06 20:15:28 Well, not serious magic but it just need to be told how to handle ranges. Feb 06 20:26:16 I agree to do it myself tomorrow but please fix the segfaults i discovered earlier ;) **** ENDING LOGGING AT Thu Feb 07 02:59:58 2013