sorear changed the topic of #riscv to: RISC-V instruction set architecture | https://riscv.org | Logs: https://libera.irclog.whitequark.org/riscv | Backup if libera.chat and freenode fall over: irc.oftc.net
mahmutov has quit [Ping timeout: 272 seconds]
balrog has quit [Quit: Bye]
balrog has joined #riscv
smaeul has joined #riscv
Sos has quit [Quit: Leaving]
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #riscv
cmuellner_ has joined #riscv
cmuellner has quit [Ping timeout: 258 seconds]
SpaceCoaster has joined #riscv
SpaceCoaster has quit [Remote host closed the connection]
riff-IRC has quit [Quit: PROTO-IRC v0.73a (C) 1988 NetSoft - Built on 11-13-1988 on AT&T System V]
hendursaga has quit [Remote host closed the connection]
hendursaga has joined #riscv
riff-IRC has joined #riscv
davidlt has joined #riscv
gector has joined #riscv
peeps[zen] has joined #riscv
gector has quit [Ping timeout: 272 seconds]
peepsalot has quit [Ping timeout: 258 seconds]
riff-IRC has quit [Quit: PROTO-IRC v0.73a (C) 1988 NetSoft - Built on 11-13-1988 on AT&T System V]
davidlt has quit [Ping timeout: 258 seconds]
mahmutov has joined #riscv
hendursa1 has joined #riscv
hendursaga has quit [Ping timeout: 244 seconds]
edef_ has joined #riscv
edef has quit [*.net *.split]
Finde has quit [*.net *.split]
Finde has joined #riscv
jeancf_ has joined #riscv
jeancf_ has quit [Ping timeout: 268 seconds]
Andre_H has joined #riscv
mahmutov has quit [Ping timeout: 244 seconds]
mahmutov has joined #riscv
hendursa1 has quit [Ping timeout: 244 seconds]
hendursa1 has joined #riscv
mahmutov has quit [Ping timeout: 272 seconds]
choozy has joined #riscv
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mahmutov has joined #riscv
choozy has joined #riscv
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #riscv
davidlt has joined #riscv
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mahmutov has quit [Read error: No route to host]
edef_ has quit [Changing host]
edef_ has joined #riscv
edef_ is now known as edef
mhorne has quit [Ping timeout: 265 seconds]
jeancf_ has joined #riscv
riff-IRC has joined #riscv
jeancf_ has quit [Ping timeout: 268 seconds]
FluffyMask has joined #riscv
riff-IRC has quit [Quit: PROTO-IRC v0.73a (C) 1988 NetSoft - Built on 11-13-1988 on AT&T System V]
Andre_H has quit [Quit: Leaving.]
radu242 has quit [Quit: The Lounge - https://thelounge.chat]
radu242 has joined #riscv
jeancf_ has joined #riscv
jeancf_ has quit [Quit: Konversation terminated!]
jeancf_ has joined #riscv
jeancf_ has quit [Client Quit]
jeancf_ has joined #riscv
jeancf_ has quit [Read error: Connection reset by peer]
jeancf_ has joined #riscv
jeancf_ has quit [Ping timeout: 268 seconds]
bkeys has joined #riscv
<bkeys> Hi guys, I have a ubuntu image on my unmatched board
<bkeys> And USB devices are really unstable, I have to constantly replug them in as I am using them. Is this a known issue, or do I have faulty hardware?
<bkeys> Does anyone else have this happening to them?
Andre_H has joined #riscv
mahmutov has joined #riscv
mhorne has joined #riscv
mahmutov has quit [Ping timeout: 272 seconds]
mahmutov has joined #riscv
<jimwilson_> bkeys, the freedom-u-sdk release notes mention that HID devices (e.g. keyboard, mouse) may disconnect. https://github.com/sifive/freedom-u-sdk/blob/2021.05/ReleaseNotes/2021.05.md#known-issues
<jimwilson_> oh I see this was answered and discussed in #fedora
<bkeys> That it was
<jrtc27> I do wonder what the issue is with the A2 SD cards given there's no controller involved
davidlt has quit [Ping timeout: 268 seconds]
<geist> yah good question. i sleuthed around in the linux driver for how controller-less SD works, and sure enough it's more or less bit banging the card with a SPI controller
<geist> one level removed from bit banging, since it can at least tell the SPI controller to emit a sequence of bits, but it has to hand hold it with all the command turnarounds and status polling that it more or less burns a cpu while doing a transaction
<geist> and of course it's running in 1 bit SPI mode
<geist> at least on the unleashed, i didn't get the impression that the unmatched would work any differently
<geist> but it's slow as heck and very cpu intensive
<geist> jrtc27: side note, i saw the release of freebsd 13. what's the unlimited/unleashed board support look like on release? I'm curious to try it out on mine
<geist> also grats on 13. benchmarks show it was a huge improvement
<jrtc27> yes the unmatched is the same wrt awful spi bit-banging, such a shame they didn't bother to pay the tiny cost to add a controller
<jrtc27> 13 doesn't support the unmatched
<jrtc27> -current I have a branch that supports usb
<jrtc27> pci almost works except there's something dodgy going on in freebsd's pci bridge code
<jrtc27> and I believe specifically for NEW_PCIB, which gets used everywhere except x86
<jrtc27> of course hardware support is always a crappy game of catch-up for !linux when the vendor gets a head-start writing the linux drivers in-house and doesn't care about any other OS
<jrtc27> I'd like to MFC as much as possible so 13.1 supports the unmatched (and people running 13-stable rather than 13.0-release), but some of my changes may be too KBI-breaking to be eligible, not sure where the line is drawn
<jrtc27> (like, life would be so much better if they just shoved something like dwmmc on the soc....)
Sos has joined #riscv
<geist> jrtc27: yeah tell me about it. i'm working on the fuchsia side, same thing
jimwilson_ has quit [Quit: Leaving]
zjason` has joined #riscv
zjason has quit [Ping timeout: 250 seconds]
mahmutov has quit [Read error: No route to host]
mahmutov has joined #riscv
aquijoule_ has quit [Remote host closed the connection]
riff-IRC has joined #riscv
Andre_H has quit [Quit: Leaving.]
<geist> but not to dig on sifive, they've been very helpful
Sos has quit [Quit: Leaving]
richbridger has joined #riscv
mahmutov has quit [Ping timeout: 265 seconds]
jimwilson has joined #riscv
richbridger has quit [Remote host closed the connection]
richbridger has joined #riscv