<LeSpocky>
can I somehow override the 'image load address' when loading a kernel from a FIT image? the image has set none and I run into "Can't get image load address!"
<LeSpocky>
thing is: the fit image contains a multi platform kernel, and the load address is different for each
<Tartarus>
Yes, you need to make it a kernel_noload FIT image
<LeSpocky>
okay, gonna try that, thanks :-)
<LeSpocky>
okay with 'Type: Kernel Image (no loading done)' and `bootm ${loadaddr}:kernel` I get the same error
<LeSpocky>
U-Boot v2024.01 btw
<Tartarus>
you have to set a load address still, it's just ignored
<Tartarus>
when making the FIT
monstr has quit [Ping timeout: 252 seconds]
<LeSpocky>
o.O
matthias_bgg has quit [Quit: Leaving]
goliath has quit [Quit: SIGSEGV]
<LeSpocky>
same for entry point I guess?
qqq has quit [Quit: Lost terminal]
<Tartarus>
yes
monstr has joined #u-boot
<LeSpocky>
fwiw, what's the reason for having that entry point address anyway? I saw it was set to the same address as load address in many cases.
persmule has quit [Remote host closed the connection]
<Clamor>
Is there smth like vesamenu for u-boot extlinux? Or other arrow based navigation like in bootmenu.
<Tartarus>
specifically on top of parsing the extlinux.conf file, so you get something grub-like?
<Clamor>
I like how extlinux.conf works, my only issue is option choosing with number
<Clamor>
My keyboard has only 3 keys unfortunately
<LeSpocky>
Tartarus: got it working, thank you :-)
prabhakarlad has quit [Quit: Client closed]
mckoan is now known as mckoan|away
wooosaiiii1 has joined #u-boot
monstr has quit [Remote host closed the connection]
monstr has joined #u-boot
wooosaiiii has quit [Ping timeout: 252 seconds]
wooosaiiii1 is now known as wooosaiiii
sakman has quit [Ping timeout: 260 seconds]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
monstr has quit [Read error: Connection reset by peer]
jmasson has quit [Remote host closed the connection]
monstr has joined #u-boot
mmu_man has quit [Ping timeout: 256 seconds]
<calebccff>
is there a reason why DM_USB_GADGET doesn't depend explicitly on USB_GADGET ?
<Tartarus>
Ah, lets see
<Tartarus>
I _think_ the last platform that was blocking enforcing that dependency has been removed now
<calebccff>
I'm running into a build error if I enable dwc3 gadget stuff and then something like usb mass storage support, the dwc3 dm_usb_gadget_handle_interrupts() implementation isn't enabled without DM_USB_GADGET but there's no clear way to express that dependency afaict
<Tartarus>
Lets start the clock and see if I can confirm that before my meeting in 30 minutes _and_ not be late to said meeting ;)
<calebccff>
heh
<calebccff>
thanks :P
goliath has joined #u-boot
mmu_man has joined #u-boot
rvalue has quit [Ping timeout: 256 seconds]
rvalue has joined #u-boot
monstr has quit [Remote host closed the connection]
ldevulder has quit [Ping timeout: 255 seconds]
ldevulder has joined #u-boot
<Tartarus>
And it looks like there's maybe some wrong logic around the udc driver today
<Tartarus>
ugh, no, it's worse than I thought
<calebccff>
oh dear...
<Tartarus>
CI_UDC doesn't support DM_USB_GADGET
<calebccff>
ahh
<Tartarus>
Might be a few others too, at91 maybe
<calebccff>
would it be safe to make dwc3 depend on DM_USB_GADGET?
<Tartarus>
So, hmm
<calebccff>
well, USB_DWC3_GADGET i mean
Clamor has quit [Ping timeout: 255 seconds]
Clamor has joined #u-boot
<Tartarus>
Today there's 10 boards that don't already enable that
<Tartarus>
that combination that is, USB_DWC3_GADGET && DM_USB_GADGET
<Tartarus>
Probably should just have USB_DWC3_GADGET select DM_USB_GADGET
<Tartarus>
and SPL_DM_USB_GADGET if SPL_USB_GADGET
<calebccff>
ok cool, that tracks
<calebccff>
thx for looking into it
GNUtoo has joined #u-boot
vagrantc has joined #u-boot
sakman has joined #u-boot
frieder has quit [Remote host closed the connection]
sakman has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 256 seconds]
goliath has quit [Quit: SIGSEGV]
mmu_man has joined #u-boot
sakman has joined #u-boot
jfsimon1981 has quit [Remote host closed the connection]
prabhakarlad has joined #u-boot
slobodan has quit [Ping timeout: 240 seconds]
___nick___ has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
___nick___ has quit [Ping timeout: 256 seconds]
qqq has quit [Ping timeout: 240 seconds]
qqq has joined #u-boot
<calebccff>
argh, i feel like im so close to getting USB SuperSpeed working, but not matter what I do it fails to communicate with superspeed USB devices beyond reading the descriptors
prabhakarlad has quit [Ping timeout: 250 seconds]
ldevulder has quit [Ping timeout: 268 seconds]
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
persmule has quit [Remote host closed the connection]