<mtrbot-ml>
[mattermost] <alexist> But ethernet connection does not work well.
zng has joined #m-labs
<mtrbot-ml>
[mattermost] <alexist> it shows only 'connecting' and 'connection failed' at ubuntu network setting
<mtrbot-ml>
[mattermost] <alexist> Although I ran 'artiq_mkfs flash_storage.img -s mac 00:0A:35:02:A1:DF -s ip 192.168.1.50', 'ping' does not work.
<mtrbot-ml>
[mattermost] <alexist> Also, I tried to set FPGA's IP with'$ sudo ifconfig enp3s0 192.168.1.50', but it also doesn't work('ping' return flag even FPGA is disconnected with PC).
<mtrbot-ml>
[mattermost] <alexist> I reinstalled Ubuntu's network driver(r8169 to r8168), but it still doesn't work.
<mtrbot-ml>
[mattermost] <alexist> Should I connect another cable( e.g. UART or SFP) or need more some setting?
<mtrbot-ml>
[mattermost] <alexist> In addition, I’m using Ubuntu 18.04 LTS OS!
m4ssi has quit [Read error: Connection reset by peer]
massi_ has quit [Read error: Connection reset by peer]
m4ssi has joined #m-labs
m4ssi has quit [Read error: Connection reset by peer]
m4ssi has joined #m-labs
<mtrbot-ml>
[mattermost] <sb10q> @alexist check UART output to see if the kc705 boots
<mtrbot-ml>
[mattermost] <sb10q> @alexist and you should study how TCP/IP networking works. it is incorrect to set the same IP on KC705 and computer. try setting up a manual network connection between two Linux PCs first, and once you understand how this works move to the KC705
<mtrbot-ml>
[mattermost] <alexist> Thanks for advise! I should study TCP/IP networking right now😀
rohitksingh has quit [Ping timeout: 248 seconds]
_whitelogger has joined #m-labs
lkcl has joined #m-labs
lkcl has quit [Read error: Connection reset by peer]
<rjo>
dpn: We just comission the ftdi with a serial number corresponding to the eeprom mac and then use the physical topology (/dev/serial/by-path) or the stable semantic names (/dev/serial/by-id). Both have stable names also per-interface. and completely resolve this.
lkcl has joined #m-labs
<rjo>
also no need to install and maintain udev rules, freely transfers to other systems without overhead.
_whitelogger has joined #m-labs
lkcl has quit [Read error: Connection reset by peer]
X-Scale` has joined #m-labs
lkcl has joined #m-labs
X-Scale has quit [Ping timeout: 260 seconds]
X-Scale` is now known as X-Scale
m4ssi has quit [Remote host closed the connection]
X-Scale` has joined #m-labs
X-Scale has quit [Ping timeout: 260 seconds]
X-Scale` is now known as X-Scale
lkcl has quit [Read error: Connection reset by peer]
lkcl has joined #m-labs
lkcl has quit [Read error: Connection reset by peer]
<mtrbot-ml>
[mattermost] <sb10q> rjo: how does this help with differentiating between the interfaces withing the same FTDI chip?
lkcl has joined #m-labs
lkcl has quit [Read error: Connection reset by peer]
mumptai has joined #m-labs
mauz555 has joined #m-labs
<rjo>
you get four different and stable names for the four interfaces. you just use them.
mauz555 has quit []
lkcl has joined #m-labs
lkcl has quit [Read error: Connection reset by peer]
<mtrbot-ml>
[mattermost] <sb10q> @astro have you tried running Chris' artiq-zynq demo?
<mtrbot-ml>
[mattermost] <sb10q> rjo: but this isn't because of the serial number, is it?
<rjo>
If the serial number is not unique then the by-id devices collide.
<rjo>
Using unique serials allows you to not have to rely on fixed bus topology.
lkcl has joined #m-labs
lkcl has quit [Read error: Connection reset by peer]
rohitksingh has quit [Ping timeout: 240 seconds]
<mtrbot-ml>
[mattermost] <astro> ok, I think I now understand how to use `AutoCSR` in migen. it works nicely on the cora.
<mtrbot-ml>
[mattermost] <astro> @sb10q where would you like PRs for the zynq targets? they introduce a dependency on migen-axi - better there instead of migen?
lkcl has joined #m-labs
lkcl has quit [Read error: Connection reset by peer]
rohitksingh has joined #m-labs
lkcl has joined #m-labs
<mtrbot-ml>
[mattermost] <astro> ah, it was migen-axi in the task description...