xypron changed the topic of #u-boot to: #u-boot SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot 2023.01 / Merge Window is OPEN, -next is CLOSED / Release v2023.01 is scheduled for 2023-01-09 / Channel archives at https://libera.irclog.whitequark.org/u-boot
mrnuke has quit [Ping timeout: 252 seconds]
mrnuke has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
camus has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
LeSpocky has quit [Ping timeout: 250 seconds]
LeSpocky has joined #u-boot
hanetzer has quit [Quit: WeeChat 3.6]
camus has quit [Ping timeout: 252 seconds]
camus has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
alan_o has quit [Remote host closed the connection]
camus has quit [Remote host closed the connection]
camus1 has joined #u-boot
camus1 is now known as camus
Sout_ has quit [Ping timeout: 268 seconds]
___nick___ has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
<xypron> Tartarus: I sent you fixes for riscv32 and Xilinx with GCC-12. There is still an open problem with the sandbox (https://source.denx.de/u-boot/custodians/u-boot-efi/-/jobs/510393).
<hays> I am a relative n00b to u-boot. where can I begin to understand/decode what this means? https://h0c.us/v/T-y1
<hays> where are all the environment variables coming from?
<hays> I am trying to validate what is at the end of this page -- a page that so far has been riddled with small errors and patches ive had to make.. and i want to make sure i don't brick the device https://espressobin.net/espressobin-ultra-build-instruction/
<LeSpocky> hays: do you have access to serial console, then `help env`, `help setenv`, `help saveenv` etc. might give you a good first hint
<hays> LeSpocky: I do--I will look there
<LeSpocky> hays: otherwise documentation should give you an idea what the environment is in u-boot: https://u-boot.readthedocs.io/en/latest/usage/environment.html
<LeSpocky> after that you might split up the contents of the bootcmd environment variable by ';' and look at each command separately
<LeSpocky> those commands are executed by u-boot to boot the device if you don't interrupt and go to u-boot shell
<hays> how different is all of this going to be given im using u-boot 2018 (u-boot-2018.03-armada-18.12-gti)
hanetzer has joined #u-boot
<LeSpocky> hays: those basic concepts have not changed for several years, 2018 is recent enough the docs still apply
<hays> great
<LeSpocky> (and typing `help …` on the shell of course gives you matching help texts for the actually running version
<LeSpocky> )
<hays> thanks for the tips. off to read and experiment
mmu_man has joined #u-boot
GNUtoo has quit [Ping timeout: 258 seconds]
GNUtoo has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
tpw_rules has quit [Excess Flood]
tpw_rules has joined #u-boot
prabhakarlad has quit [Ping timeout: 252 seconds]
<Tartarus> xypron: thanks
<Tartarus> sjg1: llvm-14 shows a problem on sandbox: https://source.denx.de/u-boot/u-boot/-/jobs/510282#L287
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
minimal has joined #u-boot
kettenis has quit [Ping timeout: 250 seconds]
kettenis has joined #u-boot
thopiekar has quit [Quit: Likely restarting quassel...]
Sout_ has joined #u-boot
thopiekar has joined #u-boot
<sjg1> Tartarus: OK I will take a look. It is a pain to debug due to the compiler optimisation, but it is dying at #252 in lists.c at the device_bind_with_driver_data() call
vagrantc has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
vitali64[m] is now known as vitali64\[mtrx\]
vitali64\[mtrx\] is now known as vitali64[mtrx]
vitali64[mtrx] is now known as vitali64[m]
indy has quit [Ping timeout: 264 seconds]
indy 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
gsz has joined #u-boot
<bryanb> y5tcakbw
___nick___ has quit [Ping timeout: 268 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
* bryanb wastes a perfictly good set of letters
prabhakarlad has joined #u-boot
gsz has quit [Quit: leaving]
prabhakarlad has quit [Ping timeout: 252 seconds]
sam_sepi0l has joined #u-boot
<hays> why is ext4load being called 3 times here -- setenv bootcmd 'mmc dev 0; ext4load mmc 0:1 $kernel_addr_r $image_name;ext4load mmc 0:1 $fdt_addr_r $fdt_name;setenv bootargs $console root=PARTUUID=89708921-01 rw rootwait net.ifnames=0 biosdevname=0; booti $kernel_addr_r - $fdt_addr_r'
<hays> I'm sorry-- wrong one... bootcmd=mmc dev 0; ext4load mmc 0:1 $kernel_addr_r $image_name;ext4load mmc 0:1
<Forty-Bot> it's loading the kernel and fdt separately
<Forty-Bot> two files, two load commands
<hays> ext4load mmc 0:1 this one doesn't have any args
<urja> did you copy that off minicom or something? (it seems like a truncated line, and minicom by default truncates lines...)
<hays> hmm yes minicom
* Forty-Bot doesn't use minicom because of this sort of thing
<urja> the option to wrap lines is -w
<urja> it also exists somewhere in the menus but i havent used it in such a long time that i dunno
<hays> what do you use
<Forty-Bot> I like picocom
<urja> I mean, these days i most likely use picocom (i dunno about Forty-Bot tho)
<Forty-Bot> lol
<urja> dang lol
<Forty-Bot> although most terminal emulators are saner than minicom
<hays> alright tomorrow i think im going to run these commands and hopefully not brick the device
<hays> I might skip updating the bootloader with the one I build since it seems to be the same version...
<marex> Forty-Bot: meta-W in minicom - toggle line wrap
tafa has quit [Quit: ZNC - https://znc.in]
tafa has joined #u-boot
<Forty-Bot> marex: my main issue is that minicom has bad defaults
<Forty-Bot> so I use something with better defaults which effectively doesn't need to be configured
* marex rolls eyes
<marex> I'm just glad I can configure the tools to fit my needs ...
<Forty-Bot> only worth it if the tool is reasonable :)