Picocom

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(broach picocom)
 
(catchg)
Line 37: Line 37:
 
  ...
 
  ...
 
[[Category: System Developers]]
 
[[Category: System Developers]]
[[Category: USB]]
+
[[Category:USB software]]

Revision as of 07:33, 18 July 2009

An alternative to NeoCon for connection to one's phone is Picocom.

root@desktop# apt-get install picocom
holmes@desktop$ picocom /dev/ttyACM0
picocom v1.4
port is        : /dev/ttyACM0
flowcontrol    : none
baudrate is    : 9600
parity is      : none
databits are   : 8
escape is      : C-a
noinit is      : no
noreset is     : no
nolock is      : no
send_cmd is    : ascii_xfr -s -v -l10
receive_cmd is : rz -vv
Terminal ready
In:    usbtty
Out:   usbtty
Err:   usbtty
PCB rev: 0x001
Power: 1000mA
switching led 2 0
switching led 2 1
switching led 2 0
DEVICE_CONFIGURED: 1
## Executing script at 18050100
mtdparts mtdparts=physmap-flash:-(nor);neo1973-nand:0x00040000(u-boot),0x00040000(u-boot_env),0x00800000(kernel),0x000a0000(splash),0x00040000(factory),0x0f6a0000(rootfs)
READY.
GTA02v6 # help
help
?       - alias for 'help'
askenv  - get environment variables from stdin
autoscr - run script from memory
...
Personal tools

An alternative to NeoCon for connection to one's phone is Picocom.

root@desktop# apt-get install picocom
holmes@desktop$ picocom /dev/ttyACM0
picocom v1.4
port is        : /dev/ttyACM0
flowcontrol    : none
baudrate is    : 9600
parity is      : none
databits are   : 8
escape is      : C-a
noinit is      : no
noreset is     : no
nolock is      : no
send_cmd is    : ascii_xfr -s -v -l10
receive_cmd is : rz -vv
Terminal ready
In:    usbtty
Out:   usbtty
Err:   usbtty
PCB rev: 0x001
Power: 1000mA
switching led 2 0
switching led 2 1
switching led 2 0
DEVICE_CONFIGURED: 1
## Executing script at 18050100
mtdparts mtdparts=physmap-flash:-(nor);neo1973-nand:0x00040000(u-boot),0x00040000(u-boot_env),0x00800000(kernel),0x000a0000(splash),0x00040000(factory),0x0f6a0000(rootfs)
READY.
GTA02v6 # help
help
?       - alias for 'help'
askenv  - get environment variables from stdin
autoscr - run script from memory
...