| 92 | == Regression testing == |
| 93 | Connecting the SATA feedback loop seems to prevent the test from loading correctly, throwing the following error: |
| 94 | {{{ |
| 95 | [root@localhost ~]# /root/NF2/lib/C/download/nf2_download ~/NF2/bitfiles/selftest.bit |
| 96 | Found net device: nf2c0 |
| 97 | Bit file built from: nf2_top_par.ncd |
| 98 | Part: 2vp50ff1152 |
| 99 | Date: 2008/ 7/21 |
| 100 | Time: 17: 0:39 |
| 101 | After resetting Programming interface, expected status to be 1 (FIFO empty). |
| 102 | However status & 0x102 is 0x102 |
| 103 | |
| 104 | Fatal Error, exiting... |
| 105 | }}} |
| 106 | |
| 107 | In addition, the Ethernet cables used for the cross-connection should be crossover, not straight through. Once the SATA cable was removed, and the test run with the command |
| 108 | {{{ |
| 109 | ~/NF2/projects/selftest/sw/selftest -n |
| 110 | }}} |
| 111 | the proper output was returned. |