2009-06-09 11:11:59 general debug question
Nikolay Chokoev (IRELAND)
Message: 75406
Hi,
I have a BF527 based board with only RS232 console. I need to start an application and during the execution to use the same console (for 'top' or 'free' for example).
How can I run the application and to have the console free at the same time?
Regards,
Nikolay
QuoteReplyEditDelete
2009-06-09 16:16:23 Re: general debug question
Mike Frysinger (UNITED STATES)
Message: 75413
use ppp to create a serial network:
docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:ppp
QuoteReplyEditDelete
2009-06-09 21:25:24 Re: general debug question
Frank Van Hooft (CANADA)
Message: 75418
Call your application with an "&" symbol at the end.
Read this: lowfatlinux.com/linux-processes.html