How to get serial port connection to Neo Freerunner?

2011-03-29 Thread Dave Schmidt
Hello everyone,

I have my Freerunner connected to the PC via USB cable. SSH terminal is open.

I want to access the phone via serial interface (to flash osmocombb firmware).
Could/should the same usb cable be used for that? I have 
created a node (mknod /dev/ttyUSB0 c 188 0) and inserted module
(modprobe usbserial) on the PC, but usbserial does not find any device.
The report is only:

usbcore: registered new interface driver usbserial
USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core

What am I missing?

Thanks a lot,

D.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: How to get serial port connection to Neo Freerunner?

2011-03-29 Thread Joachim Ott
On 29 March 2011 11:55, Dave Schmidt dvs...@gmx.com wrote:
 Hello everyone,

 I have my Freerunner connected to the PC via USB cable. SSH terminal is open.

 I want to access the phone via serial interface (to flash osmocombb firmware).
 Could/should the same usb cable be used for that? I have
 created a node (mknod /dev/ttyUSB0 c 188 0) and inserted module
 (modprobe usbserial) on the PC, but usbserial does not find any device.
 The report is only:

 usbcore: registered new interface driver usbserial
 USB Serial support registered for generic
 usbcore: registered new interface driver usbserial_generic
 usbserial: USB Serial Driver core

Flashing GSM firmware is a bit more difficult on the FR, see
http://wiki.openmoko.org/wiki/GSM/Flashing section Manual Update.
Maybe you ask other people at osmocombb if and how they did their
firmware upgrade on the FR.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


RE: How to get serial port connection to Neo Freerunner?

2011-03-29 Thread Dave Schmidt
 From: Dave Schmidt
[...]
 I have 
 created a node (mknod /dev/ttyUSB0 c 188 0) and inserted module
 (modprobe usbserial) on the PC, but usbserial does not find any device.
 The report is only:
 
 usbcore: registered new interface driver usbserial
 USB Serial support registered for generic
 usbcore: registered new interface driver usbserial_generic
 usbserial: USB Serial Driver core
 
 What am I missing?

Answer found, sorry for doing it only AFTER posting :) 
I am (was) missing the debug board and 

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


RE: How to get serial port connection to Neo Freerunner? / SOLVED

2011-03-29 Thread Dave Schmidt
...and sorry for not being able to send email neither,

 Answer found, sorry for doing it only AFTER posting :) 
 I am (was) missing the debug board and
and ftdi_sio module.

After doing

sudo rmmod ftdi_sio
sudo modprobe ftdi_sio vendor=0x1457 product=0x5118 

the debugging board is recognized:

ftdi_sio 2-2.1:1.1: FTDI USB Serial Device converter detected
usb 2-2.1: Detected FT2232C
usb 2-2.1: Number of endpoints 2
usb 2-2.1: Endpoint 1 MaxPacketSize 64
usb 2-2.1: Endpoint 2 MaxPacketSize 64
usb 2-2.1: Setting MaxPacketSize 64
usb 2-2.1: FTDI USB Serial Device converter now attached to ttyUSB0

Thanks for patience! :)

D.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: How to get serial port connection to Neo Freerunner? / SOLVED

2011-03-29 Thread Al Johnson
Am I right in thinking you're using the debug board to get a serial port level 
shifted to 3.3V, and connecting that to the Calypso serial interface through 
the headset jack? 

On Tuesday 29 March 2011, Dave Schmidt wrote:
 ...and sorry for not being able to send email neither,
 
  Answer found, sorry for doing it only AFTER posting :)
  I am (was) missing the debug board and
 
 and ftdi_sio module.
 
 After doing
 
 sudo rmmod ftdi_sio
 sudo modprobe ftdi_sio vendor=0x1457 product=0x5118
 
 the debugging board is recognized:
 
 ftdi_sio 2-2.1:1.1: FTDI USB Serial Device converter detected
 usb 2-2.1: Detected FT2232C
 usb 2-2.1: Number of endpoints 2
 usb 2-2.1: Endpoint 1 MaxPacketSize 64
 usb 2-2.1: Endpoint 2 MaxPacketSize 64
 usb 2-2.1: Setting MaxPacketSize 64
 usb 2-2.1: FTDI USB Serial Device converter now attached to ttyUSB0
 
 Thanks for patience! :)
 
 D.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support