00:14
vfazio__ has quit [Remote host closed the connection]
00:14
vfazio__ has joined #u-boot
00:45
<
apteryx >
xypron: thank you
01:32
qschulz has quit [Quit: qschulz]
01:32
persmule__ has quit [Quit: Leaving]
01:35
qschulz has joined #u-boot
02:08
thopiekar has quit [Ping timeout: 260 seconds]
02:08
thopiekar_ has joined #u-boot
02:16
jahro_me has quit [Ping timeout: 268 seconds]
02:19
umbramalison has quit [Quit: %So long and thanks for all the fish%]
02:19
umbramalison has joined #u-boot
02:26
thopiekar_ has quit [Ping timeout: 268 seconds]
02:26
thopiekar has joined #u-boot
02:27
hanetzer has quit [Ping timeout: 256 seconds]
02:28
vagrantc has quit [Quit: leaving]
02:29
hanetzer has joined #u-boot
02:32
jahro_me has joined #u-boot
02:57
hanetzer has quit [Ping timeout: 260 seconds]
02:59
hanetzer has joined #u-boot
03:20
persmule__ has joined #u-boot
03:25
jclsn has quit [Ping timeout: 260 seconds]
03:27
jclsn has joined #u-boot
03:49
persmule__ has quit [Quit: Leaving]
04:05
Wouter0100 has joined #u-boot
04:06
persmule__ has joined #u-boot
04:22
mmu_man has quit [Ping timeout: 246 seconds]
06:26
camus has joined #u-boot
06:26
rburkholder has quit [Remote host closed the connection]
06:52
Leopold has quit [Remote host closed the connection]
06:54
Leopold has joined #u-boot
07:08
bq has quit [Remote host closed the connection]
07:09
phillid has joined #u-boot
07:09
phillid is now known as bq
07:47
persmule__ has quit [Ping timeout: 255 seconds]
07:47
sam_sepi0l has quit [Ping timeout: 256 seconds]
08:02
persmule__ has joined #u-boot
08:04
brassado has joined #u-boot
08:10
Wouter0100 has joined #u-boot
08:16
PhoenixMage has joined #u-boot
08:20
apteryx has quit [Ping timeout: 268 seconds]
08:34
apteryx has joined #u-boot
08:36
persmule__ has quit [Remote host closed the connection]
10:08
<
LordKalma >
marex, thanks. that's probablty the approach I'll take
10:09
<
LordKalma >
I do need your help with the diassembly
10:09
<
LordKalma >
you can probably recognize the functiosn really fast
10:09
<
LordKalma >
like there is this function that takes the pin name and returns something. returns -1 when it errors out
10:10
<
LordKalma >
it seems the signature is `int foo (char pin_name[])` and it's used like int result = foo("PL10"); if(result==-1) do_some_error_routine();
10:21
persmule has joined #u-boot
10:34
<
LordKalma >
it appears like this
10:36
<
LordKalma >
now with the misterious function
11:20
naoki has quit [Quit: naoki]
11:22
camus has quit [Read error: Connection reset by peer]
11:22
camus has joined #u-boot
11:59
GuySoft has joined #u-boot
12:01
mps has quit [Quit: Lost terminal]
12:06
mps has joined #u-boot
12:41
Leopold has quit [Quit: No Ping reply in 180 seconds.]
12:41
<
marex >
LordKalma: u-boot is gplv2 , just ask for sources
12:42
Leopold has joined #u-boot
12:48
Leopold has quit [Write error: Connection reset by peer]
12:48
persmule has quit [Remote host closed the connection]
12:48
GNUtoo has quit [Remote host closed the connection]
12:55
Wouter0100 has joined #u-boot
12:57
<
LordKalma >
marex, you think i didn't?
12:57
<
LordKalma >
and at least 5 other people
13:00
Leopold has joined #u-boot
13:03
matthias_bgg has quit [Ping timeout: 260 seconds]
13:15
matthias_bgg has joined #u-boot
13:19
GNUtoo has joined #u-boot
13:30
persmule has joined #u-boot
13:30
camus has quit [Ping timeout: 255 seconds]
13:42
jahro_me has quit [Ping timeout: 256 seconds]
15:09
mmu_man has joined #u-boot
15:33
<
GuySoft >
Hey all, I have a u-boot running on an IMX8MP and I want to change the environment in the usersapce. However I can't do that unless I run once from uboot "saveenv" . Is there a way to flash the environment in the place on to the mmc? or run saveenv only once on the first boot?
15:42
<
Forty-Bot >
use fw_setenv
17:35
Gravis has quit [Ping timeout: 256 seconds]
17:39
vagrantc has joined #u-boot
17:50
Gravis has joined #u-boot
17:58
redbrain has quit [Read error: Connection reset by peer]
18:03
redbrain has joined #u-boot
18:17
rburkholder has joined #u-boot
18:42
<
GuySoft >
Forty-Bot, fw_setenv says that it can't read the enviroment unless I run in uboot saveenv
18:43
<
Forty-Bot >
either run setenv once, or copy over u-boot-initial-env
18:44
<
GuySoft >
Forty-Bot, where is u-boot-initial-env created? I dont see it in the artifacts from uboot build
18:45
<
Forty-Bot >
you have to run it manually
18:45
<
Forty-Bot >
it's not in the default target
18:49
<
GuySoft >
Forty-Bot, ok built the target, it goes where? in /etc ?
18:49
<
Forty-Bot >
wherever you'd usually put the environment
18:50
<
Forty-Bot >
have a look at /etc/fw_env.config to figure that out
18:52
<
GuySoft >
ok, placing it in etc works, thanks!
18:53
<
Forty-Bot >
interesting
18:53
* Forty-Bot
usually uses /boot
18:53
<
marex >
Forty-Bot: might be different for libubootenv and the uboot tools
18:54
<
Forty-Bot >
we have a libubootenv?
18:54
<
GuySoft >
perhaps it looks in multiple places
18:55
<
Forty-Bot >
it can but not usually
20:14
naoki has joined #u-boot
20:20
<
GuySoft >
Forty-Bot, also I just wanna note that I asked all over my workplace, tech support of the SOM, and they didn't know this. so thanks :)
20:21
<
Forty-Bot >
the guy who did the initial port probably knows
20:21
<
Forty-Bot >
but after that you can usually forget about the environment
20:22
<
marex >
som tech support should know about u-boot env , no ?
20:22
<
marex >
which som btw ?
21:34
vagrantc has quit [Remote host closed the connection]
21:34
vagrantc has joined #u-boot
22:02
ebach has joined #u-boot
23:05
Wouter0100 has joined #u-boot
23:06
urja has quit [Ping timeout: 260 seconds]
23:06
urja has joined #u-boot
23:24
jtf has quit [Read error: Connection reset by peer]
23:39
jtf has joined #u-boot
23:49
ebach has quit [Ping timeout: 256 seconds]