qschulz has quit [Remote host closed the connection]
qschulz has joined #u-boot
zibolo has quit [Ping timeout: 265 seconds]
zibolo_ has joined #u-boot
milkylainen_ has quit [Quit: Ping timeout (120 seconds)]
aquijoule__ has joined #u-boot
aquijoule_ has quit [Ping timeout: 265 seconds]
vagrantc has quit [Quit: leaving]
<rfried>
sjg1: Thanks. that's why I thought.
as2334 has quit [Ping timeout: 265 seconds]
georgem has quit [Ping timeout: 256 seconds]
georgem has joined #u-boot
rhadye has quit [Ping timeout: 256 seconds]
paulbarker has quit [Ping timeout: 256 seconds]
paulbarker has joined #u-boot
rhadye has joined #u-boot
camus1 has joined #u-boot
camus has quit [Ping timeout: 268 seconds]
camus1 is now known as camus
sstiller has joined #u-boot
fdanis_away is now known as fdanis
adeepv has joined #u-boot
agust has joined #u-boot
milkylainen49 has joined #u-boot
milkylainen49 is now known as milkylainen_
milkylainen_ has quit [Quit: Connection closed]
tre has joined #u-boot
sszy has joined #u-boot
guillaume_g has joined #u-boot
milkylainen38 has joined #u-boot
milkylainen38 is now known as milkylainen_
mckoan|away is now known as mckoan
gcl_ has joined #u-boot
gcl has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
matthias_bgg has joined #u-boot
lucaceresoli has quit [Read error: Connection reset by peer]
smartin has joined #u-boot
jamestperk has quit [Read error: Connection reset by peer]
jamestperk has joined #u-boot
khilman has quit [Ping timeout: 264 seconds]
ullbeking has quit [Ping timeout: 256 seconds]
ullbeking has joined #u-boot
khilman has joined #u-boot
gcl_ has quit [Ping timeout: 265 seconds]
mckoan has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
michalkotyla has joined #u-boot
<michalkotyla>
Hi
<michalkotyla>
Xogium: maybe you do not have set CONFIG_SPL_TEXT_BASE in your config? i have similar issue on different target and setting this variable works for me
ezequielg has quit [Ping timeout: 256 seconds]
pbrobinson has quit [Ping timeout: 268 seconds]
pratyush has quit [Ping timeout: 264 seconds]
Tartarus has quit [Ping timeout: 256 seconds]
moto-timo has quit [Ping timeout: 268 seconds]
smurray has quit [Ping timeout: 264 seconds]
Tartarus has joined #u-boot
pratyush has joined #u-boot
pbrobinson has joined #u-boot
ezequielg has joined #u-boot
drewfustini has quit [Ping timeout: 268 seconds]
drewfustini has joined #u-boot
moto-timo has joined #u-boot
smurray has joined #u-boot
mckoan has joined #u-boot
vigneshr has quit [Ping timeout: 256 seconds]
lucaceresoli has joined #u-boot
vigneshr has joined #u-boot
dvergatal has joined #u-boot
<dvergatal>
hi all i have question about issuing u-boot bugs, where can i fill them?
torez has joined #u-boot
Xogium has joined #u-boot
<Xogium>
michalkotyla: thanks ! I'll try what you suggested. Sorry I got disconnected and my client didn't pick up u-boot channel again
<Xogium>
someone sent me what you posted so I'll check
<Xogium>
michalkotyla: it looks like I don't have this set, indeed. The defconfig is missing that. It is set for non spl but not for spl. I have honestly no idea to what value it should be set
<michalkotyla>
Xogium: you can try compare it with similar defconfigs, from similar targets
<Xogium>
should it be the same as non spl ? Probably not
<Xogium>
lets see
<Xogium>
CONFIG_SPL_TEXT_BASE=0x8000000 on stm32f746
<Xogium>
close enough, I reckon
<Xogium>
ah nop it does have that set
<Xogium>
my bad, it is definitely set
<Xogium>
hrm
<Xogium>
well, that was a good track, at any rate
<Xogium>
what was your issue ? How did adding spl_text_base fix it ? And more like, why did it
<michalkotyla>
i didn't see any output on serial on imx6 soc, setting CONFIG_SPL_TEXT_BASE fix this issue
<Xogium>
hmm
<Xogium>
strange
<Xogium>
did it appear to hang if you use openocd and gdb ?
<michalkotyla>
no
<Xogium>
hmm
<Xogium>
for me it seems to, though its super unclear as all it print is ? for all but one line which say signal handler call
<Xogium>
in backtrace
<Xogium>
never saw a bootloader freeze before serial is even up…
<vfazio>
one of those situations where debug print statements aren't gonna help lol
<Xogium>
vfazio: definitely not…
redbrain has quit [Ping timeout: 256 seconds]
torez has quit [Ping timeout: 264 seconds]
<Xogium>
hmm looks like the moderators took pitty on me ;)
<eloi1>
Hi, I am using dfu with an imx8mn and am trying to upload images that would be written on ext4 (by u-boot dfu). With small files, it works like a charm, with bigger file it leads to "#** Cannot support non-zero offset **"
<eloi1>
I am wondering how I could investigate that. I can unitary reproduce that on u-boot calling `ext4write` with an offset
matthias_bgg has quit [Quit: Leaving]
tafa has quit [Ping timeout: 245 seconds]
tafama has joined #u-boot
mmu_man has joined #u-boot
bradfa has quit []
tafama has quit [Ping timeout: 250 seconds]
tafa has joined #u-boot
smartin has quit [Remote host closed the connection]
smartin has joined #u-boot
sakman has quit [Remote host closed the connection]
sakman has joined #u-boot
rfried8 has joined #u-boot
rfried has quit [Read error: Connection reset by peer]
rfried8 is now known as rfried
___nick___ has quit [Ping timeout: 265 seconds]
<Tartarus>
how big of a file, out of curiosity?
qastokes has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
indy has quit [Ping timeout: 256 seconds]
indy has joined #u-boot
smartin has quit [Quit: smartin]
<marex>
eloi1: isnt that something related to non-blocksize-aligned write ?