00:01
mrnuke has quit [Ping timeout: 252 seconds]
00:10
mrnuke has joined #u-boot
01:50
thopiekar has quit [Ping timeout: 252 seconds]
01:50
thopiekar has joined #u-boot
01:56
camus has joined #u-boot
02:01
thopiekar has quit [Ping timeout: 252 seconds]
02:01
thopiekar has joined #u-boot
02:23
LeSpocky has quit [Ping timeout: 250 seconds]
02:25
LeSpocky has joined #u-boot
02:43
hanetzer has quit [Quit: WeeChat 3.6]
03:08
camus has quit [Ping timeout: 252 seconds]
03:08
camus has joined #u-boot
03:21
mmu_man has quit [Ping timeout: 252 seconds]
03:27
alan_o has quit [Remote host closed the connection]
04:11
camus has quit [Remote host closed the connection]
04:11
camus1 has joined #u-boot
04:13
camus1 is now known as camus
05:16
Sout_ has quit [Ping timeout: 268 seconds]
08:16
___nick___ has joined #u-boot
08:44
rvalue has quit [Read error: Connection reset by peer]
08:44
rvalue has joined #u-boot
10:08
<
hays >
where are all the environment variables coming from?
10:16
<
LeSpocky >
hays: do you have access to serial console, then `help env`, `help setenv`, `help saveenv` etc. might give you a good first hint
10:17
<
hays >
LeSpocky: I do--I will look there
10:18
<
LeSpocky >
after that you might split up the contents of the bootcmd environment variable by ';' and look at each command separately
10:19
<
LeSpocky >
those commands are executed by u-boot to boot the device if you don't interrupt and go to u-boot shell
10:19
<
hays >
how different is all of this going to be given im using u-boot 2018 (u-boot-2018.03-armada-18.12-gti)
10:24
hanetzer has joined #u-boot
10:31
<
LeSpocky >
hays: those basic concepts have not changed for several years, 2018 is recent enough the docs still apply
10:31
<
LeSpocky >
(and typing `help …` on the shell of course gives you matching help texts for the actually running version
10:33
<
hays >
thanks for the tips. off to read and experiment
10:44
mmu_man has joined #u-boot
10:46
GNUtoo has quit [Ping timeout: 258 seconds]
11:32
GNUtoo has joined #u-boot
12:20
GNUtoo has quit [Remote host closed the connection]
12:25
GNUtoo has joined #u-boot
12:28
tpw_rules has quit [Excess Flood]
12:29
tpw_rules has joined #u-boot
12:57
prabhakarlad has quit [Ping timeout: 252 seconds]
13:15
<
Tartarus >
xypron: thanks
13:27
sbach has quit [Read error: Connection reset by peer]
13:30
sbach has joined #u-boot
13:47
minimal has joined #u-boot
13:59
kettenis has quit [Ping timeout: 250 seconds]
14:01
kettenis has joined #u-boot
14:09
thopiekar has quit [Quit: Likely restarting quassel...]
14:24
Sout_ has joined #u-boot
14:26
thopiekar has joined #u-boot
14:34
<
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
14:52
vagrantc has joined #u-boot
15:41
mmu_man has quit [Ping timeout: 264 seconds]
15:57
mmu_man has joined #u-boot
16:07
mmu_man has quit [Ping timeout: 268 seconds]
16:31
mmu_man has joined #u-boot
16:55
vitali64[m] is now known as vitali64\[mtrx\]
16:55
vitali64\[mtrx\] is now known as vitali64[mtrx]
16:57
vitali64[mtrx] is now known as vitali64[m]
18:16
indy has quit [Ping timeout: 264 seconds]
18:29
indy has joined #u-boot
18:33
___nick___ has joined #u-boot
18:33
___nick___ has quit [Client Quit]
18:35
___nick___ has joined #u-boot
18:47
gsz has joined #u-boot
20:04
___nick___ has quit [Ping timeout: 268 seconds]
20:49
rvalue has quit [Read error: Connection reset by peer]
20:49
rvalue has joined #u-boot
21:40
* bryanb
wastes a perfictly good set of letters
21:42
prabhakarlad has joined #u-boot
21:52
gsz has quit [Quit: leaving]
21:53
prabhakarlad has quit [Ping timeout: 252 seconds]
22:02
sam_sepi0l has joined #u-boot
22:12
<
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'
22:12
<
hays >
I'm sorry-- wrong one... bootcmd=mmc dev 0; ext4load mmc 0:1 $kernel_addr_r $image_name;ext4load mmc 0:1
22:26
<
Forty-Bot >
it's loading the kernel and fdt separately
22:27
<
Forty-Bot >
two files, two load commands
22:29
<
hays >
ext4load mmc 0:1 this one doesn't have any args
22:31
<
urja >
did you copy that off minicom or something? (it seems like a truncated line, and minicom by default truncates lines...)
22:31
<
hays >
hmm yes minicom
22:32
* Forty-Bot
doesn't use minicom because of this sort of thing
22:33
<
urja >
the option to wrap lines is -w
22:33
<
urja >
it also exists somewhere in the menus but i havent used it in such a long time that i dunno
22:33
<
hays >
what do you use
22:37
<
Forty-Bot >
I like picocom
22:37
<
urja >
I mean, these days i most likely use picocom (i dunno about Forty-Bot tho)
22:38
<
Forty-Bot >
although most terminal emulators are saner than minicom
22:58
<
hays >
alright tomorrow i think im going to run these commands and hopefully not brick the device
22:59
<
hays >
I might skip updating the bootloader with the one I build since it seems to be the same version...
23:12
<
marex >
Forty-Bot: meta-W in minicom - toggle line wrap
23:20
tafa has joined #u-boot
23:23
<
Forty-Bot >
marex: my main issue is that minicom has bad defaults
23:24
<
Forty-Bot >
so I use something with better defaults which effectively doesn't need to be configured
23:30
<
marex >
I'm just glad I can configure the tools to fit my needs ...
23:36
<
Forty-Bot >
only worth it if the tool is reasonable :)