<Hammdist>
hi all, I'd like to kexec into u-boot on the rk3328 renegade board. is this possible? which image should I try with kexec (building has produced a bunch of .bin files)?
sakman__ has quit [Remote host closed the connection]
sakman__ has joined #u-boot
persmule_ has quit [Ping timeout: 246 seconds]
indy- has quit [Ping timeout: 246 seconds]
persmule_ has joined #u-boot
indy has joined #u-boot
<xypron>
Tartarus: the U-Boot on EFI app is sjg1 's turf. It would be nice if Simon could check if the future work list can be reduced.
sng has quit [Remote host closed the connection]
ezulian has joined #u-boot
<Hammdist>
hi all, I just built u-boot for rk3328 renegade board. I have some .bin files. how do I write to an sd card to boot from? are there instructions per board somewhere?
ikarso has joined #u-boot
Clamor has joined #u-boot
<lvrp16>
Hammdist: sector 64 for Rockchip boards. bs=512 seek=64
justache is now known as reddit-bot
reddit-bot is now known as justache
Clamor has quit [Ping timeout: 250 seconds]
Clamor has joined #u-boot
ezulian has quit [Quit: ezulian]
ezulian has joined #u-boot
wooosaiiii has quit [Ping timeout: 258 seconds]
persmule_ has quit [Remote host closed the connection]
goliath has joined #u-boot
persmule has joined #u-boot
slobodan has joined #u-boot
sng has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
mmu_man has joined #u-boot
slobodan_ has joined #u-boot
slobodan has quit [Ping timeout: 246 seconds]
<paulbarker>
Is there a way to get buildman to print the list of boards or defconfigs it built?
mmu_man has quit [Ping timeout: 260 seconds]
sng has quit [Remote host closed the connection]
sng has joined #u-boot
mmu_man has joined #u-boot
<marex>
paulbarker: isnt that what u-boot ci does by default ?
<paulbarker>
marex: It prints the names of any configs that generate an error or warning, but it doesn't print the names which build cleanly
<marex>
oh, hum
<marex>
sjg1: ^
qqq has quit [Remote host closed the connection]
sakman__ is now known as sakman
Hammdist has quit [Quit: Ping timeout (120 seconds)]
davlefou has joined #u-boot
prabhakarlad has joined #u-boot
davlefou has quit [Remote host closed the connection]
Stat_headcrabed has joined #u-boot
Stat_headcrabed has quit [Client Quit]
Clamor has quit [Ping timeout: 245 seconds]
Clamor has joined #u-boot
davlefou has joined #u-boot
slobodan has joined #u-boot
slobodan_ has quit [Ping timeout: 246 seconds]
mmu_man has quit [Ping timeout: 246 seconds]
sng__ has joined #u-boot
sng has quit [Read error: Connection reset by peer]
sng__ has quit [Ping timeout: 245 seconds]
camus has quit [Ping timeout: 248 seconds]
slobodan has quit [Remote host closed the connection]
Clamor has quit [Read error: Connection reset by peer]
NishanthMenon has quit [Server closed connection]
slobodan has quit [Read error: Connection reset by peer]
NishanthMenon has joined #u-boot
qsx has quit [Server closed connection]
qsx has joined #u-boot
sng has quit [Remote host closed the connection]
sng has joined #u-boot
sng has quit [Read error: Connection reset by peer]
mmu_man has joined #u-boot
ldevulder has quit [Quit: Leaving]
thopiekar has quit [Ping timeout: 245 seconds]
thopiekar has joined #u-boot
thopiekar has quit [Ping timeout: 250 seconds]
thopiekar has joined #u-boot
thopiekar has quit [Ping timeout: 245 seconds]
thopiekar has joined #u-boot
yollom has quit [Server closed connection]
yollom has joined #u-boot
<deathmist>
mps: so about VisionFive 2, I just found out about https://github.com/u-boot/u-boot/commit/9b7060b after realizing U-Boot passes its own DTB to my kernel which is why CPUfreq was broken (missing nodes) on mainline, cobbled together https://paste.c-net.org/2kybqijjkh6c as a hack but idk if this is anything upstream would be interested in
<deathmist>
extlinux at least appears to select correct-for-mainline DTB from filesystem now instead of U-Boot's own stuff, though now kernel panics due to starfive_cryp_probe failing catastrophically the list_add() from what I see
<mps>
deathmist: I could test patch but not now
<mps>
and yes, with mainline u-boot kernel tends to crash on boot when loading crypt module
<mps>
looking on the patch it looks as good idea
PhoenixM1ge has quit [Ping timeout: 248 seconds]
<mps>
deathmist: and yes, I tested with the both dtbs on 3b board, it boots with both but not forgot how it works, i.e. is it stable
<deathmist>
also while on the topic of VF2, could the creation of spl/u-boot-spl.bin.normal.out with https://github.com/starfive-tech/Tools/tree/master/spl_tool somehow be integrated into the U-Boot build process? I do it as a post_install step in my distro packaging currently but since it's mandatory for the board to boot it would make sense if it at least runs the spl_tool command if nothing else
<mps>
and DTS is not same, there are some differences
<mps>
deathmist: I plan to add spl_tool as separate pkg to alpine linux
<mps>
and when building u-boot for VF pkg add spl_tool as makedepends and use it in build script
<mps>
deathmist: I'm curious, on which distro you work