redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
zkrx has quit [Ping timeout: 255 seconds]
gsz has joined #u-boot
monstr has joined #u-boot
goliath has joined #u-boot
gsz has quit [Ping timeout: 248 seconds]
Cityjohn has joined #u-boot
warpme has joined #u-boot
mckoan|away is now known as mckoan
Cityjohn has quit [Remote host closed the connection]
Cityjohn has joined #u-boot
flokli has quit [Ping timeout: 252 seconds]
mripard has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ldevulder has joined #u-boot
flokli has joined #u-boot
Guest37 has joined #u-boot
<Guest37>
Hello to everyone who is present here. I am getting errors what on first look nothing has to do with my code since they are comming from like .../bind.c or .../read.c or many others like that as well. The errors are mainly of nature undefined reference to ....... in almost all cases. I really am unable to comprehend the correlation of such errors
<Guest37>
in respect of my board and code. There has to be a correlation somewhere what I am missing. Can anyone guess or give me some Clues related to it. I am using freescales 2024.04
ikarso has joined #u-boot
warpme has joined #u-boot
<Guest37>
arm-none-linux-gnueabi-ld.bfd: cmd/bind.o: in function bind_by_node_path': /git/cmd/bind.c:137:(.text.do_bind_unbind+0x46): undefined reference to ofnode_path'
Cityjohn has quit [Ping timeout: 252 seconds]
Cityjohn has joined #u-boot
<mwalle>
mkorpershoek: oops :o
<mkorpershoek>
mwalle: :)
<mkorpershoek>
sorry I did not notice it earlier
jfsimon1981 has quit [Read error: Connection reset by peer]
jfsimon1981_b has joined #u-boot
helene has quit [Remote host closed the connection]
naoki has quit [Quit: naoki]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
persmule has quit [Remote host closed the connection]
warpme has joined #u-boot
prabhakalad has joined #u-boot
Guest37 has quit [Quit: Client closed]
ladis has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
umbramalison_alt has joined #u-boot
umbramalison has quit [Ping timeout: 252 seconds]
mckoan is now known as mckoan|away
umbramalison has joined #u-boot
prabhakalad has joined #u-boot
umbramalison_alt has quit [Ping timeout: 246 seconds]
memset has quit [Remote host closed the connection]
memset has joined #u-boot
Cityjohn has quit [Ping timeout: 255 seconds]
mmu_man has joined #u-boot
alpernebbi has quit []
RobertBerger has joined #u-boot
Guest37 has joined #u-boot
Cityjohn has joined #u-boot
Guest37 has quit [Quit: Client closed]
Cityjohn has quit [Ping timeout: 252 seconds]
Guest37 has joined #u-boot
memset has quit [Remote host closed the connection]
ladis has quit [Quit: Leaving]
memset has joined #u-boot
yann-kaelig has joined #u-boot
Cityjohn has joined #u-boot
Cityjohn has quit [Ping timeout: 272 seconds]
Cityjohn has joined #u-boot
Cityjohn has quit [Remote host closed the connection]
<Guest37>
Is it somehow related to device tree I am using?
Cityjohn has quit [Remote host closed the connection]
Cityjohn has joined #u-boot
Jones42_ is now known as Jones42
<marex>
Guest37: which U-Boot version is that and which config ?
<Guest37>
marex 2024.
<Guest37>
marex my own configuration
<marex>
there were multiple releases in 2024, is that a release version of something cloned from git ?
<marex>
is the configuration derived from any existing configuration ? if so, what changed ?
<marex>
does the existing configuration build ?
<Guest37>
marex it is 2024.04 from freescale. I am porting from 2017, which is functional. Could you guess what could be problem
Kwiboo has quit [Quit: .]
Kwiboo has joined #u-boot
Cityjohn has quit [Remote host closed the connection]
Cityjohn has joined #u-boot
persmule has joined #u-boot
gsz has joined #u-boot
<Jones42>
So I've made some experiments with signing fitimages with ECDSA instead of RSA and it turns out that ecdsa_add_verify_data does not add the required signature/key nodes to the u-boot.dts
<Jones42>
(unlike rsa_add_verify_data, which does add the nodes if missing)
<Jones42>
Is there something I'm missing, or is that worth a patch?
Cityjohn has quit [Ping timeout: 276 seconds]
Guest37 has quit [Quit: Client closed]
Cityjohn has joined #u-boot
<Cityjohn>
How do I get into the Uboot command line and change the splash image?
Guest37 has joined #u-boot
<Guest37>
marex the old link is expired so the new one https://paste.mozilla.org/Ty51L9Cw. Do you think it could be a problem due to old device tree I am using or something else?
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
goliath has quit [Quit: SIGSEGV]
Stat_headcrabed has joined #u-boot
warpme has joined #u-boot
Cityjohn has quit [Ping timeout: 246 seconds]
dsimic has quit [Ping timeout: 255 seconds]
ukky has quit [Quit: rebooting]
dsimic has joined #u-boot
Cityjohn has joined #u-boot
memset has quit [Remote host closed the connection]
memset has joined #u-boot
ukky has joined #u-boot
mripard has quit [Quit: mripard]
mripard has joined #u-boot
mripard has quit [Client Quit]
mripard has joined #u-boot
Cityjohn has quit [Ping timeout: 246 seconds]
vagrantc has joined #u-boot
goliath has joined #u-boot
<cambrian_invader>
Guest37: do you have CONFIG_OF_CONTROL enabled
<Guest37>
cambrian_invader no, I have more or less the configs from 2017. Should I add it
<cambrian_invader>
yes
Guest37 has quit [Quit: Client closed]
Guest37 has joined #u-boot
<Guest37>
cambrian_invader thank you very much! Could you give me a clue if I could use the same old device tree or do I have to modify it as well?
<cambrian_invader>
you may need to modify it, but it should be a reasonable starting point
<Guest37>
cambrian_invader so I have to change defconfig, device tree and board source code becaue of all new dm driver functions? Is there any migration guide which you have come across and what you could suggest me?
<cambrian_invader>
well, there are 7 years of changes in the code, I think this is expected
<cambrian_invader>
there are some migration guides under doc, but they are mostly about porting drivers themselves
<Guest37>
cambrian_invader yes I thought so! that's the problem, it's like banging a drum in air. I know I have to change however don't know what needs to be changed and in what
<cambrian_invader>
well, try booting and see what works (or doesn't)
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Guest37>
cambrian_invader I extend my gratitude for your help