Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.10 is OUT / Merge Window is OPEN until 25 October 2021 / Release v2022.01 is scheduled for 10 January 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
mripard has quit [Ping timeout: 240 seconds]
torez has quit [Quit: torez]
samekh_ has joined #u-boot
samekh has quit [Ping timeout: 240 seconds]
thopiekar has quit [Ping timeout: 240 seconds]
thopiekar has joined #u-boot
apritzel has quit [Ping timeout: 240 seconds]
sdfgsdfg has joined #u-boot
mmu_man has quit [Ping timeout: 240 seconds]
Gravis has quit [Read error: Connection reset by peer]
Gravis_ has joined #u-boot
Gravis_ has quit [Quit: Murdered]
Gravis has joined #u-boot
Xavier7 has quit [Ping timeout: 240 seconds]
h_ has quit [Quit: h_]
hays has joined #u-boot
hthiery has joined #u-boot
fdanis_away is now known as fdanis
sdfgsdfg has quit [Quit: ZzzZ]
frieder has joined #u-boot
djs has joined #u-boot
mckoan|away is now known as mckoan
sdfgsdfg has joined #u-boot
djs has quit [Quit: Client closed]
apritzel has joined #u-boot
djsands has joined #u-boot
djsands has quit [Client Quit]
djsands has joined #u-boot
frieder has quit [Ping timeout: 240 seconds]
djsands has quit [Client Quit]
apritzel has quit [Ping timeout: 256 seconds]
vagrantc has quit [Quit: leaving]
djsands has joined #u-boot
djsands has quit [Client Quit]
frieder has joined #u-boot
sszy has joined #u-boot
guillaume_g has joined #u-boot
mripard has joined #u-boot
___nick___ 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
mmu_man has joined #u-boot
apritzel has joined #u-boot
apritzel has quit [Ping timeout: 256 seconds]
tre has joined #u-boot
apritzel has joined #u-boot
frieder has quit [Remote host closed the connection]
frieder has joined #u-boot
zibolo has joined #u-boot
lucaceresoli has joined #u-boot
camus has quit [Quit: camus]
camus has joined #u-boot
sdfgsdfg has quit [Quit: sdfgsdfg]
pratyush has quit [Quit: Connection closed for inactivity]
matthias_bgg has joined #u-boot
apritzel_ has joined #u-boot
lucaceresoli has quit [Quit: Leaving]
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #u-boot
<mps> xypron: just found time to test patch you posted for sandbox with musl and setting CONFIG_ETH_SANDBOX_RAW=n, it works fine
<mps> xypron: thank you
<mps> xypron: didn't saw sdl2 problem when building
tre has quit [Remote host closed the connection]
torez has joined #u-boot
torez has quit [Ping timeout: 240 seconds]
torez has joined #u-boot
redbrain has joined #u-boot
fdanis is now known as fdanis_away
frieder has quit [Remote host closed the connection]
gaude has joined #u-boot
camus has quit [Ping timeout: 256 seconds]
camus has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
mckoan is now known as mckoan|away
redbrain has quit [Ping timeout: 256 seconds]
<xypron> mps: Thanks for testing. Maybe send a Tested-by. The SDL2 problem was on x86_64.
torez has quit [Ping timeout: 240 seconds]
<mps> xypron: aha, will check on x86_64 later
<mps> xypron: how to send 'Tested-by' mail? Reply to your message with body 'Tested-by: Milan P. Stanić <mps@arvanta.net>'?
<xypron> mps: Just put your line beneath my signed-by when replying (as text only mail)
<mps> xypron: ok
torez has joined #u-boot
apritzel has quit [Ping timeout: 240 seconds]
redbrain has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
crb_ has joined #u-boot
crb has quit [Ping timeout: 240 seconds]
gaude has quit [Quit: Ping timeout (120 seconds)]
<cambrian_invader> marex: can you pick up https://patchwork.ozlabs.org/project/uboot/patch/20210331170949.2096645-1-sean.anderson@seco.com/ please? or perhaps assign it to an appropriate maintainer?
<cambrian_invader> ditto https://patchwork.ozlabs.org/project/uboot/patch/20211105165255.57736-1-sean.anderson@seco.com/ (which probably should have been in 2022.01...)
torez has quit [Ping timeout: 240 seconds]
<macromorgan> anyone familiar with while loops in a script? I'm trying to iterate through a file 100MB at a time (due to RAM constraints) and my loop only seems to run once.
<macromorgan> setenv ubifullsize ${filesize}; setenv ubiimageoffset 0
<macromorgan> while itest ${ubifullsize} > ${ubiimageoffset}; do load usb 0:1 0x44300000 nand.ubi 0x6400000 ${ubiimageoffset} && setexpr ubiimageoffset ${ubiimageoffset} + ${filesize}; done
<macromorgan> (file is 460MB in size roughly)
<macromorgan> nevermind :-(
<macromorgan> figured it out
<macromorgan> while itest ${ubifullsize} > ${ubiimageoffset}; do load usb 0:1 0x44300000 nand.ubi 0x6400000 ${ubiimageoffset}; setexpr ubiimageoffset ${ubiimageoffset} + ${filesize}; done
<macromorgan> (now I just need to add the "write to nand bits" in there
torez has joined #u-boot
matthias_bgg has quit [Ping timeout: 240 seconds]
NishanthMenon_ is now known as NishanthMenon
<Tartarus> wonder a little bit why nand.ubi didn't exit 0
<Tartarus> should that be nand.ubi write ... ?
<Tartarus> er, yeah, I guess you knew, nm :)
<mps> apritzel_: I got 10x20 terminus fonts in u-boot, now I know how to add more. thanks for hints
<apritzel_> mps: ah, cool. But now you took away my procrastination project ;-)
<apritzel_> but 10x20 must still be scarily small on 227 dpi?
<mps> apritzel_: yes, and I added also 12x24, looks better
<mps> apritzel_: I see you copied 16x32 from kernel, do you know is it normal or bold variant? to me looks as bold but not sure
<apritzel_> yeah, don't know either. The original commit message says it's from ter-i32b.psf, does that reveal the weight?
<mps> apritzel_: yes, it is bold then, normal have 'n' instead of 'b' in name
<mps> filename*
<mps> apritzel_: btw, I download mailing list mbox file and tried to post mail about cursor but mail can't reach mail server, have to look why
<apritzel_> no worries, I will have a look anyway
<mps> apritzel_: I don't need to search for loupe now when working on u-boot console, thanks :)
<mps> it is better than ttf options
<mps> xypron: I tried to build it with your patch on alpine x86_64 lxc and got this error `/bin/sh: ./scripts/gen_ll_addressable_symbols.sh: not found`
crb_ is now known as crb
vagrantc has joined #u-boot
___nick___ has quit [Ping timeout: 256 seconds]
blmaier has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
blmaier has joined #u-boot
redbrain has quit [Ping timeout: 240 seconds]
torez has quit [Quit: torez]
sdfgsdfg has joined #u-boot
jsmolic has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jsmolic has joined #u-boot
<mps> xypron: huh, found what was cause for this, I didn't installed bash on this lxc
<mps> xypron: now it builds but ./u-boot -T -l segfaults on x86_64
<mps> not sure could it be run in lxc
<xypron> mps: I built with CONFIG_LTO when I ran into the missing script
<xypron> Diabling LTO solved the issue fir me
<mps> xypron: I have CONFIG_LTO=y
<mps> and it builds with it
<xypron> In built without withoud SDL and that worked.
<mps> tomorrow I will test on bare metal
<mps> in my case u-boot is linked with sdl
<mps> I guess segfault is because on this remote machine no display attached, but will know more tomorrow
<mps> good night all
apritzel_ is now known as apritzel
<apritzel> does anybody know when a readthedocs.io update is triggered, and what "latest" means there, exactly?
<apritzel> I am after the newly merged sunxi documentation, so that I can put a link into Trusted Firmware's docs
flyback has quit [Quit: Leaving]
flyback has joined #u-boot
Xavier7 has joined #u-boot
<Tartarus> apritzel: Good question, lets see what's broken...