Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.10 is OUT / Merge Window is OPEN until 25 October 2021 / Release v2022.01 is scheduled for 10 January 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
fdanis_away has quit [Ping timeout: 260 seconds]
mmu_man has quit [Ping timeout: 268 seconds]
samekh_ has joined #u-boot
samekh has quit [Ping timeout: 250 seconds]
zibolo has quit [Ping timeout: 265 seconds]
zibolo_ has joined #u-boot
flyback is now known as kriskross
kriskross is now known as flyback
vagrantc has quit [Quit: leaving]
fdanis_away has joined #u-boot
Xogium has joined #u-boot
<Xogium> well… after more investigation, I have no clue why u-boot seems to hang on vfat related code, at least according to openocd and gdb. I removed ext4 fs thinking it was the problem, but nop. It just found someplace else to hang
<Xogium> I still have no idea why u-boot doesn't talk over serial on stm32f769 discovery kit
<Xogium> I'd really appreciate any help
<Xogium> this is default config, default dts, haven't touched a thing, from u-boot 2021.01
<Xogium> if someone has ideas of things I can try, feel free… I'm just confused at this point
<Xogium> I've tripple checked usart1 is the correct serial console and it is, st-link chip is connected to this, and that's exactly what I'm trying to use with screen, at 115200n8 baud
<Xogium> ftr, the only thing I was able to get out of gdb is this
<Xogium> 0x0802781a in ext4_read_file (filename=0x2004ffe0 "_\256O\376", buf=0x16, offset=<optimized out>, len=0, len_read=0x0) at fs/ext4/ext4fs.c:259
<Xogium> 259 return ext4fs_read(buf, offset, len, len_read);
<Xogium> typing continue then pressing ctrl+c 10 seconds later, and its still at the very same point
<Xogium> so its hung there for whatever
<Xogium> I'd think it should still talk over serial at this point
mmu_man has joined #u-boot
agust has joined #u-boot
fdanis_away is now known as fdanis
guillaume_g has joined #u-boot
<Xogium> hmph I'm completely lost
<marex> Xogium: try git HEAD, maybe it was fixed since ?
<Xogium> yeah… I hope so because its driving me up the wall
mckoan|away is now known as mckoan
<milkylainen_> sjg1: Hmm. I can try.
<Xogium> lets try then, true that 2021.01 is dated a bit ;)
monstr has joined #u-boot
sszy has joined #u-boot
<Xogium> hmm
<Xogium> 2021-11-16T03:07:16 LD u-boot
<Xogium> 2021-11-16T03:07:16 /mnt/buildroot-stm32f769/output/stm32f769/host/bin/arm-linux-ld.bfd: common/board_f.o:(.rodata.init_sequence_f+0x28): undefined reference to `board_early_init_f'
<Xogium> ok so 2021.01 compiles ok but appears broken, 2021.10 doesn't build at all…
<Xogium> time to try master, I guess…
<Xogium> ermf… master build appears to hang
<Xogium> its just one of these awefull days it looks like
<Xogium> marex: you got any other ideas ?
<Xogium> at this point even seeing u-boot crash on the serial console would be an improvement
<Xogium> ah I found the issue with master… Build system hangs because questions get asked
camus1 has joined #u-boot
camus has quit [Ping timeout: 260 seconds]
camus1 is now known as camus
tnovotny has joined #u-boot
matthias_bgg has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
tnovotny has quit [Quit: Leaving]
zibolo_ has quit [Quit: No Ping reply in 180 seconds.]
zibolo has joined #u-boot
redbrain has joined #u-boot
michalkotyla has joined #u-boot
pgreco has quit [Quit: ZNC 1.8.2 - https://znc.in]
pgreco has joined #u-boot
jwillikers has joined #u-boot
<Xogium> marex: finally tested master… stm32f769 defconfig, no tweaks, doesn't talk on serial
<Xogium> any suggestions on how to debug/find what is wrong ?
michalkotyla has quit [Quit: michalkotyla]
jwillikers has quit [Remote host closed the connection]
torez has joined #u-boot
monstr has quit [Ping timeout: 265 seconds]
foxtrot has quit [Ping timeout: 260 seconds]
southey has joined #u-boot
monstr has joined #u-boot
stefanro has quit [Quit: Leaving.]
stefanro has joined #u-boot
smartin has joined #u-boot
<Xogium> any help ? :/
cambrian_invader has joined #u-boot
marc1 has quit [Ping timeout: 268 seconds]
richbridger has quit [Remote host closed the connection]
richbridger has joined #u-boot
srk has quit [Quit: ZNC 1.8.1 - https://znc.in]
srk has joined #u-boot
marc1 has joined #u-boot
monstr has quit [Remote host closed the connection]
fdanis is now known as fdanis_away
as2334 has joined #u-boot
<as2334> I completely erased the nand flash of my rk3126 device but rkdeveloptool still lists it as "loader" - does that make sense?
<cambrian_invader> is it possible to cancel an azure run started from github?
Xogium has left #u-boot [leaving channel]
<cambrian_invader> (if you force push you cancel the job and it restarts on the new head)
___nick___ has joined #u-boot
<rfried> sjg1: Hey. there's a patch pending in network which switches the initializaton of the ethernet phy from start() to probe().
<rfried> It does it to hurry up the link up negociation. I'm wondering if it's anti-pattern to do that in probe(), it means that the link will be brought up without user request.
<rfried> What do you think ?
<rfried> marev, see ^, what do you think ?
<rfried> marex: ^
macromorgan has quit [Ping timeout: 264 seconds]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
mckoan is now known as mckoan|away
___nick___ has joined #u-boot
torez has quit [Ping timeout: 264 seconds]
torez has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
guillaume_g has quit [Quit: Konversation terminated!]
v0|d has joined #u-boot
milkylainen has quit [Quit: Connection closed]
macromorgan has joined #u-boot
matthias_bgg has quit [Quit: Leaving]
<sjg1> rfried: Yes we can poke the hardware in probe() but should do do anything that takes too long. Best to be a separate method. It breaks the lazy-init feature of U-Boot
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
smartin has quit [Remote host closed the connection]
smartin has joined #u-boot
___nick___ has quit [Ping timeout: 256 seconds]
nohit has quit [Ping timeout: 256 seconds]
nohit has joined #u-boot
smartin has quit [Quit: smartin]
zibolo has quit [Ping timeout: 250 seconds]
aquijoule_ has joined #u-boot
richbridger has quit [Ping timeout: 256 seconds]
zibolo has joined #u-boot
vagrantc has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
agust has quit [Quit: Leaving.]