00:12
TheSeven has quit [Ping timeout: 265 seconds]
00:14
vagrantc has quit [Quit: leaving]
00:42
mavkhimenia has joined #linux-sunxi
00:47
mavkhimenia has quit [Ping timeout: 264 seconds]
00:49
Putti has quit [Ping timeout: 264 seconds]
01:31
anarsoul|2 has quit [Ping timeout: 265 seconds]
01:43
victhor has quit [Remote host closed the connection]
01:50
nuuuciano has joined #linux-sunxi
01:50
sunshavi has joined #linux-sunxi
01:55
skiboy has joined #linux-sunxi
01:58
cnxsoft has joined #linux-sunxi
02:43
mavkhimenia has joined #linux-sunxi
02:47
mavkhimenia has quit [Ping timeout: 260 seconds]
03:01
tl_lim has quit [Read error: Connection reset by peer]
03:03
tl_lim has joined #linux-sunxi
03:06
akaizen has quit [Ping timeout: 276 seconds]
03:08
akaizen has joined #linux-sunxi
03:14
pgreco has quit [Ping timeout: 256 seconds]
03:14
pgreco has joined #linux-sunxi
03:15
akaizen has quit [Ping timeout: 248 seconds]
03:19
<
wens >
icenowy[m]: you might want to check out CONFIG_INDIRECT_PIO
03:46
<
icenowy[m] >
wens: for quirky PCI Express on H6?
03:57
Putti has joined #linux-sunxi
04:00
dddddd has quit [Remote host closed the connection]
04:07
Putti has quit [Ping timeout: 256 seconds]
04:08
<
fredl-pc >
hi guys.
04:08
<
fredl-pc >
I got our custom board to fully boot!
04:09
<
wens >
icenowy[m]: yeah
04:10
<
fredl-pc >
it took some effort but I'd like to thank the people on here who helped me get it there, finally :)
04:10
skiboy has quit [Quit: Leaving]
04:11
skiboy has joined #linux-sunxi
04:14
liqsquid has quit [Ping timeout: 246 seconds]
04:28
IgorPec has joined #linux-sunxi
04:28
<
fredl-pc >
Hmm I need a minimal Debian installer rootfs that doesn't require network
04:28
<
fredl-pc >
well, ramfs
04:29
<
fredl-pc >
root@e560:~/miniroot# make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- KERNEL_MODULES=/root/linux/modules/lib/modules/4.17.0-rc1-00028-g87ef12027b9b
04:29
<
fredl-pc >
Well that's not an installer I guess
04:30
<
fredl-pc >
but I guess at least through that image I could partition the eMMC, make filesystem on it etc.
04:42
mavkhimenia has joined #linux-sunxi
04:44
mavkhime_ has joined #linux-sunxi
04:44
mavkhimenia has quit [Read error: Connection reset by peer]
04:46
lurchi_ has joined #linux-sunxi
04:48
mavkhime_ has quit [Ping timeout: 260 seconds]
04:50
lurchi__ has quit [Ping timeout: 264 seconds]
04:52
montjoie has joined #linux-sunxi
04:55
<
beeble >
fredl-pc: easy way for a rootfs running from ram. buildroot. 5min and you have pretty much anything you could need
05:01
nuuuciano has quit [Ping timeout: 260 seconds]
05:05
<
fredl-pc >
Actually I first want to see that I get this USB Ethernet adapter to be recognized
05:06
<
beeble >
seems overly complicated. clone, set cross compiler, make defconfig, set output format, make, done
05:07
<
fredl-pc >
goal of this project is that I make 1) the board run Linux, 2) make installation to eMMC easy and fast
05:09
<
beeble >
copytoemmc.sh in rc.local? :)
05:09
<
KotCzarny >
fel installer?
05:10
Putti has joined #linux-sunxi
05:11
<
fredl-pc >
Well with the USB mass storage gadget it should be doable
05:12
<
KotCzarny >
it is we already are doing it for h3
05:13
<
fredl-pc >
can we use USB0 for that after having booted in FEL mode?
05:14
<
fredl-pc >
I get this:
05:14
<
fredl-pc >
=> ums 0 mmc 0
05:14
<
fredl-pc >
UMS: LUN 0, dev 0, hwpart 0, sector 0x0, count 0xe90000
05:14
<
fredl-pc >
Please connect USB cable.
05:14
<
KotCzarny >
fel mode is used to boot (uboot, kernel, initrd), once uboot/linux boots its just usb
05:14
<
fredl-pc >
yeah that's what I thought
05:15
<
fredl-pc >
But it doesn't seem to see it has a USB cable connected already
05:16
<
KotCzarny >
see fel/usbboot
05:17
hlauer has quit [Ping timeout: 260 seconds]
05:17
<
KotCzarny >
if you want to make installer in uboot alone it might be doable, but i prefer having linux tools booted already
05:18
<
fredl-pc >
Well this company will be doing LOTS of installations
05:18
<
fredl-pc >
So it needs to be automated somehow
05:19
<
fredl-pc >
I'd think exposing the eMMC to the host as mass storage would allow to directly pump an image to the eMMC from the host
05:20
<
KotCzarny >
does it matter if you boot linux (10-30s more installation time) ?
05:21
<
fredl-pc >
I think not.
05:22
<
KotCzarny >
that way you can also run testing suite at the same time
05:23
<
fredl-pc >
Okay, so... buildroot
05:23
<
pmpp >
btw h3 fel-installer has code for booting mainline, and it can raw write emmc from integrated nbd server
05:24
<
KotCzarny >
pmpp: he has a20 afair
05:24
<
KotCzarny >
custom one too
05:24
<
fredl-pc >
very minimal hardware
05:24
<
pmpp >
should work i have code for A2x A3x and H5 ( though does not boot )
05:25
<
pmpp >
yeah H2/H3 is fully supportted
05:27
JohnDoe_71Rus has joined #linux-sunxi
05:29
<
pmpp >
fredl-pc: if you have uboot, dtb and a kernel i can add them to menu for testing
05:29
<
pmpp >
seems it only tested A33
05:31
<
fredl-pc >
Our DTB still needs reviewing at this point
05:32
<
pmpp >
you can update yourself anytime it'all python code
05:32
<
fredl-pc >
yeah looking at installation video right now, looks real nice!
05:32
<
pmpp >
there a legacy folder for fex and a next folder for mainline
05:34
<
fredl-pc >
I don't plan to use a Windows host though, I can also start the installer on Linux somehow?
05:35
<
fredl-pc >
h3droid.sh?
05:35
<
pmpp >
xz is on github for linux
05:36
<
fredl-pc >
pmp-p released this 2 hours ago
05:37
<
pmpp >
yeah fixed ntsc support
05:40
<
pmpp >
for mainline you need some usb gadgets in since adb may not work, best is the network one
05:44
<
fredl-pc >
looks very promising so far, I'll take some time to play with it
05:45
<
pmpp >
can use uart too but it is very slow
05:48
<
fredl-pc >
breakfast first though, starving here.
05:50
JohnDoe1 has joined #linux-sunxi
06:05
reinforce has joined #linux-sunxi
06:08
paulk-gagarine-s has quit [Quit: Leaving]
06:09
paulk-gagarine has joined #linux-sunxi
06:21
tl_lim has quit [Ping timeout: 256 seconds]
06:21
tl_lim has joined #linux-sunxi
06:22
DullTube has joined #linux-sunxi
06:22
Mr__Anderson has joined #linux-sunxi
06:41
foxx_ has joined #linux-sunxi
06:43
mavkhimenia has joined #linux-sunxi
06:45
mavkhime_ has joined #linux-sunxi
06:47
mavkhimenia has quit [Ping timeout: 248 seconds]
06:49
mavkhime_ has quit [Ping timeout: 248 seconds]
06:50
hlauer has joined #linux-sunxi
07:10
Mr__Anderson has quit [Remote host closed the connection]
07:16
afaerber has quit [Quit: Leaving]
07:19
The_Loko has joined #linux-sunxi
07:26
clemens3_ has joined #linux-sunxi
07:40
focus_ has joined #linux-sunxi
07:42
focus__ has quit [Ping timeout: 240 seconds]
07:53
msimpson has joined #linux-sunxi
08:05
BenG83 has joined #linux-sunxi
08:40
tl_lim has quit [Read error: Connection reset by peer]
08:42
matthias_bgg has joined #linux-sunxi
08:45
megi has quit [Ping timeout: 248 seconds]
08:46
mavkhimenia has joined #linux-sunxi
08:47
Gerwin_J has joined #linux-sunxi
08:50
mavkhimenia has quit [Ping timeout: 248 seconds]
09:02
BenG83 has quit [Remote host closed the connection]
09:03
elros has joined #linux-sunxi
09:03
paulk-gagarine has quit [Quit: Leaving]
09:04
paulk-gagarine-s has joined #linux-sunxi
09:04
BenG83 has joined #linux-sunxi
09:15
paulk-gagarine-s has quit [Quit: Leaving]
09:16
paulk-gagarine has joined #linux-sunxi
09:17
paulk-gagarine has quit [Client Quit]
09:17
paulk-gagarine has joined #linux-sunxi
09:19
paulk-gagarine has quit [Remote host closed the connection]
09:22
paulk-gagarine has joined #linux-sunxi
09:25
Pascallj has joined #linux-sunxi
09:26
<
Pascallj >
Hi all, I just tried to submit my first patch to the mailing-list but got an error from Google Groups that I don't have permission to post
09:27
<
Pascallj >
The wiki states you don't have to subscribe to the list to be able to post, is this still correct?
09:48
victhor has joined #linux-sunxi
09:48
kaspter1 has joined #linux-sunxi
09:50
kaspter1 has quit [Read error: Connection reset by peer]
09:50
kaspter has quit [Ping timeout: 264 seconds]
09:51
kaspter has joined #linux-sunxi
09:52
kaspter has quit [Client Quit]
09:57
kaspter has joined #linux-sunxi
10:02
swiftgeek has quit [Ping timeout: 256 seconds]
10:10
jaganteki has joined #linux-sunxi
10:11
hlauer has quit [Read error: Connection reset by peer]
10:18
hanni76 has joined #linux-sunxi
10:21
nuuuciano has joined #linux-sunxi
10:23
f11f12 has quit [Remote host closed the connection]
10:24
mavkhimenia has joined #linux-sunxi
10:25
kaspter1 has joined #linux-sunxi
10:26
kaspter has quit [Ping timeout: 265 seconds]
10:26
kaspter1 is now known as kaspter
10:26
Pascallj has quit [Quit: Page closed]
10:28
kaspter has quit [Client Quit]
10:28
kaspter1 has joined #linux-sunxi
10:29
kaspter1 has quit [Read error: Connection reset by peer]
10:30
kaspter has joined #linux-sunxi
10:33
megi has joined #linux-sunxi
10:35
hlauer has joined #linux-sunxi
10:35
BenG83 has quit [Ping timeout: 256 seconds]
10:38
mavkhimenia has quit [Remote host closed the connection]
10:39
mavkhimenia has joined #linux-sunxi
10:41
PiotrM has joined #linux-sunxi
10:46
messpl has joined #linux-sunxi
10:47
<
messpl >
Maybe you can help me. I am trying to run LVDS display with Banana Pi M2M with mainline kernel/u-boot.
10:47
<
messpl >
I am also trying to run Mali.
10:48
BenG83 has joined #linux-sunxi
10:49
<
messpl >
I think I am able to run LVDS (not sure, I see signals on LVDS lines but I am waitinf for protoboard to confirm it), but the problem is Mali.
10:50
f11f12 has joined #linux-sunxi
10:51
<
messpl >
Everything went well. I see /dev/mali and proper logs. But the problem is malitest which returns 0x3003 error. I googled this problem and it is related to setting CONFIG_DRM_FBDEV_OVERALLOC in kernel configuration. So i did it.
10:51
<
messpl >
The malitest still returns 0x3003.
10:52
<
messpl >
I have checked the /sys/class/graphics/fb0/virtual_size and it matches the screen resolution
10:53
<
messpl >
I think maybe driver does not use DRM?
10:53
<
messpl >
I set up screen using u-boot config.
10:55
<
messpl >
CONFIG_VIDEO_LCD_MODE="..." and CONFIG_VIDEO_LCD_PANEL_LVDS=y
10:56
<
messpl >
Any ideas what I did wrong?
11:04
PiotrM has quit [Quit: Page closed]
11:10
JohnDoe_71Rus has joined #linux-sunxi
11:10
JohnDoe_71Rus has quit [Client Quit]
11:11
JohnDoe_71Rus has joined #linux-sunxi
11:28
kaspter1 has joined #linux-sunxi
11:30
kaspter has quit [Ping timeout: 264 seconds]
11:30
kaspter1 is now known as kaspter
11:31
BenG83 has quit [Remote host closed the connection]
11:31
<
plaes >
LVDS drm is not supported on A33
11:32
jaganteki has quit [Ping timeout: 260 seconds]
11:32
swiftgeek has joined #linux-sunxi
11:36
<
messpl >
plaes, thank you for response
11:41
DullTube has quit [Quit: Leaving]
11:48
<
plaes >
to me it looks like LVDS is not implemented yet
11:53
<
messpl >
"Nobody works on it, but it should be compatible with already done drivers", but maybe you are right.
11:57
mavkhimenia has quit [Remote host closed the connection]
11:57
jaganteki has joined #linux-sunxi
11:57
mavkhimenia has joined #linux-sunxi
11:58
mavkhime_ has joined #linux-sunxi
12:02
mavkhimenia has quit [Ping timeout: 240 seconds]
12:03
mavkhime_ has quit [Ping timeout: 265 seconds]
12:06
mavkhimenia has joined #linux-sunxi
12:13
Putti has quit [Ping timeout: 240 seconds]
12:30
qeed has quit [Quit: Leaving]
12:30
qeed has joined #linux-sunxi
12:33
<
mripard >
yes, but not on the A33 yet
12:35
JohnDoe_71Rus has joined #linux-sunxi
12:36
<
messpl >
Thank you.
12:53
GrimKriegor has quit [Ping timeout: 268 seconds]
12:56
dlan has quit [Ping timeout: 260 seconds]
12:56
dlan has joined #linux-sunxi
12:56
dlan has joined #linux-sunxi
12:56
dlan has quit [Changing host]
13:00
IgorPec has quit [Ping timeout: 256 seconds]
13:03
kaspter has quit [Read error: Connection reset by peer]
13:04
kaspter has joined #linux-sunxi
13:05
mavkhimenia has quit [Remote host closed the connection]
13:07
mavkhimenia has joined #linux-sunxi
13:11
fkluknav has joined #linux-sunxi
13:15
lioka has joined #linux-sunxi
13:22
Gerwin_J has quit [Quit: Gerwin_J]
13:23
elros has quit [Remote host closed the connection]
13:23
Gerwin_J has joined #linux-sunxi
13:23
Gerwin_J has quit [Client Quit]
13:23
Gerwin_J has joined #linux-sunxi
13:23
Gerwin_J has quit [Client Quit]
13:24
Gerwin_J has joined #linux-sunxi
13:24
Gerwin_J has quit [Client Quit]
13:25
Gerwin_J has joined #linux-sunxi
13:25
Gerwin_J has quit [Client Quit]
13:26
Gerwin_J has joined #linux-sunxi
13:26
Gerwin_J has quit [Client Quit]
13:26
Gerwin_J has joined #linux-sunxi
13:27
Gerwin_J has quit [Client Quit]
13:27
Gerwin_J has joined #linux-sunxi
13:28
Gerwin_J has quit [Client Quit]
13:28
Gerwin_J has joined #linux-sunxi
13:28
Gerwin_J has quit [Client Quit]
13:29
Gerwin_J has joined #linux-sunxi
13:29
Gerwin_J has quit [Client Quit]
13:30
Gerwin_J has joined #linux-sunxi
13:30
Gerwin_J has quit [Client Quit]
13:44
mavkhime_ has joined #linux-sunxi
13:47
mavkhimenia has quit [Ping timeout: 248 seconds]
13:48
dddddd_ has joined #linux-sunxi
13:52
mavkhim__ has joined #linux-sunxi
13:53
mavkhi___ has joined #linux-sunxi
13:53
mavkhim__ has quit [Read error: Connection reset by peer]
13:54
mavkhim__ has joined #linux-sunxi
13:55
mavkhime_ has quit [Ping timeout: 276 seconds]
13:57
mavkhi___ has quit [Ping timeout: 260 seconds]
13:57
mavkhimenia has joined #linux-sunxi
13:57
indy has joined #linux-sunxi
13:58
cnxsoft has quit [Quit: cnxsoft]
13:59
skiboy has quit [Quit: Leaving]
14:00
mavkhim__ has quit [Ping timeout: 268 seconds]
14:05
Putti has joined #linux-sunxi
14:06
mavkhimenia has quit [Read error: Connection reset by peer]
14:06
mavkhimenia has joined #linux-sunxi
14:07
rexxster has joined #linux-sunxi
14:07
mavkhimenia has quit [Read error: Connection reset by peer]
14:07
mavkhimenia has joined #linux-sunxi
14:15
<
swiftgeek >
can i get OrangePi 2E dimensions from somewhere
14:15
<
KotCzarny >
wiki page?
14:15
<
swiftgeek >
i nearly killed mine due to not printing box for it
14:16
kaspter has quit [Quit: kaspter]
14:16
kaspter has joined #linux-sunxi
14:16
<
swiftgeek >
KotCzarny: not listed there sadly
14:16
<
KotCzarny >
also, since you own it, measuring should take few secs at most
14:16
<
swiftgeek >
definitely not few secs xD
14:17
<
KotCzarny >
ahm, you need detailed dimensions
14:17
<
swiftgeek >
i wouldn't call those detailed
14:17
<
swiftgeek >
i think rpi has actually detailed ones too
14:18
<
KotCzarny >
seems some people did it already
14:18
<
swiftgeek >
well some terrible boxes sure xD
14:18
<
KotCzarny >
the first one doesnt look too bad
14:19
<
swiftgeek >
but none of those are exposing holes for headers and whatnot
14:20
<
KotCzarny >
keep in mind those tiny boxes upp the temperature by 5-20C
14:20
<
swiftgeek >
sure it's mostly for storing it anyway xD
14:21
<
swiftgeek >
i nearly dropped breadmaker on it and impact was so nice that its plastic chassis broke xD
14:21
<
swiftgeek >
also lost skin on my middle finger
14:22
<
swiftgeek >
i need to remember to wear gloves when disassembling stuff
14:23
fkluknav has quit [Ping timeout: 260 seconds]
14:24
megi has quit [Ping timeout: 256 seconds]
14:30
TEKrantz has joined #linux-sunxi
14:39
fkluknav has joined #linux-sunxi
14:45
merbanan has quit [Ping timeout: 240 seconds]
14:56
hlauer has quit [Ping timeout: 240 seconds]
14:57
merbanan has joined #linux-sunxi
15:03
kaspter has quit [Ping timeout: 240 seconds]
15:07
IgorPec has joined #linux-sunxi
15:11
reinforce has quit [Quit: Leaving.]
15:14
netlynx has joined #linux-sunxi
15:14
netlynx has quit [Changing host]
15:14
netlynx has joined #linux-sunxi
15:17
tllim has joined #linux-sunxi
15:19
IgorPec has quit [Ping timeout: 265 seconds]
15:22
msimpson has quit [Read error: Connection reset by peer]
15:23
matthias_bgg has quit [Quit: Leaving]
15:28
mavkhime_ has joined #linux-sunxi
15:28
dddddd_ is now known as dddddd
15:31
mavkhimenia has quit [Ping timeout: 268 seconds]
15:37
mavkhime_ has quit [Remote host closed the connection]
15:37
mavkhimenia has joined #linux-sunxi
15:45
mavkhime_ has joined #linux-sunxi
15:46
mavkhime_ has quit [Read error: Connection reset by peer]
15:46
mavkhime_ has joined #linux-sunxi
15:49
mavkhimenia has quit [Ping timeout: 264 seconds]
15:55
AneoX has joined #linux-sunxi
15:55
anarsoul|2 has joined #linux-sunxi
15:55
AneoX_ has quit [Ping timeout: 240 seconds]
15:57
victhor has quit [Remote host closed the connection]
15:58
f0xx has joined #linux-sunxi
16:00
IgorPec has joined #linux-sunxi
16:02
msimpson has joined #linux-sunxi
16:07
msimpson has quit [Read error: Connection reset by peer]
16:07
hardfalcon has joined #linux-sunxi
16:19
mavkhime_ has quit [Remote host closed the connection]
16:19
mavkhimenia has joined #linux-sunxi
16:35
reinforce has joined #linux-sunxi
16:55
anarsoul|2 has quit [Ping timeout: 248 seconds]
17:01
msimpson has joined #linux-sunxi
17:02
JohnDoe_71Rus has joined #linux-sunxi
17:02
msimpson has quit [Read error: Connection reset by peer]
17:03
The_Loko has quit [Quit: Leaving]
17:16
tllim has quit [Quit: Leaving]
17:17
fkluknav has quit [Ping timeout: 248 seconds]
17:22
mavkhimenia has quit [Remote host closed the connection]
17:38
Putti has quit [Ping timeout: 248 seconds]
17:42
Putti has joined #linux-sunxi
17:43
f0xx has quit [Ping timeout: 256 seconds]
17:43
aalm has quit [Ping timeout: 276 seconds]
17:45
anarsoul|2 has joined #linux-sunxi
17:51
clemens3_ has quit [Ping timeout: 268 seconds]
17:51
jaganteki has quit [Ping timeout: 260 seconds]
18:20
vagrantc has joined #linux-sunxi
18:42
IgorPec has quit [Ping timeout: 248 seconds]
18:44
f0xx has joined #linux-sunxi
18:45
<
f11f12 >
jernej: sun4i_tcon_probe is called before the panel is probed, it returns DEFER but won't try again. Do you have the same behavior?
18:46
<
jernej >
I never worked with the panels, sorry
18:46
<
jernej >
only with hdmi
18:56
TEKrantz has quit [Ping timeout: 256 seconds]
18:57
TEKrantz has joined #linux-sunxi
19:02
lioka has quit [Quit: leaving]
19:04
clemens3_ has joined #linux-sunxi
19:10
AneoX_ has joined #linux-sunxi
19:11
AneoX has quit [Ping timeout: 240 seconds]
19:29
AneoX_ has quit [Ping timeout: 264 seconds]
19:34
AneoX has joined #linux-sunxi
19:47
montjoie has quit [Quit: leaving]
19:48
f0xx has quit [Ping timeout: 256 seconds]
19:50
GrimKriegor has joined #linux-sunxi
19:51
f0xx has joined #linux-sunxi
19:54
fredl-pc has quit [Quit: Leaving]
19:55
fkluknav has joined #linux-sunxi
19:58
f0xx has quit [Ping timeout: 256 seconds]
20:09
nuuuciano has quit [Ping timeout: 248 seconds]
20:22
xes has quit [Read error: Connection reset by peer]
20:24
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Aria 4.9.3, revision: git-7289-5461d7b6c, build type: debug, sources date: 20160102, built on: 2018-04-10 20:12:59 UTC git-7289-5461d7b6c
http://www.kvirc.net/ ]
20:26
hlauer has joined #linux-sunxi
20:35
victhor has joined #linux-sunxi
20:38
fkluknav has quit [Ping timeout: 264 seconds]
20:45
reinforce has quit [Quit: Leaving.]
20:52
fkluknav has joined #linux-sunxi
20:57
xerpi has joined #linux-sunxi
21:03
fkluknav has quit [Ping timeout: 240 seconds]
21:11
Ntemis has joined #linux-sunxi
21:17
paulliu has quit [Quit: Leaving.]
21:21
aalm has joined #linux-sunxi
21:21
xes has joined #linux-sunxi
21:32
netlynx has quit [Quit: Ex-Chat]
22:10
Ntemis has quit [Remote host closed the connection]
22:10
macifom has joined #linux-sunxi
22:12
<
macifom >
wens, I know you and icenowy are prepping SY8113B and SY8106A support for 4.18 and I see dts changes for Orange Pi PC and One
22:12
<
macifom >
is anyone making changes for FriendlyARM boards? they use SY8113B or the workalike MP2143DJ on PL6
22:13
<
macifom >
I'll volunteer to copy-paste the orangepi-one dts changes if no one's on it already
22:37
clemens3_ has quit [Ping timeout: 240 seconds]
22:40
xerpi has quit [Quit: Leaving]
22:51
longsleep has quit [Ping timeout: 255 seconds]
22:51
longsleep has joined #linux-sunxi
22:53
AneoX has quit [Ping timeout: 264 seconds]
22:53
AneoX has joined #linux-sunxi
23:08
longsleep has quit [Ping timeout: 256 seconds]
23:12
longsleep has joined #linux-sunxi
23:48
TEKrantz has quit [Ping timeout: 268 seconds]
23:58
TEKrantz has joined #linux-sunxi