01:46
camus has quit [Ping timeout: 240 seconds]
02:01
camus has joined #u-boot
02:04
camus has quit [Remote host closed the connection]
02:05
camus has joined #u-boot
02:09
mmu_man has quit [Ping timeout: 260 seconds]
02:23
stefanro has quit [Ping timeout: 240 seconds]
02:27
stefanro has joined #u-boot
02:34
thopiekar has quit [Ping timeout: 272 seconds]
02:34
thopiekar has joined #u-boot
02:48
urja has quit [Read error: Connection reset by peer]
02:49
urja has joined #u-boot
03:41
jclsn72 has joined #u-boot
03:43
jclsn7 has quit [Ping timeout: 240 seconds]
03:43
jclsn72 is now known as jclsn7
03:50
darkapex has quit [Ping timeout: 240 seconds]
03:51
darkapex has joined #u-boot
03:55
macromorgan has quit [Quit: Leaving]
03:57
Thorn has quit [Ping timeout: 240 seconds]
03:58
Thorn has joined #u-boot
04:56
camus1 has joined #u-boot
04:58
camus has quit [Ping timeout: 240 seconds]
04:58
camus1 is now known as camus
04:59
vagrantc has quit [Quit: leaving]
05:47
sughosh has joined #u-boot
06:09
sbach has quit [Read error: Connection reset by peer]
06:11
sbach has joined #u-boot
07:21
guillaume_g has joined #u-boot
07:31
sughosh has quit [Read error: Connection reset by peer]
07:38
frieder has joined #u-boot
07:54
mckoan_ is now known as mckoan
08:07
ldevulder has joined #u-boot
08:10
monstr has joined #u-boot
08:15
gsz has joined #u-boot
08:25
lucaceresoli has joined #u-boot
08:26
sszy has joined #u-boot
08:30
zibolo has joined #u-boot
08:33
matthias_bgg has joined #u-boot
08:34
camus has quit [Ping timeout: 256 seconds]
08:34
camus has joined #u-boot
08:54
prabhakarlad has joined #u-boot
09:00
alone[m] has quit [Quit: You have been kicked for being idle]
09:30
Thorn_ has joined #u-boot
09:31
Thorn has quit [Ping timeout: 272 seconds]
09:52
Zapy has quit [Quit: The Bananas are coming! Flee for your lives!]
09:54
Zapy has joined #u-boot
10:10
Zapy has quit [Ping timeout: 256 seconds]
10:11
Zapy has joined #u-boot
10:24
apritzel has joined #u-boot
10:28
mmu_man has joined #u-boot
10:59
mmu_man has quit [Ping timeout: 256 seconds]
11:31
lucaceresoli has quit [Remote host closed the connection]
11:31
lucaceresoli has joined #u-boot
11:39
mmu_man has joined #u-boot
12:34
<
j`ey >
a boot.scr is just a plain text file right?
12:34
<
j`ey >
oh hm, maybe not, just noticed a weird header on my rpi's boot.scr
12:37
<
mps >
boot.cmd is source from which boot.scr is 'compiled'
12:39
<
mps >
boot.cmd could be named however one wants, boot.txt ...
12:40
<
j`ey >
yeh I see you have to use mkimage, makes sense
12:41
<
j`ey >
would have been nice if it was just a text file though!
12:41
<
mps >
though I didn't used boot.scr for some years, nowadays extlinux.conf if more useful
12:41
<
j`ey >
does extlinux provide an interactive menu?
12:42
<
j`ey >
oh ok, for some reason I thought it didn't
12:43
<
mps >
j`ey: you are working on M1 on this?
12:43
<
j`ey >
'working' == playing
12:43
matthias_bgg has quit [Read error: Connection reset by peer]
12:43
matthias_bgg has joined #u-boot
12:44
<
mps >
I can paste my script which creates bootable usb disk witn m1n1+u-boot with extlinux.conf
12:44
<
mps >
it is not 'clean' but you could get 'idea'
12:44
<
j`ey >
yes that will be handy
12:45
<
mps >
there is part which creates extlinux.conf
12:46
<
mps >
actually, I boot M1 with extlinux.conf from internal nvme also with numeric menu to select kernel to boot
12:52
<
j`ey >
interesting, extlinux actually verifies the menu contents
12:55
<
mps >
verifies? what you mean to say
13:02
<
j`ey >
ok it doesn't, it just autoboots if theres only 1 option
13:06
prabhakarlad has quit [Quit: Client closed]
13:06
<
mps >
you can even add one 'fake' entry and it will wait for or about after timeout expire
13:07
<
mps >
wait for number to select entry*
13:07
<
mps >
or boot default if it can't find it
13:16
<
j`ey >
I dont think extlinux can do UEFI boot, so I may have to fall back to boot.scr
13:20
<
xypron >
j`ey: extelinux.conf leads to booting without UEFI. Without UEFI you will miss out on: secure boot, measured boot, GRUB.
13:20
<
j`ey >
yeah I didn't realise that before
13:22
<
j`ey >
my setup right now means that experimenting wih the text file is easier than having to mkimage for boot.scr
13:24
<
mps >
xypron: what is measured boot
13:26
<
mps >
j`ey: also I have script to create bootable usb disk with m1n1+u-boot with ESP and grub, I can post it also if you want to look at it
13:27
<
mps >
though extlinux.conf can be used on ESP also
13:27
<
xypron >
mps: the binary, initrd, fdt, UEFI boot variables etc can be hashed and the hashes can be stored in a TPM chip. This is what is called measured boot.
13:29
<
j`ey >
mps: Im playing around with avoiding grub
13:30
<
mps >
xypron: aha, thanks for explanation
13:30
<
mps >
j`ey: then my extlinux.conf is quite fine
13:30
<
j`ey >
mps: no because it doesn't UEFI boot
13:31
<
mps >
j`ey: then you need to create bootaa64.efi
13:32
<
j`ey >
or create a menu within a boot.scr
13:32
<
mps >
yes, this is also option
13:32
camus has quit [Remote host closed the connection]
13:32
camus has joined #u-boot
13:33
<
mps >
I didn't tried, don't see that UEFI is needed for normal work
13:34
<
j`ey >
it isnt currently, but in the future m1 might require it fo rsome features
13:53
torez has joined #u-boot
13:59
<
mps >
j`ey: when you finish with boot.scr I'm interested to try it
14:25
qsx has joined #u-boot
15:08
lucaceresoli_ has joined #u-boot
15:11
lucaceresoli has quit [Ping timeout: 260 seconds]
15:21
milkylainen has quit [Quit: Connection closed]
15:21
milkylainen has joined #u-boot
15:50
ldevulder has quit [Read error: Connection reset by peer]
15:50
ldevulder has joined #u-boot
15:58
monstr has quit [Remote host closed the connection]
16:03
ldevulder_ has joined #u-boot
16:06
ldevulder has quit [Ping timeout: 252 seconds]
16:17
frieder has quit [Remote host closed the connection]
16:23
prabhakarlad has joined #u-boot
16:38
mmu_man has quit [Ping timeout: 260 seconds]
16:50
mmu_man has joined #u-boot
17:06
zibolo has quit [Ping timeout: 245 seconds]
17:09
ldevulder_ is now known as ldevulder
17:34
camus has quit [Ping timeout: 256 seconds]
17:34
camus has joined #u-boot
17:35
mmu_man has quit [Ping timeout: 256 seconds]
17:56
matthias_bgg has quit [Ping timeout: 256 seconds]
17:58
sobkas has joined #u-boot
18:09
mckoan is now known as mckoan|away
18:17
srk has quit [Ping timeout: 250 seconds]
18:26
apritzel has quit [Ping timeout: 256 seconds]
18:38
srk has joined #u-boot
18:52
mmu_man has joined #u-boot
18:54
vagrantc has joined #u-boot
19:05
prabhakarlad has quit [Quit: Client closed]
19:45
macromorgan has joined #u-boot
20:09
camus has quit [Remote host closed the connection]
20:09
camus has joined #u-boot
20:15
lucaceresoli_ has quit [Quit: Leaving]
20:22
camus has quit [Ping timeout: 256 seconds]
20:23
camus has joined #u-boot
21:06
vagrantc has quit [Quit: leaving]
21:13
srk has quit [Ping timeout: 250 seconds]
22:02
gsz has quit [Ping timeout: 240 seconds]
22:10
srk has joined #u-boot
22:17
srk has quit [Ping timeout: 256 seconds]
23:05
torez has quit [Quit: torez]
23:44
milkylainen has quit [Remote host closed the connection]
23:53
camus1 has joined #u-boot
23:55
camus has quit [Read error: Connection reset by peer]
23:55
camus1 is now known as camus