sorear changed the topic of #riscv to: RISC-V instruction set architecture | https://riscv.org | Logs: https://libera.irclog.whitequark.org/riscv | Matrix: #riscv:catircservices.org
pecastro has quit [Ping timeout: 240 seconds]
notgull has quit [Ping timeout: 264 seconds]
notgull has joined #riscv
Gravis has quit [Ping timeout: 264 seconds]
Gravis has joined #riscv
jacklsw has joined #riscv
hightower3 has joined #riscv
hightower2 has quit [Ping timeout: 260 seconds]
octav1a has quit [Quit: ~Called off to Sentinal the Sand Temple~]
octav1a has joined #riscv
Trifton has quit [Quit: Client exited]
ntwk has quit [Ping timeout: 260 seconds]
ntwk has joined #riscv
agent314 has quit [Ping timeout: 264 seconds]
agent314 has joined #riscv
aburgess_ has joined #riscv
aburgess has quit [Ping timeout: 248 seconds]
heat has quit [Ping timeout: 248 seconds]
KombuchaKip has joined #riscv
mlw has joined #riscv
jacklsw has quit [Ping timeout: 264 seconds]
crabbedhaloablut has joined #riscv
davidlt has joined #riscv
notgull has quit [Ping timeout: 264 seconds]
notgull has joined #riscv
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #riscv
davidlt has quit [Ping timeout: 240 seconds]
jacklsw has joined #riscv
mlw has quit [Ping timeout: 240 seconds]
sakman has quit [Quit: Leaving]
tricky has joined #riscv
BootLayer has joined #riscv
MarvelousWololo has quit [Ping timeout: 264 seconds]
handsome_feng has joined #riscv
mlw has joined #riscv
davidlt has joined #riscv
shamoe has quit [Quit: Connection closed for inactivity]
ldevulder has joined #riscv
tricky has quit [Ping timeout: 248 seconds]
Jackneill_ has joined #riscv
jacklsw has quit [Ping timeout: 255 seconds]
pecastro has joined #riscv
Andre_Z has joined #riscv
cp- has joined #riscv
psydroid2 has joined #riscv
MarvelousWololo has joined #riscv
EchelonX has joined #riscv
MarvelousWololo has quit [Read error: Connection reset by peer]
billchenchina has joined #riscv
wingsorc has quit [Ping timeout: 258 seconds]
ezulian has joined #riscv
billchenchina has quit [Remote host closed the connection]
ZipCPU has quit [Remote host closed the connection]
handsome_feng has quit [Quit: Connection closed for inactivity]
crabbedhaloablut has quit []
crabbedhaloablut has joined #riscv
gruetzkopf has quit [Server closed connection]
gruetzkopf has joined #riscv
danielinux has quit [Server closed connection]
danielinux has joined #riscv
Stat_headcrabed has joined #riscv
edr has joined #riscv
shamoe has joined #riscv
EchelonX has quit [Quit: Leaving]
ZipCPU has joined #riscv
esv has quit [Remote host closed the connection]
ntwk has quit [Ping timeout: 240 seconds]
esv has joined #riscv
Stat_headcrabed has quit [Quit: Stat_headcrabed]
heat has joined #riscv
notgull has quit [Ping timeout: 248 seconds]
notgull has joined #riscv
Esmil has quit [Server closed connection]
<palmer> is Andrew Jones in here? if so, can you re-spin <https://lore.kernel.org/all/20231020130515.424577-8-ajones@ventanamicro.com/> on top of that tag I just sent? It has the VDSO fix
billchenchina has joined #riscv
mlw has quit [Ping timeout: 264 seconds]
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #riscv
<palmer> my k230 showed up
mlw has joined #riscv
gurki has quit [Server closed connection]
gurki has joined #riscv
foton has quit [Quit: %Bye, bye, ...%]
vagrantc has joined #riscv
foton has joined #riscv
<courmisch> enjoy the awesome K230 SDK build system
aburgess_ has quit [Ping timeout: 240 seconds]
hightower3 has quit [Ping timeout: 240 seconds]
ntwk has joined #riscv
<palmer> does anyone have upstream kernels running? I generally try and just avoid the vendor stuff...
<courmisch> you are only the thrid I know to have a board, myself included
<courmisch> the vendor stuff is just a very painful way to get a working SPL, SBI, u-boot, DTS and Linux kernel
<courmisch> the kernel is based on T-Head/Revy 5.10
<courmisch> no clue how much patching would be necessary from a recent upstream
<palmer> given T-Head, it'll probably be a mess ;)
<courmisch> AFAICT, it's basically the TH1520 vendor kernel. I haven't diffed to see how much C908 stuff is added
<unlord> palmer: you may want these patches https://github.com/negge/k230_sdk/tree/build_fixes
<unlord> at least to get started. I would be very interested in hearing if you get a stock upstream kernel working
<palmer> we well eventually...
<palmer> will
<unlord> That would be great, because then I can junk this vendor sysroot and use normal linux
<courmisch> unlord: stock upstream, greedy much
<courmisch> I'd be happy with recent upstream + patches
<palmer> ya, just having something sort of sane is all I need -- 5.10 is just so old
<unlord> courmisch: sure, that would work too
<courmisch> even VF2 doesn't have full upstream support yet, does it?
<courmisch> I seem to be still stuck with 5.15 on the VF2
<unlord> courmisch: I'm sure the runtime detection of V fails on this kernel
<palmer> I thought VF2 worked upstraem? Is smaeul around?
<courmisch> maybe recently
<courmisch> but for me NVME never worked with upstream
<courmisch> and the Debian guys appear to think that HiFive is the only thing that can boot upstream kernels
<palmer> OK, that wouldn't be super surprising -- those StarFive chips were all kind of a mess, I wouldn't be surprised if there's a bunch of lurking issues
<courmisch> I can only guess that there's a dirty little kludge in the vendor kernel that's not in upstream
<palmer> ya, it's probably something small
<palmer> do you know of a kernel that actually works?
<courmisch> on what device?
<palmer> VF2
<courmisch> for VF2, I'm using the vendor kernel plus some custom config
<courmisch> release from June or July, IIRC
<courmisch> that's derived from 5.15
<courmisch> that does mostly work
<palmer> OK, 5.15 is still pretty old. I thought someone had something newer running...
<courmisch> some people run 6.something with patches, but that broke NVME for me
<courmisch> oh well, now to install Debian on the K230
<mps> courmisch: for VF2 I use mainline kernel with patches from aurel32 git repo, not much patches
<mps> and hope next week when 6.7-rc1 is released number of needed patches to boot it would be very small
<courmisch> mps: NVME keeps staling for me with those (last time I tried, admittedly a while ago)
<courmisch> mps: maybe I missed an kludge option or a kernel cmdline trick, I dunno
<mps> courmisch: it is not perfect but it works quite fine for building kernel with root FS on NVME
<courmisch> mps: gets stuck way too often for me, device effectively unusable
<courmisch> people have blamed it on my power supply, but the same hardware works with the vendor kernel :shrug:
<mps> courmisch: could be power supply issue, some alpine users had some similar problems with NVME and when they found better power supply it started to work fine
koolazer has quit [Server closed connection]
<mps> idk, but I'm sure it stalls and crashes when I use some not enough good power supply
koolazer has joined #riscv
<courmisch> I know, but clearly the vendor kernel is somehow able to get around it much better. Maybe it's just more aggressively working around lost IRQs or whatever, I dunno
<mps> could be, I have no idea
<courmisch> I don't mind buying another power adapter, but people seem pretty dodgy (somewhat understandably) about recommending anything
<mps> before buying I would test with good one
<mps> why waste money if it will not help
<mps> I first tested with chromebook and apple silicon power supplies
<palmer> for USB-C power adapters, that's the way I'd go for reliability -- the Chromebook guys in particular used to test these heavily, IIUC anything shipped along with a chromebook should be sane
<palmer> I also have some of those USB-C pass-through multimeters, they can be useful to see if anything odd is going on
<mps> I found this interesting article about USB-C power supplies https://www.robertlipe.com/usb-c-power-issues-with-development-boards/
<courmisch> can't exactly bring my VF2 to electronic store and test
<courmisch> aaarg, not the hvc0 bug again
<courmisch> what was the big idea naming the RISC-V console the same as hypervisor's
lagash has quit [Remote host closed the connection]
lagash has joined #riscv
<courmisch> anybody remembers the command to keep systemd off hvc0 ?
<mps> ( I happily forgot what is systemd ;-) )
<mps> systemd forced me to switch from debian after 20 years of usage (sorry for OT)
<courmisch> systemctl mask serial-getty@hvc0
khem has joined #riscv
foton has quit [Ping timeout: 255 seconds]
heat_ has joined #riscv
foton has joined #riscv
heat has quit [Read error: Connection reset by peer]
billchenchina has quit [Remote host closed the connection]
zBeeble24 has joined #riscv
crest_ has joined #riscv
Kedleston_ has joined #riscv
raghavgururajan_ has joined #riscv
kito-cheng_ has joined #riscv
bgamari_ has joined #riscv
shreyasminocha_ has joined #riscv
SpaceCoaster_ has joined #riscv
jleightcap_ has joined #riscv
yongxiang_ has joined #riscv
BootLayer_ has joined #riscv
nmeum_ has joined #riscv
dobson` has joined #riscv
uzix has joined #riscv
uzix has quit [Changing host]
uzix has joined #riscv
shreyasminocha has quit [Ping timeout: 246 seconds]
dobson has quit [Ping timeout: 246 seconds]
kito-cheng has quit [Ping timeout: 246 seconds]
jleightcap has quit [Ping timeout: 246 seconds]
raghavgururajan has quit [Ping timeout: 246 seconds]
yongxiang has quit [Ping timeout: 246 seconds]
bgamari has quit [Ping timeout: 246 seconds]
elastic_dog has quit [Ping timeout: 246 seconds]
SpaceCoaster has quit [Ping timeout: 246 seconds]
Kedleston has quit [Ping timeout: 246 seconds]
mahk has quit [Ping timeout: 246 seconds]
nmeum has quit [Ping timeout: 246 seconds]
crest has quit [Ping timeout: 246 seconds]
zBeeble42 has quit [Ping timeout: 246 seconds]
chripo has quit [Ping timeout: 246 seconds]
SpaceCoaster_ is now known as SpaceCoaster
kito-cheng_ is now known as kito-cheng
yongxiang_ is now known as yongxiang
Kedleston_ is now known as Kedleston
felixonmars has quit [Excess Flood]
BootLayer has quit [Ping timeout: 240 seconds]
jleightcap_ is now known as jleightcap
shreyasminocha_ is now known as shreyasminocha
pld has quit [Read error: Connection reset by peer]
shreyasminocha has quit [Read error: Connection reset by peer]
raghavgururajan_ has quit [Read error: Connection reset by peer]
jleightcap has quit [Read error: Connection reset by peer]
sumoon has quit [Write error: Connection reset by peer]
catcream_ has quit [Write error: Connection reset by peer]
yyp has quit [Read error: Connection reset by peer]
sm2n has quit [Read error: Connection reset by peer]
mwette has joined #riscv
raghavgururajan has joined #riscv
jleightcap has joined #riscv
shreyasminocha has joined #riscv
pld has joined #riscv
sm2n has joined #riscv
hightower2 has joined #riscv
catcream_ has joined #riscv
hightower2 has quit [Remote host closed the connection]
sumoon has joined #riscv
yyp has joined #riscv
hightower2 has joined #riscv
duthils has quit [Ping timeout: 258 seconds]
heat_ has quit [Remote host closed the connection]
mps has quit [Quit: leaving]
heat_ has joined #riscv
duthils has joined #riscv
uzix is now known as mahk
elastic_dog has joined #riscv
felixonmars has joined #riscv
mps has joined #riscv
shamoe has quit [Quit: Connection closed for inactivity]
foton has quit [Quit: %Bye, bye, ...%]
foton has joined #riscv
ezulian has quit [Ping timeout: 240 seconds]
foton has quit [Quit: %Bye, bye, ...%]
foton has joined #riscv
shamoe has joined #riscv
BootLayer_ has quit [Quit: Leaving]
sorear has quit [Server closed connection]
sorear has joined #riscv
davidlt has quit [Ping timeout: 264 seconds]
heat_ has quit [Remote host closed the connection]
heat_ has joined #riscv
lurks has quit [Ping timeout: 260 seconds]
aburgess_ has joined #riscv
crabbedhaloablut has quit []
vagrantc has quit [Quit: leaving]
motherfsck has quit [Ping timeout: 260 seconds]
wingsorc has joined #riscv
heat_ has quit [Read error: Connection reset by peer]
heat_ has joined #riscv
Andre_Z has quit [Quit: Leaving.]
Jackneill_ has quit [Ping timeout: 255 seconds]
prabhakarlad has quit [Ping timeout: 248 seconds]
justache is now known as justThanks
wingsorc__ has joined #riscv
wingsorc has quit [Read error: Connection reset by peer]
aurel32 has quit [Quit: leaving]
aurel32 has joined #riscv
heat_ is now known as mjg
mjg is now known as heat
psydroid2 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
JanC_ has joined #riscv
JanC is now known as Guest2259
JanC_ is now known as JanC
Guest2259 has quit [Ping timeout: 255 seconds]
foton has quit [Quit: %Bye, bye, ...%]
foton has joined #riscv
englishm has quit [Server closed connection]
englishm has joined #riscv
agent314 has quit [Ping timeout: 240 seconds]