zBeeble42 has quit [Remote host closed the connection]
zBeeble42 has joined #riscv
craigo has quit [Quit: Leaving]
BootLayer has joined #riscv
mlw has joined #riscv
heat has quit [Ping timeout: 272 seconds]
hexdump0815 has quit [Ping timeout: 252 seconds]
hexdump0815 has joined #riscv
roshan has joined #riscv
<roshan>
\whois ats
vagrantc has joined #riscv
BootLayer has quit [Quit: Leaving]
ungeskriptet_ has joined #riscv
ungeskriptet has quit [Ping timeout: 260 seconds]
ungeskriptet_ is now known as ungeskriptet
vagrantc has quit [Quit: leaving]
ZLima12 has quit [Remote host closed the connection]
ZLima12 has joined #riscv
roshan has quit [Ping timeout: 252 seconds]
roshan has joined #riscv
Noisytoot has quit [Excess Flood]
Noisytoot has joined #riscv
Noisytoot has quit [Excess Flood]
roshan has quit [Remote host closed the connection]
roshan has joined #riscv
Noisytoot has joined #riscv
roshan has quit [Ping timeout: 268 seconds]
zBeeble24 has joined #riscv
zBeeble42 has quit [Ping timeout: 248 seconds]
peepsalot has quit [Ping timeout: 260 seconds]
roshan has joined #riscv
stolen has joined #riscv
roshan has quit [Client Quit]
naoki has quit [Quit: naoki]
peepsalot has joined #riscv
yongxiang has quit [Excess Flood]
yongxiang has joined #riscv
jobol has joined #riscv
obrut has quit [Ping timeout: 245 seconds]
obrut has joined #riscv
rattlesn- has joined #riscv
rattlesnake has quit [Ping timeout: 252 seconds]
rattlesn- is now known as rattlesnake
edolnx has quit [Ping timeout: 252 seconds]
edolnx has joined #riscv
<xypron>
Is there a C library for validating RISC-V ISA strings?
naoki has joined #riscv
stolen has quit [Quit: Connection closed for inactivity]
naoki has quit [Ping timeout: 252 seconds]
naoki has joined #riscv
naoki has quit [Ping timeout: 248 seconds]
Starfoxxes has joined #riscv
heat has joined #riscv
jobol has quit [Remote host closed the connection]
psydroid2 has joined #riscv
nexR has quit [Remote host closed the connection]
nexR has joined #riscv
Tenkawa has joined #riscv
naoki has joined #riscv
naoki1 has joined #riscv
naoki1 has quit [Client Quit]
naoki has quit [Ping timeout: 244 seconds]
naoki has joined #riscv
naoki1 has joined #riscv
naoki has quit [Ping timeout: 260 seconds]
naoki1 is now known as naoki
naoki has quit [Client Quit]
<Esmil>
conchuod: Thanks! I looked at all those patches now, and I'm happy with all but the last of them.
pabs3 has quit [Ping timeout: 252 seconds]
<conchuod>
Cool, I'll drop that one. Thanks!
<Esmil>
conchuod: btw. I brought out my curiosity board today. it ran old 6.11 and 6.12-rc1 kernels where I had an out-of-tree older version of the polarfire gpio driver. with that I can do gpioset LED1=1 and LED1 lights up
<Esmil>
..but with a 6.14 kernel with the upstream gpio driver it doesn't work
<Esmil>
conchuod: cat /sys/kernel/debug/gpio shows the gpio is still in input mode
<Esmil>
gpiochip1: GPIOs 526-549, parent: platform/20121000.gpio, 20121000.gpio: gpio-528 (LED1 |gpioset ) in lo
<conchuod>
That's odd, I'll look into it. I made one change to it (other than removing interrupt support) compared to the old version you likely have so that's probably at fault.
<geertu>
Esmil: Do you use --mode=wait? GPIO is not persistent
<Esmil>
geertu: well gpioset doesn't exit until I Ctrl-C
<Esmil>
..so that cat /sys/kernel/debug/gpio is from another terminal while gpioset is running
<geertu>
OK
craigo has joined #riscv
alifib has joined #riscv
jobol has joined #riscv
pabs3 has joined #riscv
alifib has quit [Quit: .]
remexre has quit [Ping timeout: 252 seconds]
remexre has joined #riscv
mlw has quit [Read error: Connection reset by peer]
mlw has joined #riscv
ldevulder has quit [Quit: Leaving]
BootLayer has joined #riscv
ldevulder has joined #riscv
bjoto` has quit [Remote host closed the connection]
vagrantc has joined #riscv
heat_ has joined #riscv
heat has quit [Read error: Connection reset by peer]
heat has joined #riscv
heat_ has quit [Read error: Connection reset by peer]
Juliaaa has joined #riscv
Juliaaa has quit [Changing host]
Juliaaa has joined #riscv
coldfeet has joined #riscv
heat has quit [Read error: Connection reset by peer]
heat has joined #riscv
coldfeet has quit [Quit: Lost terminal]
BootLayer has quit [Quit: Leaving]
<drewfustini>
Esmil: xypron: is there any Ubuntu image that i can download that would have Xorg and Mesa installed?
<drewfustini>
I have a situation where I'm trying to test a PCIe graphics card but I don't have any storage or networking (at this moment due to shipping delays).
<drewfustini>
In the past, I would use the preinstalled image and install ubuntu-desktop
<drewfustini>
However, in this case, my only option is to load rootfs as initramfs
<drewfustini>
I couldn't figure out a way to have Mesa setup in buildroot for older Radeon cards as it was deprecated
<drewfustini>
Ubuntu RISC-V does work okay with this Radeon card once I install ubuntu-desktop
<drewfustini>
In other words, is there a RISC-V preinstalled Ubuntu desktop image?
<Tenkawa>
Not sure if they will have xorg installed though.. they look all like server
<drewfustini>
It's a custom system but it does have PCIe. Normally, I have SSD connected and NIC for Ethernet. But right now, I won't have either the SSD or NIC for a couple of days. I just have the ability to load a rootfs in RAM. This works okay with a buildroot fs. However, buildroot doesn't have Mesa packaged so I can't test OpenGL
<drewfustini>
Yeah, all the images I can find are server
<drewfustini>
It does work okay to install ubuntu-desktop on those via apt
<Tenkawa>
I build mine custom (adding x/wayland/etc)
<drewfustini>
and I have done that in the past when I had an SSD connected
<drewfustini>
Interesting...
<Tenkawa>
I have one on one of the Spacemit-K1 I'm testing at the moment too
<drewfustini>
what I would really love is the minimal possible image size where Xorg or wayland is setup
<Tenkawa>
Nod..
<drewfustini>
When I installed ubuntu-desktop on the server image, the size grows to several GB. Not a problem when I have SSD connected but it is a bit too big for ramdisk (my system only has 4GB RAM currently).
<Tenkawa>
Yeah... good point if you are trying to run from rd..
<drewfustini>
I had considered trying to use Yocto to make a minimal desktop image with just enough to run Xorg or Wayland.
<drewfustini>
but Yocto always seems to turn into a rabbit hole for me
<drmpeg>
Could it be done with debootstrap?
<drewfustini>
Yeah, it probably could be
<drewfustini>
I need to familiarize myself with that