Microzed issues: Difference between revisions

From ElphelWiki
Jump to navigation Jump to search
Oleg (talk | contribs)
No edit summary
Oleg (talk | contribs)
No edit summary
Line 6: Line 6:
     minicom prints 56 symbols at a time when rxfifo reaches its level.
     minicom prints 56 symbols at a time when rxfifo reaches its level.
     remembers all typed symbols
     remembers all typed symbols
    sometimes the timeout register is set correctly
  <b>Possible reason:</b>
  <b>Possible reason:</b>
     In driver .startup and .termios conflict?
     In driver .startup and .termios conflict?

Revision as of 02:17, 19 February 2016

List

  • UART

    timeout=0 rxfifo_level=56, should be timeout=10 rxfifo_level=56
Description:
    minicom prints 56 symbols at a time when rxfifo reaches its level.
    remembers all typed symbols
    sometimes the timeout register is set correctly
Possible reason:
    In driver .startup and .termios conflict?

  • SSH terminal

    timeout=0 rxfifo_level=56, should be timeout=10 rxfifo_level=56
Description:
    Freezes, lags but remembers all typed symbols
Possible reason:
    UART problem?