1. 20 Nov, 2014 1 commit
  2. 19 Nov, 2014 13 commits
  3. 18 Nov, 2014 4 commits
  4. 13 Nov, 2014 2 commits
  5. 17 Oct, 2014 16 commits
  6. 16 Oct, 2014 2 commits
    • Alessandro Rubini's avatar
      boot procedure: use non-blocking write to /dev/ttyGS0 · 16d93070
      Alessandro Rubini authored
      If the usb cable is disconnected, any write to /dev/ttyGS0 goes to a
      buffer until it fills. Then, any further write will block. This means
      the messages towards the user ("uncompressing filesystem... done" etc)
      caused the update procedure to stop.
      
      This fixes the problem by using non-blocking write for the messages:
      if nobody`s reading the messages are just discarded by the kernel.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      16d93070
    • Alessandro Rubini's avatar
      Merge branch 'fix-ppsi' · acc26834
      Alessandro Rubini authored
      A "cleanup" commit in ppsi lost one step, and we were missing calibration
      deltas. This fixes it
      acc26834
  7. 14 Oct, 2014 2 commits
    • Grzegorz Daniluk's avatar
      ppsi update, fix delta Tx/Rx readout · 359df1c6
      Grzegorz Daniluk authored
      359df1c6
    • Alessandro Rubini's avatar
      bug fix: wrs_version: print errors to stderr not stdout · e192d214
      Alessandro Rubini authored
      Without this, the upgrade procedure from v4.0 failed to preserve
      the mac address. This fixes the bug which is explained here below.
      
      What happened is that the new filesystem (v4.1) returns UNKNOWN as
      fpga type, because no hwinfo is there.  This UNKNOWN should be turned
      into the default type LX240T, so the fpga is programmed and everything
      proceeds.
      
      However, "UNKNOWN" is intermixed with the (expected) error message,
      so no LX240T is selected and loading fpga fails.
      
      Later, "ifconifg wr0" fails to retrieve the mac address, because no
      WR drivers are running, and the generation of hwinfo fails as well.
      As a result, after the second reboot (see user manual) there MAC
      address for WR interfaces was not preserved.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      e192d214