<mtrbot-ml_>
[mattermost] <sb10q> panic at src/libcore/result.rs:945:5: cannot initialize Si5324: "PCA9548 failed to ack write address"
<mtrbot-ml_>
[mattermost] <sb10q> current issues are serwb is broken, and loading from AMC doesn't work (missing resistors on the AMC is what I'd guess)
<mtrbot-ml_>
[mattermost] <sb10q> let me check this PCA thing..
<mtrbot-ml_>
[mattermost] <sb10q> si5324 is up now
<mtrbot-ml_>
[mattermost] <sb10q> ...and DRTIO also
<mtrbot-ml_>
[mattermost] <sb10q> so we have kasli>amc>rtm drtio working now
<mtrbot-ml_>
[mattermost] <sb10q> serwb pisses me off and I'm tempted to just remove it and run everything over the drtio link
<mtrbot-ml_>
[mattermost] <sb10q> the DRTIO solution would also support the luxury of RTM hotplugging with the AMC still powered
<mtrbot-ml_>
[mattermost] <sb10q> well, if we reload the RTM FPGA on hotplug events, which doesn't sound crazy
<whitequark>
electronic_eel: i cna't afford $100 shipping from digikey
<electronic_eel>
huh, don't they offer free shipping above 50$ worth of parts?
<whitequark>
not to russia afaik
<tpw_rules>
are you in russia or HK
<whitequark>
former
<emily>
whitequark: have you considered using a reshipper?
<emily>
like shipito
<emily>
pretty sure it'd be a lot cheaper than $100 for electronics that aren't too heavy
<emily>
they do have annoying ID requirements though... you can use my shipito address if you want >_>
<whitequark>
emily: i was hoping to merge altera support like, a week ago
<emily>
I feel like reshippers might be faster than whatever digikey does...
<electronic_eel>
don't know what digikey is using to russia, but IIRC they are using UPS and Fedex to other countries
<electronic_eel>
and I don't think a reshipper will beat that
<ZirconiumX>
Not in speed, but in price, maybe
<ZirconiumX>
I shipped some stuff to whitequark a year-ish ago and that was ~£10
<electronic_eel>
I just looked up what a small parcel from shipito to Germany would could and it was about $40
<ZirconiumX>
And I reckon the FPGA would be about the same weight, and maybe a bit more valuable
<electronic_eel>
ZirconiumX: similar to what it would cost from Germany
<ZirconiumX>
On the other hand I got my FPGA airmailed from America, so
<ZirconiumX>
Speaking of my FPGA, I just realised that I brought along only one mini-USB cable, so I can flash XOR read serial
<ZirconiumX>
Well done me
<ZirconiumX>
whitequark: So the DE-10 Nano comes with an Arduino Uno compatible header with things like serial and SPI. Would this be a Connector or a Resource?
<ZirconiumX>
Since they're connected directly to the FPGA and not required to be these things, I'm inclined to call it a Connector.
<whitequark>
ZirconiumX: they could just be both
<ZirconiumX>
whitequark: So, the DE10 Nano also uses an ADV7513 HDMI chip, which takes in a 24-bit data input. Do I pick the "correct" option of exposing all 24 data bits, or do I split them into RGB24 like a sane person?
<whitequark>
let me see
<whitequark>
would there ever be a reason to not put RGB24 on them?
<whitequark>
i do realize this question requires you to stare at the HDMI spec most likely
<ZirconiumX>
The chip can take YCbCr at up to 12-bit 4:2:2, but I don't think there's much to gain from it
<ZirconiumX>
I for one don't see myself using anything other than RGB24
<whitequark>
ok, use r/g/b and punt on figuring this out properly for when we extract this into a HDMIParallelResource or something like that