00:22
<
phh >
well wayland has been working for a long time, what's new is mali with it
00:24
<
phh >
ARM doc says "Note: The ASUS C201 Chromebook only supports Wayland with fbdev backend due to a kernel display driver issue when starting Weston with DRM back-end."
00:25
<
phh >
that's weird.
00:26
<
mmind00 >
they could've just fixed the display driver instead :-)
00:27
<
phh >
mmind00: they are using a 4.1 kernel...
00:27
<
mmind00 >
*shudder* :-)
00:30
<
mmind00 >
that thing is over a year old ... who in his right mind gets the idea to use that as a base for new things
00:32
<
phh >
anyway, they made nice scripts to generate a bootable usb/sd to directly test their latest drivers on chromebook, so that's nice
00:33
<
phh >
"Note: X11 is currently not supported on the ASUS C201 Chromebook, this should also get resolved with a future armsoc version."
00:35
<
naobsd >
why ARM uses 4.1 kernel...
00:36
<
naobsd >
anyway all I need is driver and lib ;)
00:37
<
phh >
there is a build.sh with the approximate command to build the module
00:38
ayaka has quit [Ping timeout: 256 seconds]
00:38
ayaka has joined #linux-rockchip
01:00
levd_ has quit [Ping timeout: 250 seconds]
01:00
levd has joined #linux-rockchip
01:12
leon-anavi has joined #linux-rockchip
01:12
<
leon-anavi >
hi naobsd :)
01:14
<
leon-anavi >
naobsd, thank you for letting me know about the wayland drivers for firefly-rk3288
01:15
<
leon-anavi >
I am building core-image-minimal for firefly-rk3288 right now. If the build is OK my next goal is core-image-weston.
01:15
<
leon-anavi >
what kernel should I use with these drivers?
01:18
<
leon-anavi >
from the log of the chat it seems that I should go for 4.1
01:22
<
naobsd >
I think mainline + phh driver is better
01:22
<
leon-anavi >
is there anyone with experience with meta-rockchip for Yocto/OE?
01:24
<
leon-anavi >
rperier, you are the maintainer, right?
01:24
<
naobsd >
about meta-rockchip, you can ask rperier
01:25
<
naobsd >
it seems meta-rockchip is 4.7
01:26
<
leon-anavi >
I checkout branch krogoth
01:26
<
leon-anavi >
of both poky and meta-rockchip
01:27
<
leon-anavi >
this is my first time building Poky with meta-rockchip
01:28
<
leon-anavi >
I don't expect to get wayland working out of the box :) but let's see what will happen
01:29
<
leon-anavi >
may be meta-mali should be used in conjunction with meta-rockchip in this case.
01:33
<
naobsd >
arm meta-mali seems to be for another board?
01:33
<
naobsd >
some tweak might be needed for meta-rockchip and meta-mali
01:33
<
naobsd >
I want to use both too
01:34
<
naobsd >
I have no time in this weekend
01:40
<
naobsd >
(I'm out now)
01:42
<
leon-anavi >
ok, I have just build core-image-minimal
01:42
<
leon-anavi >
now the big question is how to prepare microsd card
01:50
<
naobsd >
there is doc in mainline u-boot
01:52
<
leon-anavi >
meta-rockchip seems to rely on Petitboot
01:59
cnxsoft has joined #linux-rockchip
02:02
nighty has quit [Ping timeout: 248 seconds]
02:10
<
naobsd >
at home now (for a while)
02:10
<
naobsd >
I don't know well about meta-rockchip and petitboot
02:10
<
leon-anavi >
I am lost in the way to create a bootable microSD card with the rootfs I created with Yocto
02:11
<
naobsd >
current mainline u-boot works fine on rk3288
02:11
<
naobsd >
you can build u-boot independently
02:11
<
leon-anavi >
are there exact steps for using u-boot from microSD card for firefly-rk3288?
02:11
<
naobsd >
then standard procedure can be used for kernel, rootfs, etc
02:13
<
naobsd >
write spl@64, u-boot@256...well, is this still true?
02:13
<
naobsd >
spl@64 is right, it cannot be changed
02:15
<
naobsd >
ah I remembered. u-boot@256 ok for firefly
02:16
<
naobsd >
(it's not true only if CONFIG_ROCKCHIP_SPL_BACK_TO_BROM is enabled)
02:17
<
naobsd >
then mainline u-boot understand partition/file system on SD, you can put kernel and rootfs on SD as usual
02:17
nighty has joined #linux-rockchip
02:25
<
naobsd >
@8192 and after is free(it denepds on OS)
02:26
<
naobsd >
well, on firefly, eMMC is prior than SD
02:26
<
naobsd >
you need to make eMMC unbootable for SD boot
02:27
<
leon-anavi >
I remember that I created a bootable microSD card with Tizen for firefly-rk3288
02:27
<
leon-anavi >
and radxa-rock
02:27
<
naobsd >
then it should work
02:27
<
leon-anavi >
but I used the proprietary bootloader
02:27
<
leon-anavi >
I guess I have to use something different now
02:27
<
naobsd >
it's obsoleted now :)
02:27
<
leon-anavi >
it was 2 years ago :)
02:28
<
leon-anavi >
without wayland/weston there was not much to do with these Tizen imaegs
02:30
<
naobsd >
mainline u-boot support HDMI too
02:30
<
naobsd >
I'm not sure USB host is enabled, but it shouldn't be difficult to use USB keyboard/HDMI display on u-boot :)
02:31
<
naobsd >
anyway you can ask mainline things here :
02:32
<
naobsd >
I have to go out soon
02:35
<
leon-anavi >
it's 4:32 am here so I will go to bed in 20-30 min
02:35
<
leon-anavi >
need some sleep :)
02:39
<
stdint >
the mali in rockchip github is built by rockchip
02:39
<
stdint >
the md5sum won't be same
02:39
<
stdint >
but I don't know whether they have enabled the wayland in libmali
02:44
nasuga has quit [Read error: Connection reset by peer]
02:45
<
leon-anavi >
right now I have way more practical question :)
02:45
nasuga has joined #linux-rockchip
02:45
<
leon-anavi >
how to prepare bootable microSD card for firefly-rk3288?
02:46
<
naobsd >
please see doc/wiki i wrote
02:47
<
naobsd >
write spl@64 u-boot@256 makes SD bootable
02:47
<
leon-anavi >
which is that document? I had a look at several links and now I am a bit lost.
02:50
<
naobsd >
stdint: about spl, nodtb.is right one now?
02:50
<
leon-anavi >
ok, I have built mainline uboot for firefly
02:51
<
stdint >
naobsd, yes, but currently new u-boot rockhip release is a little different
02:52
<
naobsd >
which is right for mainline? dtb?
02:52
<
naobsd >
well, try both ;)
02:53
<
stdint >
I don't know, I don't have time in u-boot currently
02:53
<
leon-anavi >
I built mainline u-boot v2016.09.01
02:53
<
stdint >
video have made me crazy
02:53
<
leon-anavi >
is this ok?
02:53
<
stdint >
I don't know, but it should work
02:55
<
naobsd >
(I'm out now)
02:55
<
naobsd >
no one said it must be done
02:56
<
naobsd >
you can do it, or you can do any other common method
02:57
<
leon-anavi >
I cannot see any debug info through "sudo screen /dev/ttyUSB0 115200"
02:57
<
leon-anavi >
is this the baud rate?
02:58
<
naobsd >
it should be ok
02:59
<
leon-anavi >
hm, why I don't see anything with it?
02:59
<
naobsd >
spl must output something
03:00
<
leon-anavi >
I've got nothing
03:01
<
leon-anavi >
on the NAND of my board there is the stock Android that is 2 years old
03:01
<
leon-anavi >
could it be the problem in it?
03:01
<
naobsd >
I cannot try todays u-boot now
03:02
<
naobsd >
you should be able to see something from Android if its bootable
03:03
<
naobsd >
please chech OTG with PC, if you can see device in mask rom mode, spl is not loaded
03:03
<
leon-anavi >
the android boots and I still see nothing in the serial debug
03:04
<
naobsd >
please check uart connection...
03:04
<
leon-anavi >
double checked it already
03:05
<
naobsd >
if SD is inserted, android doesn't boot,right?
03:06
<
leon-anavi >
yes, if the microSD card is inserted android doesn't boot
03:06
<
naobsd >
ah well, eMMC should be prior
03:06
<
naobsd >
I'm confusing
03:06
<
leon-anavi >
not in my case
03:06
<
leon-anavi >
microSD seems to be prior
03:06
nashpa has quit [Quit: Going away]
03:07
<
leon-anavi >
I have booted again my old tizen image from microSD card
03:07
<
leon-anavi >
and linuxium image with ubuntu
03:07
<
naobsd >
I see, then I'm wrong
03:07
<
naobsd >
anyway you can see something on serial console
03:08
<
naobsd >
with any image
03:09
<
leon-anavi >
I don't get anything
03:09
<
leon-anavi >
but this could be related to something in the bootloader
03:09
<
naobsd >
I'll try todays mainline u-boot at night
03:10
<
naobsd >
I cannot answer for now, sorry
03:11
<
leon-anavi >
ok, pls ping me in twitter
03:11
<
leon-anavi >
5:11 am here so I have to go to bed :) see you and thanks for sharing the news :)
03:11
<
naobsd >
ah proprietary loader on eMMC can read images on SD with proprietary layout
03:11
<
naobsd >
I see, good night :)
03:12
<
leon-anavi >
good night :)
03:17
leon-anavi has quit [Quit: Leaving]
03:37
cosm has quit [Remote host closed the connection]
03:39
cosm has joined #linux-rockchip
04:27
nighty has quit [Ping timeout: 268 seconds]
04:37
nashpa has joined #linux-rockchip
04:38
nighty has joined #linux-rockchip
05:02
vagrantc has joined #linux-rockchip
05:14
vagrantc has quit [Quit: leaving]
06:18
Aussie_matt has joined #linux-rockchip
07:18
paulk-collins has quit [Ping timeout: 252 seconds]
08:17
zhecka_ has joined #linux-rockchip
08:18
Bad_UID has quit [Ping timeout: 256 seconds]
08:56
matthias_bgg has joined #linux-rockchip
09:12
<
stdint >
I am really tired of debian cross compiling
09:12
<
stdint >
I think I should move to yocto
09:28
matthias_bgg has quit [Ping timeout: 240 seconds]
09:32
matthias_bgg has joined #linux-rockchip
09:33
matthias_bgg has quit [Remote host closed the connection]
09:33
matthias_bgg has joined #linux-rockchip
10:07
matthias_bgg has quit [Quit: Leaving]
11:09
<
phh >
I'm using native compiling :)
11:13
<
ayaka >
phh, it would be too slow
11:15
<
phh >
It is fast enough for me, but I reckon we don't have the same requirements
12:30
dlezcano has joined #linux-rockchip
12:36
premoboss has joined #linux-rockchip
12:51
paulk-collins has joined #linux-rockchip
13:15
Aussie_matt has quit [Read error: Connection reset by peer]
13:30
dlezcano has quit [Ping timeout: 260 seconds]
13:34
<
rperier >
arf, disconnected , I was not on my computer :/
13:46
premoboss has quit [Ping timeout: 252 seconds]
13:56
cnxsoft has quit [Read error: Connection reset by peer]
13:58
cnxsoft has joined #linux-rockchip
14:37
paulk-collins has quit [Remote host closed the connection]
14:41
paulk-collins has joined #linux-rockchip
15:07
<
ayaka >
phh, when you need to build the whole system, it would be a difficult job
15:10
lkcl has quit [Ping timeout: 260 seconds]
15:35
cnxsoft has quit [Quit: cnxsoft]
16:04
premoboss has joined #linux-rockchip
16:12
lkcl has joined #linux-rockchip
16:33
<
ayaka >
lkcl, you may ask me about 2d engineer now
17:23
cnxsoft has joined #linux-rockchip
17:29
cnxsoft has quit [Quit: cnxsoft]
17:43
paulk-collins has quit [Remote host closed the connection]
17:43
paulk-collins has joined #linux-rockchip
18:21
ayaka_ has joined #linux-rockchip
18:23
ayaka has quit [Ping timeout: 268 seconds]
18:23
ayaka_ is now known as ayaka
18:49
premoboss has quit [Ping timeout: 260 seconds]
18:58
<
phh >
ayaka: may I ask, will there be a rk3288 android tree mainline-ish?
18:58
<
phh >
would be nice to see an Android using standard linux stuff like DRM, iio and such
19:13
premoboss has joined #linux-rockchip
21:10
nashpa has quit [Ping timeout: 256 seconds]
21:14
nashpa has joined #linux-rockchip
21:32
premoboss has quit [Ping timeout: 245 seconds]
21:44
premoboss has joined #linux-rockchip
22:28
lerc has quit [Ping timeout: 260 seconds]
22:33
lerc has joined #linux-rockchip
23:00
paulk-collins has quit [Quit: Leaving]