00:24
naoki has joined #riscv
00:26
Trifton_ has quit [Quit: ~~~RiDiN tHe WaVeS~~~]
00:31
heat has quit [Ping timeout: 252 seconds]
00:47
pecastro has quit [Ping timeout: 276 seconds]
00:55
Trifton has joined #riscv
01:02
LainExperiments has joined #riscv
01:09
KaitoDaumoto has quit [Remote host closed the connection]
01:16
<
geist >
drmpeg: yep. it's not that fantastic, though it does have twice as many cores, but it's very much in the same category as the u74s
01:16
<
geist >
it seems to have twice the memory bandwidth FWIW
01:17
vagrantc has quit [Quit: leaving]
01:18
<
drmpeg >
I don't understand how a Linux build make -j8 on BPI-F3 takes exactly the same time as a make -j4 on VF2.
01:23
<
drmpeg >
I was expecting the build to take 1/2 the time, but no.
01:24
<
drmpeg >
Something is very wrong.
01:26
LainExperiments has quit [Quit: Client closed]
01:30
LainExperiments has joined #riscv
01:33
<
Tenkawa >
drmpeg: part of it is that the F3 (if the information was given to me correctly) is an OOO SoC and that being the case the build environment needs to be rebuilt/optimized to handle it..
01:34
<
Tenkawa >
Normal gcc/llvm if the information I have in Ubuntu/Debian does not optimize correctly to build quickly on these cpus
01:34
<
Tenkawa >
Do not quote me on this though...
01:35
<
Tenkawa >
Finding "detailed" information on the internals is fairly difficult for this SoC
01:36
<
drmpeg >
Is it possibly due to the "load average" issue?
01:36
<
drmpeg >
That you guys were chasing.
01:37
<
Tenkawa >
No.. thats fixed with the right setup...
01:37
<
Tenkawa >
root@bpibox:~# w
01:37
<
Tenkawa >
20:36:53 up 12:57, 1 user, load average: 0.00, 0.00, 0.00
01:37
<
Tenkawa >
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
01:37
<
Tenkawa >
thats on my curent 6.6 NVMe setup
01:37
<
drmpeg >
I'm still running the stock 6.6 kernel.
01:38
<
Tenkawa >
I think they fixed it on the latest one on the Bainbu source
01:39
<
drmpeg >
I'll check it out.
01:39
<
Tenkawa >
YpHave you updated in the last 9 days?
01:39
<
Tenkawa >
Thats when the latest kernel updates were
01:40
<
drmpeg >
I'm using whatever was in Bianbu 2.0.1
01:40
<
Tenkawa >
Yeah not sure..
01:41
<
drmpeg >
dated Oct 25.
01:41
<
Tenkawa >
Yeah those are the ones
01:42
<
Tenkawa >
Working nicely here...finally
01:43
<
drmpeg >
I gotta go. Time to eat.
01:43
<
Tenkawa >
Have fun.. I just got back from doing that
01:43
<
drmpeg >
to be continued...
02:02
LainExperiments has quit [Ping timeout: 256 seconds]
02:24
mlw has quit [Read error: Connection reset by peer]
02:27
mlw has joined #riscv
03:06
Tenkawa has quit [Quit: Was I really ever here?]
03:14
BootLayer has joined #riscv
03:22
craigo has joined #riscv
03:28
freakazoid332 has joined #riscv
03:32
frkzoid has quit [Ping timeout: 245 seconds]
04:10
remexre has joined #riscv
04:33
another| has quit [Ping timeout: 244 seconds]
04:45
prabhakalad has quit [Ping timeout: 255 seconds]
04:46
prabhakalad has joined #riscv
04:46
hexdump0815 has quit [Ping timeout: 276 seconds]
04:47
another| has joined #riscv
04:48
hexdump0815 has joined #riscv
04:55
drmpeg has quit [Ping timeout: 260 seconds]
04:56
loki_val has quit [Ping timeout: 248 seconds]
04:56
crabbedhaloablut has joined #riscv
05:08
drmpeg has joined #riscv
05:34
BootLayer has quit [Quit: Leaving]
07:10
bsFFFFFF has joined #riscv
07:24
cleger has joined #riscv
07:56
pecastro has joined #riscv
09:01
danilogondolfo has joined #riscv
09:31
iooi has quit [Quit: iooi]
09:38
iooi has joined #riscv
09:38
iooi has quit [Client Quit]
09:45
nukelet has quit [Quit: Ping timeout (120 seconds)]
09:45
nukelet has joined #riscv
09:46
n_crm has quit [Remote host closed the connection]
09:46
n_crm has joined #riscv
09:53
iooi has joined #riscv
10:03
TMM has joined #riscv
10:40
naoki has quit [Quit: naoki]
11:17
fancer has joined #riscv
11:31
iooi has quit [Quit: iooi]
11:41
naoki has joined #riscv
11:41
naoki has quit [Client Quit]
11:48
cousteau has joined #riscv
12:02
cousteau has quit [Quit: Client closed]
12:10
iooi has joined #riscv
12:29
<
Esmil >
dlan: which u-boot are you using on the SpacemiT K1 (banana pi)?
12:30
<
Esmil >
it seems the u-boot shipped with bianbu 1.0.15 just loads variables from env_k1.txt which specifies the kernel/dt to boot directly
12:30
<
Esmil >
eg. no possibility for a menu or u-boot prompt or even better EFI
12:42
Tenkawa has joined #riscv
12:56
eightthree has quit [Remote host closed the connection]
13:07
heat has joined #riscv
13:10
<
jbe >
Regarding the DC input on the Milk-V Jupiter, does anyone know if it's expecting e.g. minus on the shield or if the polarity even matters (i.e. it's compensated for)?
13:13
<
dlan >
Esmil: on bananapi-f3, I use the one refactor-ed by cyy.. I'm too lazy to build uboot myself, and only slightly adjust env_k1.txt to make it boot from tftp (using pexboot)
13:13
<
Esmil >
dlan: ah, do you have a link to the source?
13:15
<
mps >
we have u-boot on alpine patched with support for extlinux.conf and env_k1.txt is not needed
13:15
<
Tenkawa >
dlan: in theory ot should work.. (mps beat me to it...)
13:16
<
Tenkawa >
We use extlinux on our Debian/Ubuntu builder
13:16
<
Tenkawa >
We don't use the regular u-boot/env-k1.txt anymore at all
13:17
<
Tenkawa >
and all boot methods work
13:17
<
Tenkawa >
Just u-boot/extlinux
13:18
<
Tenkawa >
I'm even running multiple kernels menu on mine atm to test a few performance tuning fixes
13:18
<
mps >
Tenkawa: right, also I do this, rescue kernel and test ones select from menu
13:19
<
Tenkawa >
mps: yeah that is very useful indeed...
13:19
<
dlan >
should support extlinux.conf fairly easy, but I haven't looked myself (as pxeboot basically parse same format as extlinux.conf)
13:19
<
mps >
experienced admins always have 'rescue' ready ;)
13:22
<
dlan >
Esmil: btw, is there anyone working on mainline support for eswin eic7700?
13:23
<
Esmil >
dlan: that's really a question for SiFive/ESWIN ;)
13:25
<
Esmil >
this is SiFive's version of the kernel mostly based on ESWIN code
13:26
<
Tenkawa >
Esmil: is mara on the linux kernel team or a vendor dev?
13:28
cleger has quit [Read error: Connection reset by peer]
13:28
<
Esmil >
im not sure who mara is
13:28
<
Tenkawa >
I "think" whoever that is was responsible for helping upstream some of the JH7110 Milk-V and Star64 work
13:28
cleger has joined #riscv
13:28
<
Tenkawa >
and its working very well in my testing
13:29
<
Tenkawa >
The Starfive had been working for a while... but not so much these units
13:30
<
Tenkawa >
Now the Milk-C Mars CM looks good woth one yet to be committed USB change...
13:30
<
Tenkawa >
Shadow has been a great help there over on Matrix/Discord too
13:31
<
Tenkawa >
Now even my focus is this BPI-F3
13:37
cleger has quit [Remote host closed the connection]
13:43
<
dlan >
Esmil: thanks, for all the info..
14:05
cleger has joined #riscv
14:06
fancer has quit [Quit: Konversation terminated!]
14:06
fancer has joined #riscv
14:13
jedesa has joined #riscv
14:47
paulk has quit [Ping timeout: 248 seconds]
14:53
paulk has joined #riscv
14:56
BootLayer has joined #riscv
15:03
Stat_headcrabbed has joined #riscv
15:06
cousteau has joined #riscv
15:15
naoki has joined #riscv
15:15
naoki has quit [Client Quit]
15:44
paulk has quit [Quit: WeeChat 3.0]
15:47
paulk has joined #riscv
15:50
mlw has quit [Ping timeout: 246 seconds]
15:53
jedesa has quit [Quit: jedesa]
16:23
TMM has joined #riscv
16:37
cleger has quit [Ping timeout: 244 seconds]
16:53
BootLayer has quit [Quit: Leaving]
16:58
psydroid has quit [Read error: Connection reset by peer]
17:00
psydroid has joined #riscv
17:02
craigo has quit [Ping timeout: 260 seconds]
17:07
psydroid has quit [Read error: Connection reset by peer]
17:18
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
17:20
Stat_headcrabbed has joined #riscv
17:43
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
17:45
Stat_headcrabbed has joined #riscv
17:46
psydroid has joined #riscv
17:50
prabhakalad has quit [Quit: Konversation terminated!]
17:51
prabhakalad has joined #riscv
17:54
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
17:58
Stat_headcrabbed has joined #riscv
18:01
cousteau has quit [Quit: Client closed]
18:41
JanC_ has joined #riscv
18:41
JanC has quit [Killed (erbium.libera.chat (Nickname regained by services))]
18:41
JanC_ is now known as JanC
18:44
impomatic has joined #riscv
18:57
impomatic has quit [Quit: Client closed]
18:58
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
18:58
impomatic has joined #riscv
18:58
HumanG33k has quit [Ping timeout: 276 seconds]
19:13
HumanG33k has joined #riscv
19:13
danilogondolfo has quit [Quit: Leaving]
19:13
impomatic has quit [Ping timeout: 256 seconds]
19:18
JanC has quit [Ping timeout: 260 seconds]
19:20
fancer has quit [Ping timeout: 245 seconds]
19:25
JanC has joined #riscv
19:28
impomatic has joined #riscv
20:01
tyzef has joined #riscv
20:13
tyzef has quit [Quit: WeeChat 3.8]
20:45
impomatic has quit [Ping timeout: 256 seconds]
20:51
prabhakalad has quit [Ping timeout: 260 seconds]
21:02
prabhakalad has joined #riscv
21:04
bsFFFFFF has quit [Remote host closed the connection]
21:28
impomatic has joined #riscv
21:33
zjason` has joined #riscv
21:35
zjason has quit [Ping timeout: 265 seconds]
21:42
zBeeble42 is now known as zBeeble
21:55
eightthree has joined #riscv
21:56
eightthree has quit [Remote host closed the connection]
21:58
eightthree has joined #riscv
22:01
psydroid has quit [Read error: Connection reset by peer]
22:01
eightthree has quit [Remote host closed the connection]
22:03
eightthree has joined #riscv
22:06
getz has joined #riscv
22:06
eightthree has quit [Remote host closed the connection]
22:08
eightthree has joined #riscv
22:09
psydroid has joined #riscv
22:12
eightthree has quit [Remote host closed the connection]
22:13
eightthree has joined #riscv
22:17
eightthree has quit [Remote host closed the connection]
22:19
eightthree has joined #riscv
22:22
eightthree has quit [Remote host closed the connection]
22:23
eightthree has joined #riscv
22:27
eightthree has quit [Remote host closed the connection]
22:28
eightthree has joined #riscv
22:29
punit has joined #riscv
22:31
eightthree has quit [Remote host closed the connection]
22:32
eightthree has joined #riscv
22:34
prabhakalad has quit [Ping timeout: 260 seconds]
22:37
eightthree has quit [Remote host closed the connection]
22:38
eightthree has joined #riscv
22:41
eightthree has quit [Remote host closed the connection]
22:42
eightthree has joined #riscv
22:46
eightthree has quit [Remote host closed the connection]
22:48
eightthree has joined #riscv
22:50
impomatic has quit [Ping timeout: 256 seconds]
22:51
eightthree has quit [Remote host closed the connection]
22:53
eightthree has joined #riscv
22:55
eightthree has quit [Remote host closed the connection]
22:57
eightthree has joined #riscv
23:00
eightthree has quit [Remote host closed the connection]
23:02
eightthree has joined #riscv
23:02
cousteau has joined #riscv
23:06
eightthree has quit [Remote host closed the connection]
23:08
eightthree has joined #riscv
23:11
eightthree has quit [Remote host closed the connection]
23:13
eightthree has joined #riscv
23:15
eightthree has quit [Remote host closed the connection]
23:17
eightthree has joined #riscv
23:21
eightthree has quit [Remote host closed the connection]
23:22
eightthree has joined #riscv
23:26
eightthree has quit [Remote host closed the connection]
23:28
eightthree has joined #riscv
23:30
eightthree has quit [Remote host closed the connection]
23:32
eightthree has joined #riscv
23:36
eightthree has quit [Remote host closed the connection]
23:38
eightthree has joined #riscv
23:40
eightthree has quit [Remote host closed the connection]
23:42
eightthree has joined #riscv
23:46
eightthree has quit [Remote host closed the connection]
23:48
eightthree has joined #riscv
23:50
eightthree has quit [Remote host closed the connection]
23:52
eightthree has joined #riscv
23:55
eightthree has quit [Remote host closed the connection]
23:57
eightthree has joined #riscv