00:09
zkrx has quit [Ping timeout: 252 seconds]
00:10
zkrx has joined #riscv
00:18
iamGavinJ has quit [Quit: This concludes our broadcast day...]
00:19
mechaniputer has joined #riscv
00:20
andyc has quit [Quit: Connection closed for inactivity]
00:30
heat has quit [Ping timeout: 246 seconds]
00:43
Tenkawa has quit [Quit: Was I really ever here?]
01:15
TMM has joined #riscv
01:55
X-Scale has quit [Quit: Client closed]
01:58
tec has quit [Quit: Ping timeout (120 seconds)]
01:59
tec has joined #riscv
02:04
X-Scale has joined #riscv
02:23
test925 has joined #riscv
02:23
BootLayer has joined #riscv
02:24
mechaniputer has quit [Quit: leaving]
02:26
test924 has quit [Ping timeout: 260 seconds]
02:28
X-Scale has quit [Quit: Client closed]
02:29
jacklsw has joined #riscv
02:41
craigo has quit [Ping timeout: 246 seconds]
02:44
Maylay has quit [Quit: Pipe Terminated]
03:15
cwittlut has quit [Quit: _]
03:17
Maylay has joined #riscv
03:20
vagrantc has quit [Quit: leaving]
03:21
hexdump0815 has quit [Ping timeout: 246 seconds]
03:23
hexdump0815 has joined #riscv
03:33
cwittlut has joined #riscv
03:52
atka has joined #riscv
04:01
davidlt has joined #riscv
04:39
BootLayer has quit [Quit: Leaving]
04:59
atka has quit [Ping timeout: 252 seconds]
05:02
naoki has quit [Remote host closed the connection]
05:06
davidlt has quit [Ping timeout: 246 seconds]
05:09
mlw has joined #riscv
05:11
davidlt has joined #riscv
05:35
jedesa has quit [Remote host closed the connection]
06:01
jedesa has joined #riscv
06:05
drmpeg has quit [Ping timeout: 260 seconds]
06:08
atka has joined #riscv
06:16
damian101 has quit [Remote host closed the connection]
06:18
drmpeg has joined #riscv
06:29
naoki has joined #riscv
06:39
kilic has quit [Ping timeout: 244 seconds]
06:45
<
smallville7123 >
ps: can't open '/proc': Invalid argument is this normal for # /bin/busybox ps in initramfs
06:51
<
bjdooks >
is /proc mounted?
06:52
<
smallville7123 >
yes
07:18
<
smallville7123 >
i can cat /proc/cmdline but ps cannot open /proc
07:24
<
ch >
perhaps try busybox ps after the system booted
07:24
ldevulder has joined #riscv
07:25
<
smallville7123 >
how can i test the kernel in qemu-system-riscv64
07:25
<
smallville7123 >
ch: i have no system
07:25
<
smallville7123 >
i only have initramfd
07:26
<
smallville7123 >
initramfs *
07:29
<
bjdooks >
the qemu docs should have some examples, and i'm sure there are reasonable examples elsehwere too
07:31
atka has quit [Ping timeout: 276 seconds]
07:43
atka has joined #riscv
07:45
<
smallville7123 >
i cant seem to boot the kernel via qemu as the rom overlaps with mrom.reset
07:46
<
smallville7123 >
i cant seem to boot the kernel via qemu as the kernel overlaps with mrom.reset
07:54
<
smallville7123 >
with qemu-system-riscv64 -kernel riscv-kernel/vmlinux-riscv64
07:54
andyc has joined #riscv
07:55
<
smallville7123 >
with qemu-system-riscv64 -nographic -kernel vmlinux-riscv64
07:55
<
smallville7123 >
vmlinux-riscv64 ELF program header segment 0 (addresses 0x0000000000000000 - 0x0000000000d6b04a)
07:55
<
smallville7123 >
mrom.reset (addresses 0x0000000000001000 - 0x0000000000001028)
07:56
<
bjdooks >
i tend to use -kernel arch/riscv/boot/Image
07:56
<
bjdooks >
qemu-system-riscv64 -machine virt -m 8G -smp 2 -nographic \
07:56
<
bjdooks >
-append "console=ttyS0 rw root=/dev/vda1" \
07:56
<
bjdooks >
-device virtio-blk-device,drive=hd0 -drive file=riscv-trixie.img,format=raw,id=hd0 \
07:56
<
bjdooks >
-kernel ./linux/arch/riscv/boot/Image \
07:56
<
bjdooks >
-device virtio-net-device,netdev=usernet -netdev user,id=usernet,hostfwd=tcp::22222-:22 \
07:56
<
bjdooks >
-virtfs local,path=$HOME/riscv/,mount_tag=host,security_model=mapped,id=host
08:08
<
smallville7123 >
i tried this but i get no output
08:08
<
smallville7123 >
qemu-system-riscv64 -nographic -device loader,file=vmlinux-riscv64,addr=0x0000000000000000,cpu-num=0,
08:08
<
smallville7123 >
force-raw=on -bios ../RVVM/uboot
08:09
<
bjdooks >
ok, not tried things that way
08:09
<
smallville7123 >
without the -device i get output from uboot
08:10
<
smallville7123 >
but i dont know how to get qemu to pass it the kernel
08:13
<
smallville7123 >
in rvvm i would do ../RVVM/debug_BUILD/rvvm ../RVVM/uboot -v -k vmlinux-riscv64 -m 100m -cmdline="console=ttyS rootflags=discard rw"
08:18
<
mps >
oh, I see I have to replace linux-edge-virt with just linux-edge
08:19
<
mps >
and maybe test with iso image
08:19
felixonmars_ has joined #riscv
08:19
felixonmars has quit [Read error: Connection reset by peer]
08:19
felixonmars_ is now known as felixonmars
08:20
<
mps >
oh, we still don't have riscv iso image on alpine
08:23
<
mps >
but I have locally riscv-qemu.img.xz. could upload it if someone need it
08:24
<
smallville7123 >
does anyone have a riscv kernel that boots to initramfs
08:25
<
smallville7123 >
specifically one with nvme support
08:26
<
mps >
alpine kernels run from RAM by defaults but I'm not sure it works nowadays because I didn't tested it last few years
08:27
felixonmars has quit [Read error: Connection reset by peer]
08:27
felixonmars_ has joined #riscv
08:28
felixonmars_ is now known as felixonmars
08:37
mlw has quit [Ping timeout: 248 seconds]
08:41
<
smallville7123 >
hmm
09:07
levitating has joined #riscv
09:10
naoki has quit [Quit: naoki]
09:14
Andre_Z has joined #riscv
09:16
<
bjdooks >
made a bit of test code for my rdcycle emm code
09:18
levitating has quit [Ping timeout: 246 seconds]
09:21
jacklsw has quit [Quit: Back to the real world]
09:27
coldfeet has joined #riscv
09:31
Andre_Z has quit [Quit: Leaving.]
09:36
Guest2405 is now known as chripo
09:37
danilogondolfo has joined #riscv
09:39
mlw has joined #riscv
09:39
davidlt has quit [Remote host closed the connection]
09:40
davidlt has joined #riscv
09:52
Andre_Z has joined #riscv
10:04
andyc has quit [Quit: Connection closed for inactivity]
10:29
ln5 has joined #riscv
10:31
shoragan has quit [Ping timeout: 260 seconds]
10:40
gvg has joined #riscv
10:40
gvg has left #riscv [#riscv]
10:54
<
smallville7123 >
hmm its /init executes exec /bin/busybox init
11:11
kilic has joined #riscv
11:23
<
smallville7123 >
oof risc vm without a jit compiler is SLOW AF ;-;
11:26
Tenkawa has joined #riscv
11:39
X-Scale has joined #riscv
11:44
shoragan has joined #riscv
11:46
<
bjdooks >
the real hardware isn't much better yet :/
11:46
<
bjdooks >
urgh, do not build with make W=2
12:14
kilic_ has joined #riscv
12:15
<
smallville7123 >
bjdooks: ?
12:16
<
bjdooks >
doing a warning hunt in the kernel
12:16
<
smallville7123 >
without the jit it takes 80+ seconds to boot, with the jit it takes ~7 seconds to boot
12:17
kilic has quit [Ping timeout: 252 seconds]
12:32
davidlt has quit [Ping timeout: 265 seconds]
12:40
fuwei has quit [Quit: Konversation terminated!]
12:42
mahk has quit [Ping timeout: 252 seconds]
12:42
mahk has joined #riscv
12:53
jedesa has quit [Remote host closed the connection]
13:06
_catircservices1 has quit [Quit: Bridge terminating on SIGTERM]
13:06
_catircservices has joined #riscv
13:11
heat has joined #riscv
13:18
Andre_Z has quit [Quit: Leaving.]
13:26
davidlt has joined #riscv
13:34
fuwei has joined #riscv
13:43
fuwei has quit [Ping timeout: 252 seconds]
13:44
fuwei has joined #riscv
13:45
levitating has joined #riscv
13:47
davidlt has quit [Remote host closed the connection]
13:47
davidlt has joined #riscv
13:57
levitating has quit [Ping timeout: 246 seconds]
13:58
coldfeet has quit [Remote host closed the connection]
14:12
iamGavinJ has joined #riscv
14:52
X-Scale has quit [Ping timeout: 256 seconds]
14:58
BootLayer has joined #riscv
15:01
damian101 has joined #riscv
15:03
clemens3 has quit [Ping timeout: 244 seconds]
15:11
eightthree_ has joined #riscv
15:12
eightthree has quit [Ping timeout: 255 seconds]
15:16
eightthree_ is now known as eightthree
15:28
psydroid has joined #riscv
15:37
smallville7123 has quit [Ping timeout: 246 seconds]
15:49
Stat_headcrabed has joined #riscv
15:49
clemens3 has joined #riscv
15:54
danilogondolfo has quit [Ping timeout: 252 seconds]
15:55
danilogondolfo has joined #riscv
16:07
Stat_headcrabed has quit [Quit: Stat_headcrabed]
16:18
fuwei has quit [Quit: Konversation terminated!]
16:24
craigo has joined #riscv
16:24
craigo has quit [Read error: Connection reset by peer]
16:25
craigo has joined #riscv
16:49
danilogondolfo has quit [Quit: Leaving]
16:52
X-Scale has joined #riscv
16:57
Stat_headcrabed has joined #riscv
17:10
mahk has quit [Changing host]
17:10
mahk has joined #riscv
17:23
vagrantc has joined #riscv
18:06
X-Scale has quit [Ping timeout: 256 seconds]
18:09
davidlt has quit [Ping timeout: 252 seconds]
18:12
BootLayer has quit [Quit: Leaving]
18:31
iamGavinJ has quit [Quit: This concludes our broadcast day...]
18:40
damian101 has quit [Ping timeout: 272 seconds]
18:44
davidlt has joined #riscv
18:55
levitating has joined #riscv
19:01
levitating has quit [Ping timeout: 246 seconds]
19:03
TMM has joined #riscv
19:06
jedesa has joined #riscv
19:06
ncopa2 has quit [Changing host]
19:06
ncopa2 has joined #riscv
19:07
ncopa2 is now known as ncopa
19:07
<
ncopa >
i got the banapi bpi-f3 yesterday and have been trying to update the kernel to something recent
19:07
<
ncopa >
oh, lots of known ppl here
19:07
<
ncopa >
hi friends!
19:08
<
ncopa >
i got the pacemit kernel working after merging in v6.6.52
19:08
<
ncopa >
so latest LTS
19:08
<
ncopa >
build alpine package
19:08
<
mps >
ncopa: I would like to thanks Tenkawa for help getting bpif3 to work
19:09
<
mps >
and hexdump0815
19:09
<
ncopa >
with help from mps i managed to flush a disk image with tiny-cloud
19:09
<
Tenkawa >
np... There were 2 of us who had a vested interest
19:09
<
mps >
yes, cornelius who is not here also
19:09
<
Tenkawa >
we still are fighting odd "undocumented" quirks
19:09
<
ncopa >
the kernel sources was... inconvenient ....
19:10
<
Tenkawa >
ncopa: oh if you only knew....
19:10
<
Tenkawa >
It has a long way to go....
19:11
<
ncopa >
i applied the 4 commits that are on top of v6.6.36 and merged in v6.6.52
19:11
<
Tenkawa >
6.1 runs ok... but its ancient.. 6.6 is... well.. flaky
19:11
<
mps >
Tenkawa: I tested xorg on board, it also works
19:11
<
Tenkawa >
ncopa: what media you running on?
19:12
<
Tenkawa >
yeah.. you'll be more stable than I
19:12
<
ncopa >
i got the bpi yesterday
19:12
<
Tenkawa >
NVMe seems to have issues atm
19:12
<
ncopa >
so i havent been able to write to emmc
19:12
<
mps >
Tenkawa: no worries, I told ncopa that nvme could be problematic
19:12
<
ncopa >
i have an nvme pluggend in
19:12
<
ncopa >
was planning to use the nvme as data disk
19:13
<
Tenkawa >
ncopa: watch out for RCU issues
19:14
<
ncopa >
but at least I have a disk image that boots
19:14
<
mps >
I don't have spare nvme, will try to buy next week
19:14
<
ncopa >
minimalistic disk image, with recent kernel
19:14
<
Tenkawa >
Let me see if I can boot mine... just a sec
19:15
<
ncopa >
im working on the tiny-cloud stuff now, so you can attach an USB with vfat LABEL=cidata
19:15
<
ncopa >
where you can add your ssh key
19:15
<
ncopa >
and it works!
19:15
<
ncopa >
Linux alpine-bpi-f3 6.6.52-1-spacemit #2-Alpine SMP 2024-09-19 16:48:12 riscv64 Linux
19:16
<
ncopa >
the led is blinking green
19:16
<
ncopa >
which is a bit annoying
19:17
<
mps >
someone here wanted to run alpine on musebook, now that is worth try
19:17
<
Tenkawa >
turn it off with /sys
19:17
<
mps >
yes, set trigger to none for this led
19:18
<
ncopa >
# cat /sys/class/leds/sys-led/trigger
19:18
<
ncopa >
none bluetooth-power rfkill-any rfkill-none kbd-scrolllock kbd-numlock kbd-capslock kbd-kanalock kbd-shiftlock kbd-altgrlock kbd-ctrllock kbd-altlock kbd-shiftllock kbd-shiftrlock kbd1
19:19
<
ncopa >
no idea what all those does or which of them enables the blinking
19:19
<
mps >
Tenkawa: btw, do you know is it possible to attach battery for RTC? I looked schematic but can't find anything related
19:20
<
ncopa >
I'm pretty happy with this disk image. it is only ~100M
19:20
<
ncopa >
disk usage is 75.0M
19:20
<
mps >
ncopa: `cat /sys/class/leds/sys-led/trigger' and you will what trigger this led
19:21
<
Tenkawa >
he did ct it
19:21
<
Tenkawa >
but there is defaults
19:21
<
Tenkawa >
that doesn't show up in the os
19:21
<
mps >
trigger should have [] pair around it
19:22
<
mps >
you force me to boot clean image
19:23
<
mps >
default trigger is [heartbeat]
19:24
<
ncopa >
hdparm -t reports that the nvme reads 500 MB/s
19:24
<
ncopa >
that is pretty devcent
19:24
<
ncopa >
with the starfive 2 i only got 300 MB/s IIRC
19:24
<
mps >
full list: none bluetooth-power rfkill-any rfkill-none kbd-scrolllock kbd-numlock kbd-capslock kbd-kanalock kbd-shiftlock kbd-altgrlock kbd-ctrllock kbd-altlock kbd-shiftllock kbd-shiftrlock kbd-ctrlllock kbd-ctrlrlock rfkill0 mmc0 mmc1 mmc2 timer oneshot [heartbeat] backlight
19:26
<
Tenkawa >
He hasn't set a default trigger.... interesting.. I wonder if his u-boot has one
19:26
<
mps >
no, he didn't posted full list
19:26
<
Tenkawa >
ah good point.. its truncated
19:27
<
ncopa >
oh, thats the reason
19:27
<
Tenkawa >
yeah I use my mmc
19:27
<
Tenkawa >
none rfkill-any rfkill-none kbd-scrolllock kbd-numlock kbd-capslock kbd-kanalock kbd-shiftlock kbd-altgrlock kbd-ctrllock kbd-altlock kbd-shiftllock kbd-shiftrlock kbd-ctrlllock kbd-ctrlrlock rfkill0 mmc0 mmc1 [mmc2] timer oneshot heartbeat backlight phy0rx phy0tx phy0assoc phy0radio rfkill1
19:27
<
Tenkawa >
to watch for the hang
19:28
levitating has joined #riscv
19:29
<
Tenkawa >
this is the other problem it is currently having
19:29
<
Tenkawa >
bpibox login: [ 229.879425] xhci-hcd xhci-hcd.0.auto: xHCI host controller not responding, assume dead
19:29
<
ncopa >
what kernel?
19:29
<
Tenkawa >
it goes dead after that kernel message on the consoke
19:29
atka has quit [Quit: WeeChat 4.4.2]
19:30
<
Tenkawa >
that is just 6.6.36 still
19:30
<
mps >
Tenkawa: you still have esos.elf in-kernel?
19:30
<
Tenkawa >
6.1 runs fine but its an ancient copy
19:30
<
Tenkawa >
mps: no. its been removed
19:31
<
mps >
and MAILBOX and REMOTEPROC disabled?
19:31
<
Tenkawa >
didn't help
19:31
mlw has quit [Remote host closed the connection]
19:31
<
mps >
hm, strange. for me with that works fine
19:31
<
Tenkawa >
you don't use NVMe & microsd
19:31
<
Tenkawa >
thats a different IO & scheduler setup
19:32
<
Tenkawa >
I'm 90% sure its a collision from the debug trace I got
19:33
<
Tenkawa >
but without source for their firmware... no way to tell for sure
19:33
<
mps >
ncopa changed my config a little but nothing important
19:33
<
ncopa >
thats not the full config, its just the diff from defconfig
19:34
<
Tenkawa >
mps: I have tested more configurations than you can imagine.... you do "not" have the hardware setup I am testing so it is an invalid testing scenario
19:34
levitating_ has joined #riscv
19:34
<
Tenkawa >
I'm on compile approx 400+
19:34
<
mps >
ncopa: ah, I see
19:34
iamGavinJ has joined #riscv
19:34
<
ncopa >
we have issues with nvme on the milk pinoeer box(es)
19:34
levitating has quit [Read error: Connection reset by peer]
19:34
<
Tenkawa >
ncopa: I did on the Mars
19:35
<
mps >
yes, and we had issues with nvme on visionfive V2 with some flaky nvmes
19:35
<
mps >
also with flaky power supplies
19:36
<
Tenkawa >
mps: my VF2 is running 6.11 on NVMe flawlessly
19:36
<
mps >
Tenkawa: also mine
19:36
<
mps >
I'm talking about ones which don't work well
19:37
<
Tenkawa >
Can't test a 1.2a model anymore since I melted it lol
19:37
<
Tenkawa >
(well more accurately its SPI)
19:38
<
Tenkawa >
don't ask me how I did it... but I managed to use up/destroy an SPI chip
19:38
<
mps >
Tenkawa: understand, also I have some melted devices in garage
19:38
<
Tenkawa >
then again rewriting it twice a day every day or more probably wasn't good
19:39
<
mps >
if you are hacker such happens
19:39
<
Tenkawa >
I was doing spi loader tests... just didn't expect to do "that" many
19:40
<
Tenkawa >
This VF2 is a lot nicer though
19:41
levitating_ has quit [Ping timeout: 265 seconds]
19:42
<
mps >
starfive is very nice working with open source
19:43
<
Tenkawa >
Yeah... Bianbu/Spacemit..... meh
19:46
jjido has joined #riscv
19:51
levitating_ has joined #riscv
19:51
davidlt has quit [Ping timeout: 265 seconds]
19:53
<
Tenkawa >
ncopa: not sure if I saw.. which ram model did you get? did it have a spi soldered on it?
19:53
<
Tenkawa >
(most of t hem so far are spi-less)
19:57
<
ncopa >
it is the 16GB model
19:57
<
ncopa >
i don't know where to look for a SPI soldered on it
19:59
naoki has joined #riscv
20:02
Stat_headcrabed has quit [Quit: Stat_headcrabed]
20:05
<
Tenkawa >
ncopa: do a dmesg | grep -i jedec
20:05
<
Tenkawa >
do you get an error or actual data?
20:05
<
Tenkawa >
if you get this you don't have a chip either
20:05
<
Tenkawa >
[ 2.022590] spi-nor spi4.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
20:06
<
Tenkawa >
Most don't have one soldered on
20:06
<
Tenkawa >
only one I've seen yet is on the 2gb ram model...
20:06
<
mps >
Tenkawa: for me it is 'spi-nor spi4.0: unrecognized JEDEC id bytes: 00 00 00 00 00 00'
20:07
<
ncopa >
[ 2.962809] spi-nor spi4.0: unrecognized JEDEC id bytes: 00 00 00 00 00 00
20:07
<
Tenkawa >
mps: it will be different for diff ones... but either way its missing
20:07
<
Tenkawa >
the socket is blank
20:08
<
Tenkawa >
I don't have the dexterity to solder one on..
20:08
<
ncopa >
i wonder if it is possible to set the leds trigger via boot param
20:10
<
Tenkawa >
ncopa: probably but be careful... the boot cmdline is fairly short unless you recompile u-boot
20:11
<
Tenkawa >
you could always set it with the /etc/modprobe.d dir for the led module itself
20:11
<
ncopa >
i think the led is compiled in
20:11
<
ncopa >
not a module
20:11
<
Tenkawa >
still can do it
20:12
<
mps >
ncopa: /etc/local.d/led.start shell script
20:12
<
Tenkawa >
the "old geeks way"
20:12
<
mps >
which works and is very simple :)
20:13
<
mps >
best option will be disable all leds in kernel config :D
20:14
<
mps >
or using soldering tools to remove it from board
20:14
<
ncopa >
so, how do I install this on the emmc?
20:14
<
ncopa >
i got a bootable sdcard
20:14
<
ncopa >
which works fine
20:15
<
ncopa >
but if I want to use the emmc
20:15
<
ncopa >
i see there is mmcblk2, mmcblk2boot0 and mmcblk2boot1
20:15
<
ncopa >
what are those mmcblk2boot0 and mmcblk2boot1?
20:15
<
mps >
I posted you today script to flash u-boot+opensbi to emmc, then create partition on it and copu sdcard to emmc and change root=
20:17
<
mps >
also, you can use my build image script and tweak it for installation on mmc (I thought to make script for install om emmc but maybe you will be faster)
20:22
<
ncopa >
im just curious what the boot0 and boot1 are
20:23
<
ncopa >
will the disapear if I partition /dev/mmcblk2?
20:24
<
mps >
ncopa: this are protected on most emmc on onboard
20:24
<
mps >
they exists also on arm chrome22:07 ......... Tenkawa| mps: it will be different for diff ones... but either way its missing
20:25
<
mps >
they exists also on arm chromebooks
20:25
<
ncopa >
sure I can simply run the script tps://tpaste.us/Lyk4 but I am curious what it does and why. how things work
20:26
<
Tenkawa >
bbl... need to run for a while
20:26
Tenkawa has quit [Quit: Was I really ever here?]
20:26
<
mps >
there is specification somewhere on documentation for chromebooks but years passed when I read this so can't remember all details
20:29
<
ncopa >
seek 512, seek 1280
20:31
vagrantc has quit [Quit: leaving]
20:31
<
mps >
seek is just to 'give' enough space for parts of u-boot and opensbi, to not overlap them
20:33
<
mps >
u-boot is composed of few stages to boot and we also need opensbi for it, because this first partition start must be 8192 block at least
20:35
atka has joined #riscv
20:35
levitating_ has quit [Remote host closed the connection]
20:36
levitating_ has joined #riscv
20:36
<
mps >
btw, I made gap of beetwen part1 and part2 in my script for making image, by mistake
20:41
levitating_ has quit [Ping timeout: 252 seconds]
21:11
ldevulder has quit [Quit: Leaving]
21:17
naoki has quit [Quit: naoki]
21:42
prabhakalad has quit [Remote host closed the connection]
21:42
prabhakalad has joined #riscv
22:08
levitating_ has joined #riscv
22:14
mechaniputer has joined #riscv
22:16
geist-sdf has quit [Quit: Lost terminal]
22:31
levitating_ has quit [Ping timeout: 246 seconds]
22:43
iamGavinJ has quit [Quit: This concludes our broadcast day...]
22:51
jjido has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
22:53
hexdump0815 has quit [Quit: WeeChat 3.8]
22:54
hexdump0815 has joined #riscv
23:03
levitating has joined #riscv
23:07
levitating has quit [Remote host closed the connection]
23:08
levitating has joined #riscv
23:11
levitating has quit [Read error: Connection reset by peer]
23:12
levitating has joined #riscv
23:15
Tenkawa has joined #riscv
23:18
levitating has quit [Ping timeout: 246 seconds]
23:27
<
Tenkawa >
Ok... all readu for my fun house updates tomorrow
23:27
<
Tenkawa >
(had to get everything ready for installersplumbers/etc)
23:27
<
Tenkawa >
Now back to my machines