Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2022.04, v2022.07-rc4 are OUT / Merge Window is CLOSED, -next is OPEN / Release v2022.07 is scheduled for 4 July 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
littlebobeep has joined #u-boot
jclsn0 has quit [Ping timeout: 246 seconds]
mmu_man has quit [Ping timeout: 240 seconds]
jclsn0 has joined #u-boot
jclsn0 has quit [Ping timeout: 244 seconds]
stefanct has quit [Ping timeout: 276 seconds]
stefanct has joined #u-boot
jclsn0 has joined #u-boot
qschulz has quit [Remote host closed the connection]
jclsn0 has quit [Ping timeout: 240 seconds]
qschulz has joined #u-boot
jclsn0 has joined #u-boot
apritzel has quit [Ping timeout: 248 seconds]
flyback has quit [Quit: Leaving]
jclsn0 has quit [Ping timeout: 240 seconds]
littlebobeep has quit [Ping timeout: 240 seconds]
flyback has joined #u-boot
jclsn0 has joined #u-boot
jclsn0 has quit [Ping timeout: 244 seconds]
littlebobeep has joined #u-boot
jclsn0 has joined #u-boot
<rfs613> sjg1: happen to be around?
jclsn0 has quit [Ping timeout: 258 seconds]
NonaSuomy has quit [Ping timeout: 240 seconds]
NonaSuomy has joined #u-boot
jclsn0 has joined #u-boot
NonaSuomy has quit [Ping timeout: 246 seconds]
jclsn0 has quit [Ping timeout: 244 seconds]
NonaSuomy has joined #u-boot
jclsn0 has joined #u-boot
umbramalison has quit [Quit: %So long and thanks for all the fish%]
umbramalison has joined #u-boot
umbramalison has quit [Client Quit]
umbramalison has joined #u-boot
thopiekar_ has joined #u-boot
thopiekar is now known as Guest6774
thopiekar_ is now known as thopiekar
Guest6774 has quit [Ping timeout: 276 seconds]
camus has joined #u-boot
<rfs613> sjg1: solved my problem, never mind ;-)
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
jclsn0 has quit [Ping timeout: 246 seconds]
littlebobeep has quit [Ping timeout: 240 seconds]
jclsn0 has joined #u-boot
jclsn0 has quit [Ping timeout: 276 seconds]
jclsn0 has joined #u-boot
jclsn0 has quit [Ping timeout: 240 seconds]
jclsn0 has joined #u-boot
jclsn0 has quit [Ping timeout: 256 seconds]
jclsn0 has joined #u-boot
sicelo has quit [Ping timeout: 256 seconds]
littlebobeep has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
littlebo1eep has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebo1eep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
<sjg1> Apritzel: not always local. You qcan have it in a priv structure in another driver
sicelo has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
littlebo1eep has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
indy has quit [Quit: ZNC 1.8.2 - https://znc.in]
littlebo1eep has quit [Ping timeout: 240 seconds]
indy has joined #u-boot
monstr has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
littlebo1eep has joined #u-boot
frieder has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
rfs613 has quit [Quit: restart]
rfs613 has joined #u-boot
mckoan|away is now known as mckoan
sicelo has quit [Quit: Bye!]
<milkylainen> cambrian_invader: Usually there's an image builder mechanism somewhere in the build environment. That one expects various images depending on what is to be done. This is about not having to preemptively specify image types to copy, but rather let U-boot tell me what has been generated.
sicelo has joined #u-boot
sicelo has joined #u-boot
littlebo1eep has quit [Ping timeout: 240 seconds]
matthias_bgg has joined #u-boot
littlebobeep has joined #u-boot
guillaume_g has joined #u-boot
zandar has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
prabhakarlad has joined #u-boot
thopiekar has quit [Read error: Connection reset by peer]
ldevulder_ is now known as ldevulder
littlebobeep has joined #u-boot
JoaoSchim has quit [Remote host closed the connection]
joaoSchim_ has quit [Remote host closed the connection]
JoaoSchim has joined #u-boot
joaoSchim_ has joined #u-boot
zibolo has joined #u-boot
thopiekar has joined #u-boot
apritzel has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
sszy has joined #u-boot
GuestNew118 has joined #u-boot
littlebobeep has joined #u-boot
___nick___ has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
TryzenSlayerAlpe has quit [Quit: You have been kicked for being idle]
GNUtoo has quit [Remote host closed the connection]
zibolo has quit [Ping timeout: 256 seconds]
mmu_man has joined #u-boot
GNUtoo has joined #u-boot
littlebobeep has joined #u-boot
Guest49 has joined #u-boot
<Guest49> Hello, I'm trying to allow write access only for 4..5 u-boot-env's. Unfortunately, I still don't quite understand the concept of CONFIG_ENV_FLAGS_LIST_DEFAULT and CONFIG_ENV_FLAGS_LIST_STATIC. CONFIG_ENV_FLAGS_LIST_STATIC "upgrade_available:dw,bootcount:dw,ustate:dw,bootslot:dw" At the beginning all default envs are present. After the first savenv
<Guest49> + reset there are only a few envs left. What do I need to configure to keep the default envs + 4 writable?
zibolo has joined #u-boot
<marex> Guest49: maybe its time someone wrote documentation for this
<marex> CONFIG_ENV_FLAGS_LIST_STATIC ... select variables which are writeable only , ideally also only an integer
<marex> so :dw <--- decimal, writeable
<marex> then select ENV_NOWHERE and ENV_<actual storage> in U-Boot config
<marex> and then implement board-level env selector https://paste.debian.net/hidden/7669483b/ like so
___nick___ has quit [Ping timeout: 244 seconds]
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
___nick___ has joined #u-boot
__nick__ has joined #u-boot
___nick___ has quit [Ping timeout: 246 seconds]
littlebobeep has quit [Ping timeout: 240 seconds]
<Guest49> documentation ld be awesome
GNUtoo has quit [Remote host closed the connection]
<Guest49> marex: What about CONFIG_ENV_FLAGS_LIST_DEFAULT? I ve got some env's in CONFIG_EXTRA_ENV_SETTINGS they are missing after saveenv + reset.
littlebobeep has joined #u-boot
GNUtoo has joined #u-boot
<mps> apritzel: patch for sunxi works on teres. thank you
<mps> apritzel: I replied to mail, hope it is correct
zibolo has quit [Ping timeout: 276 seconds]
<apritzel> mps: cool, many thanks for testing! And yeah, I see the mail
littlebobeep has quit [Ping timeout: 240 seconds]
<mps> apritzel: np, pleased to help
tre has joined #u-boot
LordKalma has left #u-boot [Server has probably crashed]
littlebobeep has joined #u-boot
<milkylainen> hmm. can u-boot expand variables in bootargs before using them?
<milkylainen> I was pretty sure it could.
<milkylainen> Maybe a config option? I don't remember.
<milkylainen> hmm bootargs_subst?
littlebo1eep has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebo1eep has quit [Ping timeout: 240 seconds]
NonaSuomy has quit [Ping timeout: 246 seconds]
rvalue has quit [Quit: ZNC - https://znc.in]
zibolo has joined #u-boot
rvalue has joined #u-boot
littlebobeep has joined #u-boot
<marex> Guest49: which envs are missing ?
<marex> Guest49: re documentation, well, write it and send patch, since you're now working on it
ldevulder_ has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
<Tartarus> milkylainen: iirc, it does, but not super deep? for example, console=ttyS0,115200, bootargs=console=${console} is common and should be working, but I _think_ baudrate=115200, console=ttyS0,${baudrate}, bootargs=console=${console} won't expand baudrate
rvalue has joined #u-boot
ldevulder has quit [Ping timeout: 252 seconds]
<milkylainen> Tartarus: Select variables?
<Tartarus> No, it's more about hush bugs/features
<Tartarus> we don't have nested expansion
<Tartarus> I think?
<milkylainen> Mkay.
<milkylainen> I'm ok with non-nested though.
<milkylainen> Tartarus: I'll try it. Tnx.
<milkylainen> (rather, try it again :))
michalkotyla has quit [Quit: michalkotyla]
mmu_man has quit [Ping timeout: 258 seconds]
tre has quit [Remote host closed the connection]
ldevulder_ has quit [Remote host closed the connection]
frieder has quit [Remote host closed the connection]
ldevulder has joined #u-boot
frieder has joined #u-boot
GuestNew118 has quit [Ping timeout: 252 seconds]
sobkas has joined #u-boot
camus has quit [Quit: camus]
mmu_man has joined #u-boot
tpw_rules has quit [Excess Flood]
tpw_rules has joined #u-boot
zibolo has quit [Ping timeout: 246 seconds]
mmu_man has quit [Ping timeout: 258 seconds]
thopiekar has quit [Quit: Likely restarting quassel...]
matthias_bgg has quit [Ping timeout: 258 seconds]
camus has joined #u-boot
vagrantc has joined #u-boot
thopiekar has joined #u-boot
rvalue has quit [Ping timeout: 244 seconds]
camus has quit [Ping timeout: 240 seconds]
mmu_man has joined #u-boot
rvalue has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mckoan is now known as mckoan|away
apritzel has quit [Ping timeout: 244 seconds]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
frieder has quit [Remote host closed the connection]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
monstr has quit [Remote host closed the connection]
ccf has joined #u-boot
<ccf> Hi, I'm missing the "tftp" command, which Config-Option needs to be enabled? The "tftpboot" command is there and working, but I need "tftp".
littlebobeep has quit [Ping timeout: 240 seconds]
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
littlebobeep has joined #u-boot
Guest49 has quit [Quit: Client closed]
<Tartarus> ccf: I _think_ the problem is you have other tftp commands installed, so "tftp is short for tftpboot" doesn't work
prabhakarlad has quit [Quit: Client closed]
<ccf> Thanks
prabhakarlad has joined #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
apritzel has joined #u-boot
davlefou_ has quit [Ping timeout: 248 seconds]
ius_ is now known as ius
ius has quit [Quit: Reconnecting]
ius has joined #u-boot
ius has quit [Changing host]
ius has joined #u-boot
davlefou_ has joined #u-boot
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
___nick___ has quit [Ping timeout: 240 seconds]
marex has quit [Ping timeout: 256 seconds]
mmu_man has joined #u-boot
qvazz has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
qvazz has quit [Quit: Leaving]
prabhakarlad has quit [Quit: Client closed]
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
ccf has left #u-boot [#u-boot]
akaWolf has quit [Ping timeout: 244 seconds]
akaWolf has joined #u-boot
mckoan|away has quit [Ping timeout: 255 seconds]
apritzel has quit [Ping timeout: 258 seconds]
sobkas has quit [Quit: sobkas]