You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release is a minor update that fixes bugs and addresses minor performance issues.
Upgrading from the 2.1.0 release
Code written for the 2.1.0 release should work unmodified. Bitfiles should be recompiled to ensure that they use the latest version of cpci_bus which fixes an issue where register writes may be missed when performing a series of back-to-back writes.
Full change log
Improvements
Increase DMA performance (bigger buffers to prevent stalls)
SCONE builds correctly on more systems (removed dependence on /usr/lib/libnet.a)
Allow rkd to build under Ubuntu 10.04 (issue reported by gcarvajalb on the forums)
Bug fixes
Some register writes were missed when doing back-to-back writes (a buffer full signal was asserted too late)