Andrew Rowley

Results 101 comments of Andrew Rowley

Looks so conflicted this would need redoing!

Do we have a number for how long a power command takes which we could then use to say how big the queue would need to be to not overflow...

Hmm, yes, if the delay is going to cause other issues, that wouldn't help I guess. Without knowing the BMP code, is it possible to split up the receiving and...

I guess even splitting up the 3 FPGA writes into 3 separate steps might then help. These could then be further broken down if this still causes an issue and...

An additional thought is that we should also have a counter for external multicast default routed packets. This can then be used to detect errors i.e. if my routing table...

It is worth noting that you can already do this - you don't have to keep the initial values. The only issue is that this has to be set up...

I would suggest that our software just writes those that it wants and tells the user which ones it doesn't use; it would then be up to the user to...

Running ```make install``` currently fails in Ubuntu (on Windows) with: ``` Makefile:28: recipe for target 'install' failed make: *** [install] Error 1 ``` It isn't clear what went wrong, but...

Quick additional check; if I set ```$SPINN_DIRS``` before make, make fails: ``` make[1]: Entering directory '/mnt/c/Users/zzalsar4/git/spinnaker_tools/sark' make[1]: *** No rule to make target '/home/zzalsar4/test_dir//include/spinnaker.h', needed by '../build/gnu/spinnaker.gas'. Stop. make[1]: Leaving...

I can add that I don't think the issues are the same. I get this behaviour and thought it was hibernate / standby / restore related but was on a...