sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
<rjo> bb-m-labs: force build --props=package=artiq-board,artiq_target=kasli,artiq_variant=suservo artiq-board
<bb-m-labs> The build has been queued, I'll give a shout when it starts
<bb-m-labs> build #1491 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1491
<bb-m-labs> build forced [ETA 41m17s]
<bb-m-labs> I'll give a shout when the build finishes
<bb-m-labs> build #1492 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1492
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #996: What do you mean by no longer working? https://github.com/m-labs/artiq/issues/996#issuecomment-387254265
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #996: I just tested the RTM hardware and it works fine. Are you using the wrong USB port? You need ``ftdi_location 3:10`` at the moment. https://github.com/m-labs/artiq/issues/996#issuecomment-387254977
<GitHub62> [smoltcp] dlrobertson closed issue #3: IPv6 https://github.com/m-labs/smoltcp/issues/3
<GitHub118> [smoltcp] dlrobertson commented on issue #3: Basic on-link IPv6 support is added in #196. Any subsequent bugs or feature requrests for IPv6 should be filed as separate issues. https://github.com/m-labs/smoltcp/issues/3#issuecomment-387269546
mumptai_ has joined #m-labs
mumptai has quit [Ping timeout: 256 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Client Quit]
<GitHub146> [smoltcp] pothos closed issue #199: Stalled TCP connection because window update is not announced after reading https://github.com/m-labs/smoltcp/issues/199
rohitksingh_work has joined #m-labs
<GitHub-m-labs> [artiq] enjoy-digital commented on issue #996: OK then i'll retry on Wednesday, i was using 3:10, it was working correctly but then stopped.... https://github.com/m-labs/artiq/issues/996#issuecomment-387276820
mumptai_ has quit [Remote host closed the connection]
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #996: What was the error? https://github.com/m-labs/artiq/issues/996#issuecomment-387299150
rohitksingh_work has quit [Read error: Connection reset by peer]
rohitksingh has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
bb-m-labs has quit [Ping timeout: 240 seconds]
bb-m-labs has joined #m-labs
rohitksingh has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
rohitksingh1 has joined #m-labs
rohitksingh1 has quit [Quit: Leaving.]
marmelada has joined #m-labs
<marmelada> hey, do you know if liteeth has linux driver and what is its state?
marmelada has quit [Ping timeout: 260 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Read error: Connection reset by peer]
rohitksingh has joined #m-labs
marmelada has joined #m-labs
<GitHub-m-labs> [artiq] sbourdeauducq closed issue #996: serwb breaks when AMC bitstream is built with SAWG https://github.com/m-labs/artiq/issues/996
<sb0> marmelada, afaik there isn't. are you trying to run linux on misoc?
<marmelada> not me, but I'm trying to convince company I work in to use liteeth instead of temac
<marmelada> they have misoc up and running and liteeth works for them, but they may also want to have liteeth + microblaze (or just run linux on zynq)
<GitHub189> [smoltcp] dlrobertson opened issue #202: socket: accepts function does not need the entire IpRepr https://github.com/m-labs/smoltcp/issues/202
hartytp has joined #m-labs
<GitHub28> [smoltcp] dlrobertson opened pull request #203: cargo: autodiscover should be off for examples (master...explicit-example) https://github.com/m-labs/smoltcp/pull/203
<hartytp> marmelada: one thing I'd really like to see is proper fuzzing of liteeth
<hartytp> it seems pretty good, but I'd be more confident using it if it were better tested (like smoltcp)
<hartytp> marmelada: do you have any info on how testing on booster is going?
<hartytp> we really need it asap
<hartytp> do you know if Greg/Maciej/Tomek were able to reproduce the issues I've seen?
<hartytp> (could you give a nudge to make sure that's all happening?)
<hartytp> thanks!
kyak has quit []
kyak has joined #m-labs
kyak has joined #m-labs
<marmelada> hartytp: Maciej is testing it right now
<sb0> marmelada, great!
<marmelada> is serwb still failing on latest artiq or is something wrong with my board?
rohitksingh has quit [Ping timeout: 248 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Read error: No route to host]
rohitksingh1 has joined #m-labs
rohitksingh1 has quit [Read error: Connection reset by peer]
rohitksingh has joined #m-labs
<GitHub132> [smoltcp] whitequark commented on issue #202: Is this a problem? We already have the `IpRepr`. https://github.com/m-labs/smoltcp/issues/202#issuecomment-387439119
<GitHub41> [smoltcp] whitequark pushed 1 new commit to master: https://github.com/m-labs/smoltcp/commit/4397004267507fa18a91e86de3a6d7de40c638e5
<GitHub41> smoltcp/master 4397004 Dan Robertson: cargo: autodiscover should be off for examples...
<GitHub9> [smoltcp] whitequark closed pull request #203: cargo: autodiscover should be off for examples (master...explicit-example) https://github.com/m-labs/smoltcp/pull/203
<rjo> marmelada: #996 ?
<GitHub118> [smoltcp] dlrobertson commented on issue #202: It isn't really a problem. I was primarily thinking of this as unused information. In particular I was thinking about the case where the packet is something like IPv6 > Hop-by-Hop > UDP. In this case the UDP socket `accepts` function will accept the `IpRepr` with a `next_header` value of Hop-by-Hop, but obviously `repr` would be a `UdpRepr`. https://github.com/m-lab
rohitksingh has quit [Remote host closed the connection]
<travis-ci> m-labs/smoltcp#900 (master - 4397004 : Dan Robertson): The build passed.
rohitksingh has joined #m-labs
<GitHub126> [smoltcp] whitequark commented on issue #202: Yeah, that check is already done in EthernetInterface, so I didn't add it to `accepts` as redundant. We may add it for completeness, although it feels a bit pointless. https://github.com/m-labs/smoltcp/issues/202#issuecomment-387454196
rohitksingh has quit [Quit: Leaving.]
rohitksingh has joined #m-labs
rohitksingh has quit [Client Quit]
rohitksingh has joined #m-labs
<sb0> marmelada, shouldn't fail. what error are you getting?
rohitksingh has quit [Quit: Leaving.]
[X-Scale] has joined #m-labs
stekern has quit [Remote host closed the connection]
stekern has joined #m-labs
X-Scale has quit [Ping timeout: 264 seconds]
[X-Scale] is now known as X-Scale
<marmelada> sb0: initialisation failed
<marmelada> I'll post more details tommorow
<marmelada> right now I'm pulling my hair out bc of kasli
<marmelada> on my modified suservo artiq is in rolling reboot state, it reboots after "si5324 is locked" info
<marmelada> (and si5324 led is lit)
<marmelada> curiously on opticlock it does not happen
<marmelada> and on opticlock software and my suservo gateware it does not happen either