01:03
baltazar has joined #u-boot
01:12
<
baltazar >
hi! I've been toying around with an odroid n2 (plus), which involves signing the bootloader. doc/board/amlogic/odroid-n2.rst does provide info on how to do that, but I think those instructions are wrong somehow.
01:13
<
baltazar >
if I follow them, the resulting signed image is unreasonably large (1.6M for u-boot.bin.sd.bin) which makes using it quite annoying as it doesn't fit in a standard mbr gap
01:15
<
baltazar >
so I inspected how upstream's makefiles do it, and created my own script which creates correctly sized images:
http://0x0.st/8rB6.sh
01:18
<
baltazar >
do you guys want to have this in the u-boot source (probably works for other odroid variants too but that would need testing) or update the docs?
01:21
mrnuke has quit [Ping timeout: 265 seconds]
01:33
alpernebbi has quit [Ping timeout: 252 seconds]
01:34
zibolo has quit [Ping timeout: 252 seconds]
01:35
zibolo has joined #u-boot
01:40
mrnuke has joined #u-boot
01:47
alpernebbi has joined #u-boot
02:15
baltazar has quit [Ping timeout: 252 seconds]
02:17
baltazar has joined #u-boot
02:20
mmu_man has quit [Ping timeout: 260 seconds]
02:30
mmu_man has joined #u-boot
03:06
persmule has quit [Remote host closed the connection]
03:13
mrnuke has quit [Ping timeout: 244 seconds]
03:15
naoki has quit [Quit: naoki]
03:15
mrnuke has joined #u-boot
03:15
naoki has joined #u-boot
03:20
persmule has joined #u-boot
03:29
warpme has joined #u-boot
03:29
warpme has quit [Client Quit]
04:11
joeskb7 has quit [Remote host closed the connection]
04:11
joeskb7 has joined #u-boot
04:25
rvalue has quit [Read error: Connection reset by peer]
04:25
rvalue has joined #u-boot
04:36
mmu_man has quit [Ping timeout: 252 seconds]
04:37
GNUtoo has quit [Ping timeout: 244 seconds]
04:49
GNUtoo has joined #u-boot
04:55
vardhan has joined #u-boot
04:55
vardhan_ has joined #u-boot
05:08
vardhan_ has quit [Quit: Leaving]
06:09
macromorgan has quit [Ping timeout: 264 seconds]
06:10
macromorgan has joined #u-boot
06:32
warpme has joined #u-boot
06:33
warpme has quit [Client Quit]
06:41
goliath has joined #u-boot
06:44
persmule has quit [Ping timeout: 264 seconds]
06:57
persmule has joined #u-boot
08:32
ikarso has joined #u-boot
08:40
prabhakalad has joined #u-boot
08:42
eballetbo has joined #u-boot
09:40
la_mettrie has joined #u-boot
09:43
<
la_mettrie >
what's the quickest way to disable u-boot USB driver from loading? the u-boot is installed to microsd
09:49
alpernebbi has quit [Ping timeout: 265 seconds]
09:56
alpernebbi has joined #u-boot
10:00
vardhan has quit [Read error: Connection reset by peer]
10:00
vardhan_ has joined #u-boot
10:03
vardhan_ has quit [Read error: Connection reset by peer]
10:03
vardhan_ has joined #u-boot
10:04
vardhan_ has quit [Max SendQ exceeded]
10:35
warpme has joined #u-boot
10:36
warpme has quit [Client Quit]
10:47
prabhakalad has quit [Ping timeout: 248 seconds]
10:48
prabhakalad has joined #u-boot
10:58
prabhakalad has quit [Ping timeout: 244 seconds]
10:58
prabhakalad has joined #u-boot
11:08
mmu_man has joined #u-boot
11:20
prabhakalad has quit [Ping timeout: 264 seconds]
11:21
prabhakalad has joined #u-boot
11:35
rvalue- has joined #u-boot
11:35
rvalue has quit [Ping timeout: 248 seconds]
11:36
slobodan has joined #u-boot
11:41
rvalue- is now known as rvalue
12:04
dsimic has quit [Ping timeout: 248 seconds]
12:05
dsimic has joined #u-boot
12:09
goliath has quit [Quit: SIGSEGV]
12:20
prabhakalad has quit [Quit: Konversation terminated!]
12:21
prabhakalad has joined #u-boot
12:33
naoki has quit [Ping timeout: 276 seconds]
13:08
warpme has joined #u-boot
13:10
warpme has quit [Client Quit]
13:24
rvalue- has joined #u-boot
13:25
rvalue has quit [Ping timeout: 252 seconds]
13:28
goliath has joined #u-boot
13:32
rvalue- is now known as rvalue
13:33
___nick___ has joined #u-boot
13:34
___nick___ has quit [Client Quit]
13:36
___nick___ has joined #u-boot
13:45
Hypfer6 has quit [Ping timeout: 246 seconds]
13:50
Hypfer6 has joined #u-boot
13:58
prabhakalad has quit [Ping timeout: 252 seconds]
13:58
prabhakalad has joined #u-boot
15:01
<
marex >
la_mettrie: do not run 'usb reset' or 'usb start'
15:01
<
marex >
it might be in some boot script, check those, use 'printenv'
15:08
warpme has joined #u-boot
15:09
warpme has quit [Client Quit]
15:10
warpme has joined #u-boot
15:11
warpme has quit [Client Quit]
15:24
<
la_mettrie >
marex: can that boot script be modified after u-boot has been installed to microSD?
15:34
warpme has joined #u-boot
15:39
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:40
warpme has joined #u-boot
15:52
<
marex >
la_mettrie: it depends on the way the system is set up ... try printenv, check the environment and see what it does
15:53
<
marex >
either preboot or bootcmd is the first script that is going to be executed on your system, check what it does
15:53
<
marex >
you can set environment variables and scripts with 'setenv foo bar...'
15:53
<
marex >
you can make changes persistent using 'saveenv'