Hello >> Marc has modified tcpborphserver3 to work with normal 8 bit writes now. >> Please get the latest one here: https://github.com/ska-sa/roach2_nfs_uboot >> (the files are in "boot"). If you are running a NFS just copy the file to >> nfs_path/usr/local/sbin > > For those of us who like to build from source, have all the tcpborphserver3 > updates been pushed to the source code repository > (git://github.com/ska-sa/katcp_devel.git)?
Yes. As mentioned previously, it would be nice to have an extra pair of eyes look over the write_cmd function, in case my logic still isn't quite correct. > Is there any setup here that could be used with both rev1 and rev2 roach2s? > I have a netboot filesystem that I would like to use for both rev1 and rev2 > boards. Yes. Create two init files with different limits, then start tcpborphserver3 with the correct startup file depending on the mac address (which encodes the board revision). Some combination involving ifconfig and grep should allow you to distinguish between the two. regards marc

