qschulz has quit [Remote host closed the connection]
qschulz has joined #u-boot
dujem has quit [Read error: error:0A000139:SSL routines::record layer failure]
dujem has joined #u-boot
jclsn has quit [Ping timeout: 252 seconds]
jclsn has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
julia has quit [Read error: Connection reset by peer]
_whitelogger has joined #u-boot
memset has quit [Remote host closed the connection]
memset has joined #u-boot
mwalle has quit [Quit: WeeChat 3.8]
fgarcia has quit [Quit: Remote host closed the connection]
fgarcia has joined #u-boot
haritz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
_whitelogger has joined #u-boot
terminaldweller has quit [Remote host closed the connection]
terminaldweller has joined #u-boot
WhyNotHugo has quit [Remote host closed the connection]
WhyNotHugo has joined #u-boot
memset has quit [Remote host closed the connection]
memset has joined #u-boot
memset has quit [Remote host closed the connection]
memset has joined #u-boot
mripard has quit [Remote host closed the connection]
mripard has joined #u-boot
WhyNotHugo has quit [Ping timeout: 260 seconds]
WhyNotHugo has joined #u-boot
mmu_man has joined #u-boot
gsz has quit [Ping timeout: 248 seconds]
draemon has joined #u-boot
gsz has joined #u-boot
tim609 has joined #u-boot
tim609 has quit [Quit: Client closed]
gsz has quit [Ping timeout: 265 seconds]
goliath has joined #u-boot
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
Stat_headcrabbed has joined #u-boot
tim609 has joined #u-boot
<teknix>
It seems uEnv.txt file no longer works for the beaglebone with later versions of u-boot, so i guess it may be removed for other archs in due course as well.
gsz has joined #u-boot
<teknix>
It seems that extlinux is the new normal, but i failed to find any concrete examples for network booting with it.
<marex>
see the "pxe" part there, that is pxe boot, extlinux over network
<marex>
did beaglebone ever support uenv.txt ? git grep does not indicate so ... NishanthMenon ?
<NishanthMenon>
marex, Yes, it did.
<NishanthMenon>
uEnv.txt is still what people prefer. marex , for beagle play, check the def config.. uenv.txt since stdboot wasn't handling uenv.txt, I have def config handling it before bootstd
tim609 has quit [Ping timeout: 245 seconds]
haritz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
<marex>
NishanthMenon: from what I can tell, the question above is for beaglebone
<teknix>
beaglebone uses am335x_evm_defconfig
<NishanthMenon>
Should be the same.. beagle community has been dependent on uEnv.txt like for ever.. it shouldn't be dropped..
<NishanthMenon>
I haven't paid attention in recent though
<NishanthMenon>
Unless someone messed something up
<teknix>
presumably the same will be for all others in due course?
<teknix>
i read some about pxe but failed to find any concrete examples to match the functionality.
<teknix>
afaict, pxe is geared to centralised admin, whereas for a dev board everything in a locally managed file is more ideal.
<teknix>
anyways - as a workaround, manually setting parameters and 'saveenv' still works.
dsimic has quit [Ping timeout: 258 seconds]
dsimic has joined #u-boot
gsz has quit [Ping timeout: 251 seconds]
gsz has joined #u-boot
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
persmule has joined #u-boot
mischief2 has joined #u-boot
mischief has quit [Ping timeout: 244 seconds]
mischief2 is now known as mischief
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
retr0id6 has joined #u-boot
retr0id has quit [Ping timeout: 252 seconds]
retr0id6 is now known as retr0id
rainbyte has quit [Read error: Connection reset by peer]
rainbyte has joined #u-boot
<Lightsword>
what branch should we be submitting patches against? I just noticed there's a new "main" branch that's ahead of the "master" branch