00:32
cnxsoft has joined #linux-sunxi
00:34
cnxsoft1 has quit [Ping timeout: 260 seconds]
00:41
Mangy_Dog has quit [Ping timeout: 240 seconds]
00:55
gaston1980 has joined #linux-sunxi
00:57
jbrown has quit [*.net *.split]
00:57
nashpa has quit [*.net *.split]
00:57
lurchi_ has quit [*.net *.split]
00:57
pg12 has quit [*.net *.split]
00:57
abelvesa has quit [*.net *.split]
00:57
alexxy has quit [*.net *.split]
00:57
ScrumpyJack has quit [*.net *.split]
00:57
duracrisis has quit [*.net *.split]
00:57
jerbob92 has quit [*.net *.split]
00:57
wigyori has quit [*.net *.split]
01:17
wigyori has joined #linux-sunxi
01:17
jbrown has joined #linux-sunxi
01:17
pg12 has joined #linux-sunxi
01:17
abelvesa has joined #linux-sunxi
01:17
ScrumpyJack has joined #linux-sunxi
01:17
jerbob92 has joined #linux-sunxi
01:17
alexxy has joined #linux-sunxi
01:17
duracrisis has joined #linux-sunxi
01:17
lurchi_ has joined #linux-sunxi
01:17
nashpa has joined #linux-sunxi
01:19
apritzel has quit [Ping timeout: 246 seconds]
01:26
tuxd3v has joined #linux-sunxi
01:31
lurchi_ is now known as lurchi__
01:36
jstein has quit [Quit: quit]
01:45
jernej has joined #linux-sunxi
01:56
kaspter has joined #linux-sunxi
02:00
camus has joined #linux-sunxi
02:04
kaspter has quit [Ping timeout: 272 seconds]
02:04
camus is now known as kaspter
02:18
gaston1980 has quit [Quit: Konversation terminated!]
02:50
victhor has quit [Ping timeout: 256 seconds]
03:57
DonkeyHotei has joined #linux-sunxi
04:19
gediz0x539 has quit [Remote host closed the connection]
04:22
gediz0x539 has joined #linux-sunxi
04:24
ChriChri_ has joined #linux-sunxi
04:26
ChriChri has quit [Ping timeout: 256 seconds]
04:26
ChriChri_ is now known as ChriChri
04:37
[7] has quit [Ping timeout: 268 seconds]
04:38
TheSeven has joined #linux-sunxi
05:13
JohnDoe_71Rus has joined #linux-sunxi
05:41
tuxd3v has quit [Ping timeout: 265 seconds]
05:46
asdf28 has joined #linux-sunxi
06:01
daregap has joined #linux-sunxi
06:13
reinforce has joined #linux-sunxi
06:29
camus has joined #linux-sunxi
06:30
kaspter has quit [Read error: Connection reset by peer]
06:30
camus is now known as kaspter
06:32
chewitt has quit [Read error: Connection reset by peer]
06:32
chewitt has joined #linux-sunxi
06:57
_whitelogger has joined #linux-sunxi
07:09
apritzel has joined #linux-sunxi
07:22
cmeerw has joined #linux-sunxi
07:27
_whitelogger has joined #linux-sunxi
07:28
chewitt_ has quit [Read error: Connection reset by peer]
07:28
chewitt has joined #linux-sunxi
07:30
apritzel has quit [Ping timeout: 264 seconds]
07:34
cmeerw has quit [Ping timeout: 260 seconds]
07:51
_whitelogger has joined #linux-sunxi
08:12
chewitt has quit [Quit: Adios!]
08:18
netlynx has joined #linux-sunxi
08:21
camus has joined #linux-sunxi
08:21
kaspter has quit [Ping timeout: 265 seconds]
08:21
camus is now known as kaspter
08:23
ldevulder has joined #linux-sunxi
08:32
ldevulder has quit [Ping timeout: 256 seconds]
08:35
ldevulder has joined #linux-sunxi
09:20
matthias_bgg has joined #linux-sunxi
09:58
AneoX has joined #linux-sunxi
09:58
apritzel has joined #linux-sunxi
10:14
chewitt has joined #linux-sunxi
10:22
victhor has joined #linux-sunxi
10:28
kaspter has quit [Ping timeout: 260 seconds]
10:28
kaspter has joined #linux-sunxi
10:51
lkcl has quit [Ping timeout: 240 seconds]
10:58
tuxd3v has joined #linux-sunxi
11:04
lkcl has joined #linux-sunxi
11:08
tuxillo has quit [Ping timeout: 256 seconds]
11:21
tuxillo has joined #linux-sunxi
11:25
Mangy_Dog has joined #linux-sunxi
12:11
camus has joined #linux-sunxi
12:12
kaspter has quit [Ping timeout: 240 seconds]
12:12
camus is now known as kaspter
13:11
tuxd3v has quit [Ping timeout: 256 seconds]
13:14
lkcl has quit [Ping timeout: 264 seconds]
13:15
faruk has joined #linux-sunxi
13:25
kaspter has quit [Quit: kaspter]
13:27
lkcl has joined #linux-sunxi
13:28
faruk has quit [Quit: Leaving]
13:46
daregap has quit [Quit: daregap]
13:51
<
plaes >
apritzel: o/ I finally found time to test a64 fel
13:52
<
plaes >
'U-Boot header CRC mismatch: expected acf8b, got 66ab0f56'
13:52
<
plaes >
any idea from where to start digging?
13:54
<
plaes >
./sunxi-fel uboot u-boot-sunxi-with-spl.bin
14:03
<
plaes >
apritzel: your mkimage patches never made upstream?
14:26
<
apritzel >
plaes: so far you need to use "spl" instead of "uboot"
14:26
<
apritzel >
and you can't load the whole image at once, since sunxi-fel only knows about the U-Boot legacy image
14:27
<
apritzel >
I have FIT support in some kind of advanced state
14:27
<
apritzel >
and the mkimage patch will probably be merged in the new U-Boot merge window
14:28
<
apritzel >
plaes: so for loading the whole firmware you have to break this down:
14:29
tnovotny has joined #linux-sunxi
14:29
<
apritzel >
$ sunxi-fel spl /src/u-boot/spl/sunxi-spl.bin write 0x44000 /src/tf-a/build/sun50i_a64/debug/bl31.bin write 0x4a000000 /src/u-boot/u-boot.bin reset64 0x44000
14:30
<
apritzel >
obvious, isn't it? ;-)
14:32
<
plaes >
libv: this stuff is not yet merged ;)
14:34
<
apritzel >
libv: but thanks for volunteering! :-P
14:34
<
plaes >
apritzel: how should I pass in crust?
14:34
reinforce has quit [Quit: Leaving.]
14:35
<
smaeul >
0x50000 .../scp.bin
14:36
<
apritzel >
plaes: yeah, either load explicitly, to its load address (0x50000 on the A64)
14:36
<
plaes >
\o/ works :)
14:36
<
apritzel >
plaes: or append it to bl31.bin
14:37
<
plaes >
NOTICE: PSCI: System suspend is available via SCPI
14:37
<
apritzel >
plaes: great, thanks for testing!
14:38
<
plaes >
FEL tested on Olimex A64 Olinuxino..
14:40
<
apritzel >
plaes: do you have the version with eMMC?
14:42
luke-jr has quit [Read error: Connection reset by peer]
14:44
<
apritzel >
plaes: nice! Can you add: "max-frequency = <150000000>;" and "mmc-hs200-1_8v;" to the DT, and check if the eMMC gets faster (and works reliably in the first place)?
14:46
luke-jr has joined #linux-sunxi
14:47
gaston1980 has joined #linux-sunxi
14:48
<
plaes >
ok, will look into this later
14:50
<
apritzel >
plaes: thanks, no hurry! I might ping you after the merge window ...
14:50
luke-jr has quit [Ping timeout: 260 seconds]
14:52
luke-jr has joined #linux-sunxi
15:22
JohnDoe_71Rus has joined #linux-sunxi
15:23
tbueno has joined #linux-sunxi
15:45
gaston1980 has quit [Quit: Konversation terminated!]
15:52
kaspter has joined #linux-sunxi
15:59
<
montjoie >
hé hé hé hé, ebiggers sent a patch for supporting mmc hardware encryption, this will help using EMCE on H6
16:04
vagrantc has joined #linux-sunxi
16:10
lucascastro has quit [Ping timeout: 260 seconds]
16:21
cmeerw has joined #linux-sunxi
16:52
jstein has joined #linux-sunxi
16:54
chewitt has quit [Read error: Connection reset by peer]
16:55
chewitt has joined #linux-sunxi
17:05
lkcl has quit [Ping timeout: 240 seconds]
17:19
lkcl has joined #linux-sunxi
17:24
jorik_ has joined #linux-sunxi
17:25
jonkerj has quit [Read error: Connection reset by peer]
17:26
lucascastro has joined #linux-sunxi
17:44
datagutt has quit [Ping timeout: 246 seconds]
17:44
datagutt has joined #linux-sunxi
17:44
datagutt has joined #linux-sunxi
17:44
datagutt has quit [Changing host]
17:44
grw1 has quit [Ping timeout: 264 seconds]
17:44
vbmithr has quit [Ping timeout: 246 seconds]
17:44
vbmithr has joined #linux-sunxi
17:45
grw1 has joined #linux-sunxi
17:45
azend has quit [Ping timeout: 264 seconds]
17:45
azend_ has joined #linux-sunxi
17:46
jaganteki has joined #linux-sunxi
17:53
vbmithr has quit [Ping timeout: 246 seconds]
17:53
vbmithr has joined #linux-sunxi
17:54
yann has quit [Ping timeout: 246 seconds]
17:56
yann has joined #linux-sunxi
18:37
kaspter has quit [Quit: kaspter]
18:49
tuxd3v has joined #linux-sunxi
19:05
apritzel has quit [Ping timeout: 272 seconds]
19:13
lurchi__ is now known as lurchi_
19:20
<
plaes >
hmm.. any idea why I cannot enable fastboot functionality for arm64 (a64-olinuxino) ?
19:26
<
plaes >
ok, arm32 seems to have USB_FUNCTION_FASTBOOT as default
19:27
<
plaes >
and this seems to require USB GADGET functionality...
19:34
<
jaganteki >
@plaes: fastboot can be possible even on arm64 - pls check BPI-M64 defconfig
19:37
<
plaes >
jaganteki: ah thank.. the issue (after adding the various FASTBOOT configuration options was this): u-boot/cmd/fastboot.c:80: undefined reference to `usb_gadget_handle_interrupts'
19:38
<
plaes >
and +CONFIG_USB_MUSB_GADGET=y helped
19:58
<
plaes >
is the loader1/loader2 partitioning for fastboot valid for arm64?
19:59
<
plaes >
sunxi-spl.bin to loader1, u-boot.bin to loader2
19:59
<
jaganteki >
you can find it on partition env
19:59
<
jaganteki >
loader2 is u-boot.itb
19:59
<
jaganteki >
in arm64
20:01
<
plaes >
I don't see this being generated..
20:02
<
plaes >
only .itb file is u-boot-sunxi-with-spl.fit.itb
20:14
<
plaes >
yay, that can be flashed to loader2 :)
20:28
tnovotny has quit [Ping timeout: 258 seconds]
20:31
jernej has joined #linux-sunxi
20:59
jaganteki has quit [Remote host closed the connection]
21:16
gaston1980 has joined #linux-sunxi
21:18
jernej has joined #linux-sunxi
21:21
jernej has quit [Client Quit]
21:29
ldevulder_ has joined #linux-sunxi
21:33
ldevulder has quit [Ping timeout: 240 seconds]
21:41
gaston1980 has quit [Quit: Konversation terminated!]
21:41
jernej has joined #linux-sunxi
22:03
cmeerw has quit [Ping timeout: 260 seconds]
22:07
Ashleee has quit [Quit: Leaving... bbl]
22:08
hramrach has quit [Ping timeout: 240 seconds]
22:08
Ashleee has joined #linux-sunxi
22:08
hramrach has joined #linux-sunxi
22:11
asdf28 has quit [Remote host closed the connection]
22:13
asdf28 has joined #linux-sunxi
22:22
apritzel has joined #linux-sunxi
22:30
macc24 has quit [Ping timeout: 246 seconds]
22:48
asdf28 has quit [Ping timeout: 240 seconds]
23:04
macc24 has joined #linux-sunxi
23:22
narmstrong has quit [Ping timeout: 264 seconds]
23:22
aliosa27 has quit [Ping timeout: 264 seconds]
23:23
steev has quit [Ping timeout: 272 seconds]
23:45
victhor has quit [Quit: Leaving]
23:56
steev has joined #linux-sunxi
23:57
Mangy_Dog has quit [Ping timeout: 264 seconds]