<mtrbot-ml>
[mattermost] <sb10q> @astro is zc706/build.rs still used?
<mtrbot-ml>
[mattermost] <sb10q> thanks for fixing the build
<mtrbot-ml>
[mattermost] <sb10q> @astro you have not tried running code from the DDR yet, correct?
<mtrbot-ml>
[mattermost] <sb10q> only OCM?
mauz555 has quit [Remote host closed the connection]
mauz555 has joined #m-labs
ChanServ has quit [shutting down]
ChanServ has joined #m-labs
ChanServ has quit [*.net *.split]
ChanServ has joined #m-labs
acathla has quit [Changing host]
acathla has joined #m-labs
adamgreig is now known as agg
<mtrbot-ml>
[mattermost] <sb10q> @astro why does println! sends two carriage-return to the UART instead of one?
<mtrbot-ml>
[mattermost] <sb10q> @astro why does println! send two carriage-returns to the UART instead of one?
<mtrbot-ml>
[mattermost] <sb10q> @astro what is the purpose of the call to libboard_zynq::stdio::drop_uart on zc706 in experiments/main.rs?
<mtrbot-ml>
[mattermost] <sb10q> @astro you probably guessed it, but we need to use sockets and the mailbox at the same time
<mtrbot-ml>
[mattermost] <sb10q> so Sockets::run() as main loop seems inappropriate
proteusguy has quit [Ping timeout: 260 seconds]
proteus-guy has quit [Ping timeout: 265 seconds]
<mtrbot-ml>
[mattermost] <sb10q> "eth: got Link { speed: S1000, duplex: Half }" << why does it say "duplex: Half"?
proteus-guy has joined #m-labs
proteusguy has joined #m-labs
mauz555 has quit []
ohsix has quit [Read error: Connection reset by peer]
ohsix has joined #m-labs
cr1901_modern has quit [Read error: Connection reset by peer]
cr1901_modern has joined #m-labs
<mtrbot-ml>
[mattermost] <astro> the uart driver is lazy-initialized on the 1st println!() but must be re-initialized after clock setup
<mtrbot-ml>
[mattermost] <astro> right. we could load it into DDR which has been setup by ps7_init.tcl. if we manage to configure it ourselves (not yet there) we would need to break the firmware into two stages.
<mtrbot-ml>
[mattermost] <astro> build.rs moves the linker script into the build directory.
<mtrbot-ml>
[mattermost] <astro> the PHY has always reporting half duplex for me. but it has been a while and I will look into that again.
<mtrbot-ml>
[mattermost] <astro> I agree that this is an ugly part of the interface. perhaps that should just be another never terminating future to poll() on...