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
vagrantc has quit [Quit: leaving]
_jrjsmrtn has quit [Quit: ZNC 1.8.2 - https://znc.in]
Sos has quit [Quit: Leaving]
Skyz has joined #riscv
Skyz has quit [Quit: Client closed]
richbridger has quit [Read error: Connection reset by peer]
richbridger has joined #riscv
iorem has joined #riscv
Skyz has joined #riscv
Skyz has quit [Client Quit]
Skyz has joined #riscv
Skyz has quit [Quit: Client closed]
iorem has quit [Quit: Connection closed]
Skyz has joined #riscv
Skyz has quit [Quit: Client closed]
vagrantc has joined #riscv
pierce has joined #riscv
pierce has quit [Ping timeout: 256 seconds]
radu2422 has quit [Quit: The Lounge - https://thelounge.chat]
radu2422 has joined #riscv
iorem has joined #riscv
jrjsmrtn has joined #riscv
hendursa1 has quit [Ping timeout: 252 seconds]
vagrantc has quit [Quit: leaving]
mahmutov has joined #riscv
pierce has joined #riscv
pierce has quit [Ping timeout: 246 seconds]
elastic_dog has quit [Ping timeout: 244 seconds]
mahmutov has quit [Ping timeout: 264 seconds]
elastic_dog has joined #riscv
solrize has quit [Ping timeout: 264 seconds]
solrize has joined #riscv
solrize has quit [Changing host]
solrize has joined #riscv
hendursa1 has joined #riscv
hendursaga has joined #riscv
hendursa1 has quit [Ping timeout: 252 seconds]
Sos has joined #riscv
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #riscv
frost has joined #riscv
valentin has joined #riscv
smartin has joined #riscv
davidlt has joined #riscv
zjason` is now known as zjason
fabs has quit [Quit: fabs]
davidlt has quit [Read error: Connection reset by peer]
fabs has joined #riscv
choozy has joined #riscv
frost has quit [Quit: Connection closed]
riff-IRC has quit [Ping timeout: 264 seconds]
aredridel has quit [Remote host closed the connection]
davidlt has joined #riscv
riff-IRC has joined #riscv
iorem has quit [Quit: Connection closed]
choozy has quit [Ping timeout: 268 seconds]
<enthusi> davidlt: rx550 arrived and works like a charm <3
<enthusi> thanks for the headsup
<davidlt> enthusi, cool!
<rjek> We got GnomeOS booting on Unmatched!
<enthusi> davidlt: including audio over hdmi. I have it hooked up to a nextdock2 which is quite convenient alongside themain system
<davidlt> rjek, nice!
<davidlt> enthusi, yeah, I am thinking about the new nextdock 360
<enthusi> ah, didnt even know about this new variant
<enthusi> but I'll pass :) Still having the Pinebook Pro here and a Motorola dock for early raspi-laptops :)
<enthusi> next nextdock2 works great with the Pinephone as well btw
choozy has joined #riscv
<rjek> GnomeOS is built using BuildStream and FreedesktopSDK, uses OS-Tree for updates, etc
<davidlt> nice!
mahmutov has joined #riscv
davidlt has quit [Read error: Connection reset by peer]
ewdwasright has joined #riscv
choozy has quit [Ping timeout: 268 seconds]
mahmutov has quit [Ping timeout: 268 seconds]
aburgess has quit [Ping timeout: 268 seconds]
nvmd has joined #riscv
FluffyMask has joined #riscv
jotweh has joined #riscv
fabs has quit [Quit: fabs]
vagrantc has joined #riscv
fabs has joined #riscv
mahmutov has joined #riscv
valentin has quit [Quit: Leaving]
aburgess has joined #riscv
choozy has joined #riscv
iooi has joined #riscv
<Sos> hmm
<Sos> how do i knwo if my nezha board uart is 5v or 3.3v
davidlt has joined #riscv
ewdwasright has quit [Quit: Leaving]
mahmutov has quit [Read error: Connection reset by peer]
mahmutov has joined #riscv
davidlt has quit [Read error: Connection reset by peer]
mikkel has quit [Quit: leaving]
elastic_dog has quit [Ping timeout: 272 seconds]
user__ has joined #riscv
user__ has quit [Quit: Leaving]
smartin has quit [Quit: smartin]
elastic_dog has joined #riscv
elastic_dog has quit [Ping timeout: 264 seconds]
elastic_dog has joined #riscv
<GreaseMonkey> Sos: does a multimeter help here?
<GreaseMonkey> it's most likely to be 3.3, but could be 5.0, or could be 1.8...
<GreaseMonkey> in theory if they tell you what the GPIO voltage is, it'll be that
<GreaseMonkey> either way, if it does boil down to needing a multimeter, i think you'd be able to get a direct measurement by measuring the Tx line on the +ve and a ground pin on the -ve
<Sos> i think it fired itself
<Sos> the uart port
<Sos> it doesn't say anything
<Sos> tried all configurations
<Sos> the cable they provided died and took down my usb port
<Sos> perobably they used a wrong pull up
<Sos> might have killed the uart port too
<Sos> which is sad
<Sos> i can't debug shit now
<GreaseMonkey> ah damn
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #riscv
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<GreaseMonkey> if someone wants a fun challenge to try, try getting the quake software renderer to go blazingly fast
<GreaseMonkey> although i'm not sure which codebase is best to use for that as Q1 forces 32-bit pointers in the bytecode VM... the original source release is probably the least terrible in this regard, the fork people use for speedrunning (neaquake?) removed the object pool so wave goodbye to being able to run 64-bit quake there, various ports only have GL rendering
<GreaseMonkey> oh and SDLQuake is broken in ways that the original release isn't
<GreaseMonkey> ...there's a Hexen II port which would be easier to get going as that one works fine on 64-bit (uhexen aka hammer of thyrion or something)