2009-02-19 10:34:58 problem with picocom
abhrajit datta (INDIA)
Message: 69641
Hi,
I am trying to use picocom to transfer files from.
I use the following
root:/> picocom --send-cmd "sz -vv" --receive-cmd "rz -vv" -b 57600 /dev/tty0
picocom v1.4
port is : /dev/tty0
flowcontrol : none
baudrate is : 57600
parity is : none
databits are : 8
escape is : C-a
noinit is : no
noreset is : no
nolock is : no
send_cmd is : sz -vv
receive_cmd is : rz -vv
Terminal ready
*** file: c:\Documents and settings\m1007679\Desktop\u-boot.bin
*** cannot fork: Function not implemented
Please help me with this error.
Thanks
Abhri
QuoteReplyEditDelete
2009-02-19 13:22:35 Re: problem with picocom
Mike Frysinger (UNITED STATES)
Message: 69652
sending to /dev/tty0 doesnt make any sense
ignoring that, you'll probably need to edit picocom.c and change the fork() to vfork()
QuoteReplyEditDelete
2009-02-20 08:16:40 Re: problem with picocom
abhrajit datta (INDIA)
Message: 69691
Thanks Mike,
replacing fork() with vfork() works and i changed ttyo to ttyBF0