dgilmore changed the topic of #fedora-riscv to: Fedora on RISC-V https://fedoraproject.org/wiki/Architectures/RISC-V || Logs: https://libera.irclog.whitequark.org/fedora-riscv || Alt Arch discussions are welcome in #fedora-alt-arches
bkeys has joined #fedora-riscv
bkeys has quit [Ping timeout: 246 seconds]
davidlt_ has joined #fedora-riscv
jcajka has joined #fedora-riscv
bkircher has joined #fedora-riscv
<rwmjones> morning
bkircher has quit [Quit: WeeChat 3.0.1]
bkircher has joined #fedora-riscv
bkircher has quit [Quit: WeeChat 3.0.1]
bkircher has joined #fedora-riscv
davidlt_ is now known as davidlt
<davidlt> rwmjones, morning
<davidlt> rwmjones, could you check PMIC chip on the board?
<davidlt> rwmjones, is that AE or DA variant?
<BryceII> ? are we talking about the unmatched board? (TPS544B20)
<davidlt> BryceII, the DA9063 PMIC
<davidlt> 8x8mm, 2cm from reset button from dialog
* davidlt brain is not working..
<BryceII> DA
<BryceII> DA9063 /DA / 2007ECA1
<davidlt> BryceII, thanks!
<rwmjones> morning
<rwmjones> it's the unmatched board, let me check
<rwmjones> PMIC is something to do with power management?
<davidlt> yes
<BryceII> rwmjones: there are a couple,.. thers one for taking the PSU power and dropping it and the dialog one seems to be to smooth it out further for the cpu and other 'delicates'
davidlt has quit [Ping timeout: 268 seconds]
bkircher has quit [Ping timeout: 240 seconds]
cmuellner has quit [Ping timeout: 250 seconds]
bkircher has joined #fedora-riscv
cmuellner has joined #fedora-riscv
davidlt has joined #fedora-riscv
jcajka has quit [Ping timeout: 265 seconds]
bkircher has quit [Ping timeout: 252 seconds]
jcajka has joined #fedora-riscv
King_InuYasha has quit [Ping timeout: 264 seconds]
<rwmjones> https://news.ycombinator.com/item?id=27592187 "SiFive P550 Core Sets New Standard as Highest Performance RISC-V Processor IP"
davidlt has quit [Ping timeout: 268 seconds]
King_InuYasha has joined #fedora-riscv
<leah2> if the p550 is the fastest, and the unmatched is the fastest that's shipping, are there non-sifive ones in between?
<sorear> allegedly
bkeys has joined #fedora-riscv
<bkeys> rwmjones Do you know if Fedora would boot if you flashed uboot to SPI on the unmatched?
bkeys has quit [Ping timeout: 246 seconds]
jcajka has quit [Quit: Leaving]
<rwmjones> grrr ubuntu--
<rwmjones> yeah a proper kernel would be good
<rwmjones> the latest problems are selinux and "copymods"
<BryceII> rwmjones: I'd to use an LD_PRELOAD to fake the capability stuff
<BryceII> int cap_set_file(const char *path_p, cap_t cap_p)
<BryceII> return 0;
<BryceII> }
<BryceII> {
<BryceII> gcc -Wall -shared foo.c -o foo.so ; env LD_PRELOAD=/root/hack/foo.so dnf reinstall shadow-utils
<BryceII> but as you say, a proper kernel would be nice,.. (I couldn;t get the fedora 5.10 one to kick into life on the unpached after crng, I assume it needs a load of unmatched patches that wern;t in the fc23 risc-v kernel
<BryceII> unfortunately I'm in a weakened state and can;t face the 8000+ kernel options editing required