Difference between revisions of "Microzed issues"

From ElphelWiki
Jump to: navigation, search
(Created page with "==Issues== * UART <font size='2'> timeout=0 rxfifo_level=56, should be timeout=10 rxfifo_level=56 <b>Description:</b> minicom prints 56 symbols at a time when rxfifo r...")
 
Line 5: Line 5:
 
  <b>Description:</b>
 
  <b>Description:</b>
 
     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
 
  <b>Possible reason:</b>
 
  <b>Possible reason:</b>
 
     In driver .startup and .termios conflict?
 
     In driver .startup and .termios conflict?
 +
</font>
 +
 +
* SSH terminal
 +
<font size='2'>
 +
    timeout=0 rxfifo_level=56, should be timeout=10 rxfifo_level=56
 +
<b>Description:</b>
 +
    Freezes, lags but remembers all typed symbols
 +
<b>Possible reason:</b>
 +
    UART problem?
 
</font>
 
</font>

Revision as of 19:16, 18 February 2016

Issues

  • 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
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?