[Bug 812] "neo1973 gsm version" command does not respond

bugzilla-daemon at bugzilla.openmoko.org bugzilla-daemon at bugzilla.openmoko.org
Mon Jan 7 00:54:37 CET 2008


http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=812





------- Additional Comments From mail at mmontour.net  2008-01-07 00:54 -------
Part of the problem is that gsmver.c now contains a while() loop that will never
exit (as of svn 3184):

	while (1) {
		if (dev->tstc()) {
			i = dev->getc();
			putc(i);
			/* FIXME: should we just dump straightforward
			 * version string such as "moko1" or "moko4"?
			 */
			if (i == '\n' || i == '\r')
				continue;
		}
	}

However there is also some other problem because I do not see any response from
the modem (it hangs after printing "GSM Firmware Version:", as shown in the
first comment). I can execute the "AT+CGMR" command manually through the terminal. 

My versions:
U-Boot 1.3.1+git20080106+svnr3776 (Jan  6 2008 - 15:22:25)
+CGMR: "HW: GTA01Bv4, GSM: gsm_ac_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0-Moko1"




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the buglog mailing list