Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2024.04, v2024.07-rc1 are OUT / Merge Window is CLOSED, next branch is CLOSED / Release v2024.07 is scheduled for 01 July 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
<Forty-Bot> crb: use nvmem-cells
<Forty-Bot> crb: or implement the rom callback
<Forty-Bot> crb: or use an environmental variable
flyback has quit [Ping timeout: 260 seconds]
<Forty-Bot> crb: c.f. eth_post_probe in net/eth-uclass.c
vagrantc has quit [Quit: leaving]
flyback has joined #u-boot
joeskb7 has joined #u-boot
<crb> Forty-Bot: thank you
sally has quit [Remote host closed the connection]
sally_ has joined #u-boot
niska has quit [Quit: Leaving]
sally_ is now known as sally
jclsn has quit [Ping timeout: 268 seconds]
jclsn has joined #u-boot
niska has joined #u-boot
<quinq> crb, more like `env set ethaddr AA:BB:CC:DD:EE:FF; env save`
flyback has quit [Ping timeout: 268 seconds]
flyback has joined #u-boot
enok has joined #u-boot
gsz has joined #u-boot
<crb> quinq, that variable can't be written
<crb> ## Error: Can't overwrite "ethaddr"
<quinq> That's weird, maybe a driver bug?
<stefanro> crb: did you enable CONFIG_ENV_OVERWRITE?
gsz has quit [Ping timeout: 268 seconds]
alperak has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
ikarso has joined #u-boot
mmu_man has joined #u-boot
Stat_headcrabed has joined #u-boot
ungeskriptet has quit [Read error: Connection reset by peer]
ungeskriptet has joined #u-boot
sally has quit [Ping timeout: 268 seconds]
sally has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
thopiekar has quit [Ping timeout: 264 seconds]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
thopiekar has joined #u-boot
Stat_headcrabed has joined #u-boot
sng has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
sng has joined #u-boot
thopiekar has quit [Quit: No Ping reply in 180 seconds.]
sszy has joined #u-boot
thopiekar has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
slobodan__ has joined #u-boot
thopiekar has joined #u-boot
slobodan__ has quit [Read error: Connection reset by peer]
enok has quit [Ping timeout: 245 seconds]
slobodan__ has joined #u-boot
enok has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
enok has quit [Quit: enok]
enok has joined #u-boot
enok has quit [Ping timeout: 255 seconds]
f_ has joined #u-boot
wyre has quit [Quit: ZNC 1.9.0 - https://znc.in]
wyre has joined #u-boot
f_ has quit [Quit: To contact me, send a memo using MemoServ, PM f_[xmpp], or send an email. See https://vitali64.duckdns.org/.]
mmu_man has joined #u-boot
ikarso has joined #u-boot
dsimic has quit [Ping timeout: 264 seconds]
dsimic has joined #u-boot
enok has joined #u-boot
mranostaj has joined #u-boot
<marex> quinq: setenv -f ethaddr ... to force override protected variable like that
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
ladis has joined #u-boot
enok has quit [Ping timeout: 256 seconds]
<quinq> ^-- crb
<quinq> Thanks marex, I didn't know some variables could be “protected” :)
mmu_man has quit [Ping timeout: 272 seconds]
enok has joined #u-boot
mmu_man has joined #u-boot
enok has quit [Ping timeout: 260 seconds]
enok has joined #u-boot
schroes has quit [Ping timeout: 252 seconds]
goliath has joined #u-boot
schroes has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
ldevulder has quit [Quit: Leaving]
ladis has quit [Quit: Leaving]
mripard has quit [Quit: mripard]
mmu_man has quit [Ping timeout: 272 seconds]
f_ has joined #u-boot
<rfs613> is sean anderson on irc?
<rfs613> am wondering about one of his commits from 2 years ago ;-)
<rfs613> k=$(expr $j + 1);
<rfs613> am thinking it should be
<rfs613> k=$(expr $k + 1);
<rfs613> oh, sorry, wrong channel, should have been on yocto ;-)
<cambrian_invader> rfs613: yeah, that looks right
<cambrian_invader> send a fix :)
<cambrian_invader> the issue is of course that there is no foreach in posix shell
<cambrian_invader> so we have to do this nonsense with variables
<cambrian_invader> actually
<cambrian_invader> yeah, that fix is fine
<rfs613> cambrian_invader: thanks, will do. ALthough in other spots, like do_install, they use a slightly different pattern for the same thing.
<cambrian_invader> I believe that's what I copied
persmule has joined #u-boot
stefanro has quit [Quit: Leaving.]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
mmu_man has joined #u-boot
<qschulz> Tartarus: IT decided to change our mail addresses without notice so I'm hunting down the services where I need to change it... I should have subscribed to U-Boot ML with the new address (cherry.de) but I'm still getting "your message awaits moderator approval" even after I received my "welcome to u-boot mailing list" mail. What am I doing wrong :) ?
<qschulz> (could be an issue on my side BTW ;) )
<Tartarus> qschulz: mailman is "fun" and I had to clear the moderate flag for reasons I don't really know anymore.
<Tartarus> Done
<qschulz> Tartarus: thanks, will let you know if it happens again!
<quinq> Hello
<quinq> I'm back with a problem I had a couple months ago, still unsolved
<quinq> I'm trying to set the console to a different serial device, with setenv stdout "otherdevice"
<quinq> But this returns an error: ## Error inserting "stderr" variable, errno=22
<quinq> (I'm testing with stderr)
<quinq> I'm trying to use a device listed in the device tree by the "dm tree" command, serial@21c0000
<quinq> Which actually is the UART controller currently used
<quinq> I have three of those, used by the same driver, with different indexes
<quinq> Am I doing it wrong?
<quinq> coninfo returns "serial_pl01x 00000007 IO stdin stdout stderr" and "serial 00000003 IO"
<quinq> Setting stderr to serial_pl01x doesn't complain, but then there's no change
<quinq> Is there way, maybe, to specify the driver, and an index?
<quinq> I enabled in the config CONSOLE_MUX, SYS_CONSOL_IS_IN_ENV, and SYS_CONSOLE_ENV_OVERWRITE
enok has quit [Ping timeout: 272 seconds]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
vagrantc has joined #u-boot
goliath has quit [Quit: SIGSEGV]
___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
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
<crb> quing: thanks that was really helpful but I'm having trouble setting the serverip and it's not being picked up from DHCP
mmu_man has quit [Ping timeout: 255 seconds]
<quinq> You need to enable a BOOTP_ option for getting the gateway, dhcp only will not do it
<quinq> CONFIG_BOOTP_GATEWAY
<quinq> Sorry, I misread
<quinq> Might be CONFIG_BOOTP_SERVERIP then ^^
Guest24 has joined #u-boot
<crb> you can't set the server ip? like as a variable?
Guest24 has quit [Client Quit]
<crb> never mind, I got it
<quinq> Ah no, you should be able to set it manually
<quinq> I was talking to apply it from your DHCP server messages
ikarso has joined #u-boot
gsz has joined #u-boot
mmu_man has joined #u-boot
gsz has quit [Ping timeout: 256 seconds]
f_ has quit [Ping timeout: 260 seconds]
___nick___ has quit [Ping timeout: 255 seconds]
enok has joined #u-boot
welder has quit [Quit: WeeChat 3.8]
mmu_man has quit [Ping timeout: 252 seconds]
slobodan__ has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
Hypfer has quit [Ping timeout: 260 seconds]
Hypfer has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
alperak has quit [Quit: Connection closed for inactivity]
jfsimon1981_b has joined #u-boot
sakman_ has joined #u-boot
rvalue- has joined #u-boot
qschulz_ has joined #u-boot
jfsimon1981_c has quit [Remote host closed the connection]
sakman has quit [Remote host closed the connection]
rvalue has quit [Remote host closed the connection]
qschulz has quit [Remote host closed the connection]
foxtrot has quit [Quit: Goodbye]
rvalue- is now known as rvalue
foxtrot has joined #u-boot
joeskb7 has quit [Ping timeout: 272 seconds]
goliath has joined #u-boot
joeskb7 has joined #u-boot
joeskb7 has quit [Quit: Lost terminal]
joeskb7 has joined #u-boot