marex changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot 2022.10, 2023.01-rc3 / Merge Window is CLOSED, -next is OPEN / Release v2023.01 is scheduled for 2023-01-09 / Channel archives at https://libera.irclog.whitequark.org/u-boot
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
srs has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
srs has quit [Remote host closed the connection]
Wouter010067 has joined #u-boot
srs has joined #u-boot
srs has quit [Ping timeout: 268 seconds]
srs has joined #u-boot
srs has quit [Ping timeout: 260 seconds]
hanetzer has quit [Quit: WeeChat 3.7.1]
stefanro has joined #u-boot
alpernebbi has quit [Ping timeout: 260 seconds]
alpernebbi has joined #u-boot
hanetzer has joined #u-boot
thopiekar has quit [Ping timeout: 260 seconds]
thopiekar has joined #u-boot
davlefou has quit [Ping timeout: 260 seconds]
davlefou has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
vagrantc has quit [Quit: leaving]
tucanae47 has quit [Ping timeout: 252 seconds]
broonie has quit [Ping timeout: 252 seconds]
tucanae47 has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
broonie has joined #u-boot
gsz has joined #u-boot
ebach has joined #u-boot
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #u-boot
ldevulder has joined #u-boot
mmu_man has joined #u-boot
GNUtoo_ has quit [Ping timeout: 255 seconds]
GNUtoo has joined #u-boot
ebach has quit [Ping timeout: 268 seconds]
Lubenitza__ has joined #u-boot
Lubenitza_ has quit [Ping timeout: 248 seconds]
ebach has joined #u-boot
<mwalle> is there any reason why the port (80) is hardcoded in the new wget command?
mmu_man has quit [Ping timeout: 264 seconds]
mmu_man has joined #u-boot
Lubenitza__ has quit [Ping timeout: 272 seconds]
<rfs613> mwalle: i haven't looked, but can you use http://server:port/whatever syntax?
GNUtoo has quit [Ping timeout: 255 seconds]
GNUtoo has joined #u-boot
camus has quit [Remote host closed the connection]
camus has joined #u-boot
<mwalle> rfs613: I had a quick look at the source code and the SERVER_PORT seems to be #defined to 80
<mwalle> rfs613: oh, Sean had a remark that the syntax looks quite odd, ie. wget loadaddr ipOrHost:path/to/file, and there was a comment that URI schemes could be possible in the future
<mwalle> (wget reuses the parsing, ie. the same syntax as tftp or nfs)
wyre has quit [Quit: ZNC 1.8.2 - https://znc.in]
wyre has joined #u-boot
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
GNUtoo has quit [Ping timeout: 255 seconds]
<Tartarus1> Yeah, that's why it's a bit funky, it follows u-boot convention, not wget convention
srs has joined #u-boot
vagrantc has joined #u-boot
hanetzer has quit [Quit: WeeChat 3.7.1]
hanetzer has joined #u-boot
hanetzer has quit [Read error: Connection reset by peer]
hanetzer has joined #u-boot
GNUtoo has joined #u-boot
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #u-boot
mmu_man has quit [Ping timeout: 256 seconds]
GNUtoo has quit [Ping timeout: 255 seconds]
GNUtoo has joined #u-boot
vagrantc has quit [Quit: leaving]
Gravis has quit [Ping timeout: 272 seconds]
srs has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
naoki has quit [Quit: naoki]
vagrantc has joined #u-boot
Flole has joined #u-boot
<Flole> I just discovered some kind of bug/issue that appeared between 2022.04 and 22.07: On 2022.04 I can boot my odroid c2 over pxe perfectly fine, when I upgrade to 2022.07 I am seeing an "Synchronous Abort" handler, esr 0x96000004" after it wrote "Working FDT set to 7a950000". There have been almost 2000 commits between those 2 releases, so it's very hard to figure out why/how this broke, does
<Flole> anybody have a clue?
camus has quit [Ping timeout: 255 seconds]
camus has joined #u-boot
<cambrian_invader> flokli: git bisect?
<flokli> Wat
<cambrian_invader> man git bisect
<flokli> Ack
<flokli> Bit bisects gits
___nick___ has quit [Ping timeout: 246 seconds]
___nick___ has joined #u-boot
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #u-boot
Flole has quit [Ping timeout: 256 seconds]
Flole has joined #u-boot
gsz has quit [Ping timeout: 248 seconds]
<Flole> Alright, I'll try to bisect and see if I can figure it out
<Flole> Another thing I noticed: When I tftp a file and there is a ping towards the device running u-boot there are timeouts in the tftp process. Is there anything I can do about that? Increase some buffer or something?
___nick___ has quit [Ping timeout: 268 seconds]
lucascastro has joined #u-boot
ldevulder has quit [Quit: Leaving]
lucascastro has quit [Read error: Connection reset by peer]
tafa has quit [Quit: ZNC - https://znc.in]
tafa has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
<Tartarus1> We do not have a high performance network stack, don't do that if you can just not do that ;)
naoki has joined #u-boot
<Flole> Unavoidable unfortunately, many devices try to reach this thing, I already increased the interval at what they are trying to connect but it's still too much. Would increasing the RX buffers help? Or not optimizing the u-boot build for size so it becomes faster?
<Flole> I currently have it set to 4, maybe 16 would be more appropriate?
<Flole> Just tried optimizing for speed, turning on LTO and raising that buffer setting to 16, no improvement
<tpw_rules> fwiw u-boot is very single threaded
<Flole> Uhm, maybe a different approach: Can I set $something in the pxelinux.cfg to use the new wget feature and the tcp stack to download the uImage and kernel? That should at least speed this entire stuff up once the config is transmitted through tftp
<Flole> Just checked that, not supported (yet) apparently
<Flole> I figured out which commit broke booting on my odroid c2 completely, it's a9bf024b2933bba0e23038892970a18b72dfaeb4
<Flole> Interestingly I am not even using EFI, but had it enabled. If I disable it then I can boot even after that commit
<Flole> with "enabled" I mean "selected in make menuconfig". I de-selected it there and now it works even after that commit
ebach has quit [Ping timeout: 252 seconds]
cyrozap has quit [Quit: Client quit]