umbramalison has quit [Quit: %So long and thanks for all the fish%]
umbramalison has joined #u-boot
minimal has quit [Quit: Leaving]
umbramalison has quit [Client Quit]
umbramalison has joined #u-boot
LeSpocky has quit [Ping timeout: 260 seconds]
LeSpocky has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
jclsn has quit [Ping timeout: 264 seconds]
jclsn has joined #u-boot
hanetzer has quit [Ping timeout: 264 seconds]
hanetzer has joined #u-boot
vagrantc has quit [Quit: leaving]
ikarso has joined #u-boot
filipm has joined #u-boot
\dev\ice has quit [Changing host]
\dev\ice has joined #u-boot
<filipm>
it seems that my problem with uboot spl slow FIT image loading from mmc fat is fixed in mainline / master (2022.10). It was very slow on the 2022.01 (xilinx rebase 2022.1).
mckoan|away is now known as mckoan
guillaume_g has joined #u-boot
rvalue has quit [Ping timeout: 248 seconds]
rvalue has joined #u-boot
camus has quit [Read error: Connection reset by peer]
camus has joined #u-boot
sszy has joined #u-boot
zibolo has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
ladis has joined #u-boot
guillaume_g has joined #u-boot
naoki has quit [Quit: naoki]
naoki has joined #u-boot
<apalos>
Anyone remembers if I can assign a string output of a u-boot command to a variable?
<hanetzer>
apalos: y'mean like in bash export FOO=`some command` ?
rvalue has quit [Ping timeout: 264 seconds]
<apalos>
hanetzer: yea
rvalue has joined #u-boot
matthias_bgg has joined #u-boot
mmu_man has joined #u-boot
<mps>
if it is modern posix compliant shell then 'FOO=$(command)' should work
<mps>
sorry, FOO="$(command)"
<mps>
forgot double quotes
<apalos>
I remember you could store the result in a mem location in the past
<apalos>
I just dont remember if anyone added more
<mps>
apalos: you mean save to persistent store?
<apalos>
mps: i dont reall care if it gets saved
<apalos>
I just want the string output of a u-boot command stored *somewhere* instead of looking at $?
<mps>
you want `echo $FOO`?
<apalos>
yea
<mps>
never used it but I think you add add it in your boot.scr
<apalos>
mps: thanks
<mps>
s/add/can/
mmu_man has quit [Ping timeout: 246 seconds]
mmu_man has joined #u-boot
rvalue has quit [Ping timeout: 264 seconds]
<\dev\ice>
trying to recover my misstake with some work on storages
<\dev\ice>
Loading Environment from SPI Flash... SF: Detected is25lp016d with page size 256 Bytes, erase size 64 KiB, total 2 MiB
<\dev\ice>
*** Warning - bad CRC, using default environment
<\dev\ice>
where to look to fix this?
<LeSpocky>
\dev\ice: that should go away once you used 'saveenv' to save new (!) environment settings
<\dev\ice>
:+1:
<\dev\ice>
ty
rvalue has joined #u-boot
xypron has quit [Ping timeout: 240 seconds]
xypron has joined #u-boot
indy_ has quit [Ping timeout: 264 seconds]
<hays>
are the defconfigs in the configs directory linux configs or u-boot specific?
<j`ey>
hays: u-boot
mmu_man has quit [Ping timeout: 248 seconds]
camus has quit [Quit: camus]
minimal has joined #u-boot
mmu_man has joined #u-boot
<hays>
when i connect via serial to a device, the cursor many times gets confused and the screen gets corrupted.. what issue is this and how can i fix it? ive tried messing with TERM to no avail
<hays>
particularly "less" tends to screw it up
<Sout_>
that seems odd never seen that. some times my term (ubuntu bash) stops allowing scroll back and i have to reset the bash terminal. I assume the baud is correctly set (and stop and controll bits are correct 9600 8n1 (wild stab))
<hays>
yep
matthias_bgg has quit [Read error: Connection reset by peer]
ikarso has quit [Quit: Connection closed for inactivity]
<hramrach>
for me less locks up the serial console completely but only after the terminal is reset, before that it works
matthias_bgg has joined #u-boot
torez has joined #u-boot
<hramrach>
probably bad TERM setting and maybe even some bug somewhere in the kernel tty code
hanetzer has quit [Quit: WeeChat 3.6]
<milkylainen>
hramrach: I don't remember if you said that it could be done, but can sysboot (extlinux.conf) load fit images too?
hanetzer has joined #u-boot
<hramrach>
it seems it can - there is some code for handling FIT images
<hramrach>
disclaimer: I don't use it at all for years
<hramrach>
it seemed like nice idea but it's not well defined what it does, specifically, and it's not scriptable
zibolo has quit [Ping timeout: 250 seconds]
lucascastro has joined #u-boot
filipm has quit [Quit: Client closed]
guillaume_g has quit [Quit: Konversation terminated!]
mmu_man has quit [Ping timeout: 264 seconds]
minimal has quit [Quit: Leaving]
lucascastro has quit [Quit: Leaving]
matthias_bgg has quit [Quit: Leaving]
indy has joined #u-boot
mckoan is now known as mckoan|away
WoC` has quit [Remote host closed the connection]
manu has quit [Remote host closed the connection]
WoC` has joined #u-boot
manu has joined #u-boot
vagrantc has joined #u-boot
manu has quit [Read error: Connection reset by peer]
<apalos>
there's enough abstraction already in there. Some code is being replicated and can be abstracted more
<apalos>
but looking at it should be trivial, so i'd suggest getting them in early in -rc
<apalos>
so we can test moar. Note both need a respin though
mmu_man has joined #u-boot
vagrantc has quit [Quit: leaving]
prabhakarlad has joined #u-boot
<Tartarus>
apalos: OK, I'll keep an eye out for rebased versions, grab those and then move forward expecting some cleanups to follow up
<hramrach>
heh, *** Binman tests need to compile to x86, but the CPU arch of your machine is armv7l. Set CROSS_COMPILE to a suitable cross compiler. Stop.
<sjg1>
hramrach: Patches welcome... sorry about that