[casper] Fwd: mlib_devel

2013-01-04 Thread Jason Manley
Hi Arturo Yeah, that used to work on my older versions of Matlab. But it seems that the new versions of Matlab (I'm on 2012b) don't tag these warnings with an ID anymore, so disabling the Simulink:SL_SaveWithParameterizedLinks_Warning and Simulink:SL_LoadMdlParameterizedLink warnings have no

Re: [casper] IIC on R2, again...

2013-01-04 Thread Alec Rust
Hi John, looks like the kernel was not compiled for i2c device support, Marc reads the values directly from the /sys directory. So to get the I2C sensor values just telnet to port 7147 and use ?list-sensors and ?sensor-value sensorname. Do you want to manipulate the i2c devices using the dev

Re: [casper] tcpborphserver2 question

2013-01-04 Thread Tom Kuiper
On 01/02/2013 10:12 PM, Jason Manley wrote: No, you should be able to just do the new progdev. If you do want to explicitly deprogram, do progdev with a null string argument: fpga.progdev(None) or fpga.progdev(''). fpga.stop() kills katcp comms (used for link teardown before exiting your

Re: [casper] tcpborphserver2 question

2013-01-04 Thread Jason Manley
I had an error in the boffile name but the only clue was that ping() failed. Oh yeah, I recall there was a version of tcpborphserver2 that erroneously reported a successful programming even when it had failed. myfpga.program(myboffile.bof) is supposed to throw an exception if programming