<KREYREN>
I have LicheePi 4A that I am trying to boot from an SD Card -> Does anyone know if it needs any specific offset like `sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/DEVICE bs=1024 seek=8` on AllWinner A64?
<KREYREN>
bcs it ain't seeing it atm
BootLayer has joined #riscv
ezulian has joined #riscv
ezulian has quit [Remote host closed the connection]
ezulian has joined #riscv
smaeul has quit [Server closed connection]
smaeul has joined #riscv
SpaceCoaster has quit [Ping timeout: 244 seconds]
SpaceCoaster has joined #riscv
stolen has quit [Quit: Connection closed for inactivity]
knielsen has quit [Server closed connection]
knielsen has joined #riscv
jackneill__ has joined #riscv
notgull has quit [Ping timeout: 255 seconds]
notgull has joined #riscv
englishm has quit [Server closed connection]
englishm has joined #riscv
justache has quit [Server closed connection]
justache has joined #riscv
KREYREN_ has joined #riscv
KREYREN has quit [Remote host closed the connection]
prabhakarlad has joined #riscv
aburgess has quit [Ping timeout: 246 seconds]
DoubleJ has quit [Server closed connection]
DoubleJ has joined #riscv
danilogondolfo has joined #riscv
aburgess has joined #riscv
KREYREN_ has quit [Remote host closed the connection]
iooi has joined #riscv
Andre_Z has joined #riscv
aburgess has quit [Ping timeout: 246 seconds]
jmdaemon has quit [Ping timeout: 245 seconds]
notgull has quit [Ping timeout: 258 seconds]
Tenkawa has joined #riscv
notgull has joined #riscv
aburgess has joined #riscv
jjido has joined #riscv
sorear has quit [Server closed connection]
sorear has joined #riscv
BootLayer has quit [Quit: Leaving]
heat has joined #riscv
stolen has joined #riscv
BootLayer has joined #riscv
somlo_ is now known as somlo
jjido has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
Maylay has quit [Server closed connection]
Maylay has joined #riscv
Forty-Bot has quit [Server closed connection]
Forty-Bot has joined #riscv
Stat_headcrabed has joined #riscv
prabhakarlad has quit [Quit: Client closed]
junaid_ has joined #riscv
vagrantc has joined #riscv
ntwk has quit [Quit: ntwk]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
heat has quit [Remote host closed the connection]
heat has joined #riscv
stolen has quit [Quit: Connection closed for inactivity]
Trifton has quit [Remote host closed the connection]
Trifton has joined #riscv
junaid_ has quit [Remote host closed the connection]
Andre_Z has quit [Quit: Leaving.]
alexghiti has quit [Ping timeout: 258 seconds]
jn has quit [Ping timeout: 260 seconds]
jn has joined #riscv
jn has quit [Changing host]
jn has joined #riscv
ezulian has quit [Ping timeout: 246 seconds]
EchelonX has joined #riscv
jmdaemon has joined #riscv
jmdaemon has quit [Ping timeout: 245 seconds]
junaid_ has joined #riscv
mcfrdy has quit [Server closed connection]
mcfrdy has joined #riscv
ntwk has joined #riscv
danilogondolfo has quit [Quit: Leaving]
ezulian has joined #riscv
MaxGanzII has joined #riscv
bbyoume has joined #riscv
<bbyoume>
has anyone bought vision2 devices on amazon or ebay, theres a few resellers, some have even branded their title, not sure if any of these are known or trusted by others here or elsewhere...
<deathmist>
does "Unknown relocation type 57" preventing some Linux kernel modules from loading sound familiar? VF2 with mainline kernel, cross-compiled from x86_64 host with full LLVM 16.0.6 toolchain
MaxGanzII_ has joined #riscv
<deathmist>
I get this currently for nvme, uio & snd_pcm
MaxGanzII has quit [Ping timeout: 246 seconds]
Tenkawa has joined #riscv
<deathmist>
I guess I could now natively try compiling the kernel on the board itself now since it boots
<palmer>
deathmist: looks like the module loader doesn't support relocation 57 (32_PCREL, according to the psABI). Looks like it's mostly debug-related, so not surprising something's broken
simpl_e has joined #riscv
junaid_ has quit [Remote host closed the connection]
<palmer>
deathmist: charlie is going to look
<palmer>
If you can reproduce it on an upstream kernel, can you post to LKML?
<bbyoume>
thanx all who replied...so just to confirm, vf2 is "closer" to "just works" than pine64 starfive? and this trend doesnt seem like it will change soon, i.e. commit /bugfix qty and speed still faster for visionfive2?
<deathmist>
well not much more than "modprobe: ERROR: could not insert 'nvme': Invalid argument" and "nvme: Unknown relocation type 57" in dmesg afterwards
<Tenkawa>
just a sec
<Tenkawa>
Do you have another module you can "test" modprobe?
<Tenkawa>
and see if it errors
<deathmist>
yea, uio and snd_pcm have the same problem
<Tenkawa>
yeah
<Tenkawa>
I thought so
<Tenkawa>
What was your kernel compiler env?
<Tenkawa>
(native,cross, gcc version)
<Tenkawa>
(or clang)
<deathmist>
Chimera Linux provided LLVM 16.0.6 and elfutils similar to FreeBSD, no GCC or binutils, crossbuild from x86_64
<deathmist>
em s/elfutils/elftoolchain/
<Tenkawa>
Well ... without a binutils modules are going to try to be built internally with the tools... that might not work so well (at least it hasn't in my experience)
<heat>
am i overlooking anything or does riscv not have an "override" bit for MMU write protection? a-la x86 cr0.wp
<sorear>
you're not overlooking anything, S-mode can make aliases if it wants
<heat>
cool, thanks!
<muurkha>
Tenkawa: congratulations on booting!
<Tenkawa>
muurkha: thanks.. now if I can ever get my Pine JH7110 running 6.5 I'll be even in a better state but I'm fighting the dts atm..
EchelonX has quit [Quit: Leaving]
<Tenkawa>
I "want" it to boot NVMe like its doing now with 5.15 but I'm running into a panic at the moment I'm going to start debugging tomorrow
<bbyoume>
is it intentional that ppl talk here despite irc not having history or log unlike matrix xmpp or even forums and ml? id like to avoid wasting ppls time with previously answered questions if i can