00:17
kloczek has joined #linux-rockchip
00:24
wzyy2 has joined #linux-rockchip
00:26
vstehle has quit [Ping timeout: 258 seconds]
01:55
kaspter has quit [Remote host closed the connection]
02:03
cnxsoft has joined #linux-rockchip
02:12
vagrantc has joined #linux-rockchip
02:18
kaspter has joined #linux-rockchip
02:20
anarsoul|2 has quit [Ping timeout: 248 seconds]
02:22
ayaka has quit [Ping timeout: 240 seconds]
02:41
nighty- has joined #linux-rockchip
02:49
nasuga has quit [Ping timeout: 248 seconds]
02:53
ayaka has joined #linux-rockchip
03:35
anarsoul|2 has joined #linux-rockchip
03:43
anarsoul|2 has quit [Ping timeout: 240 seconds]
03:47
vagrantc has quit [Quit: leaving]
03:49
lurchi__ is now known as lurchi_
04:28
lurchi_ is now known as lurchi__
04:29
lurchi__ is now known as lurchi_
04:38
lurchi_ is now known as lurchi__
05:20
aalm has joined #linux-rockchip
05:36
lurchi_ has joined #linux-rockchip
05:40
lurchi__ has quit [Ping timeout: 240 seconds]
06:00
vstehle has joined #linux-rockchip
06:15
adj__ has quit [Ping timeout: 248 seconds]
06:27
ildar has joined #linux-rockchip
06:28
ildar has left #linux-rockchip ["PING 1511418519"]
06:35
adj__ has joined #linux-rockchip
06:41
stdint has quit [Read error: Connection reset by peer]
06:43
stdint has joined #linux-rockchip
06:54
adj__ has quit [Ping timeout: 248 seconds]
06:56
adj__ has joined #linux-rockchip
06:59
stdint has quit [Ping timeout: 260 seconds]
07:10
cnxsoft has quit [Remote host closed the connection]
07:10
cnxsoft has joined #linux-rockchip
07:27
stdint has joined #linux-rockchip
07:51
matthias_bgg has joined #linux-rockchip
08:15
afaerber has joined #linux-rockchip
09:18
jelly has quit [Ping timeout: 240 seconds]
09:22
jelly-home has joined #linux-rockchip
09:24
cyteen has quit [Ping timeout: 248 seconds]
09:27
cyteen has joined #linux-rockchip
09:49
sunxi_fan has joined #linux-rockchip
09:58
Omegamoon has joined #linux-rockchip
09:59
jelly-home is now known as jelly
10:02
descend_irc has joined #linux-rockchip
10:30
matthias_bgg has quit [Quit: Leaving]
10:30
matthias_bgg has joined #linux-rockchip
10:35
<
Omegamoon >
any of you having any success on getting u-boot working on rk3229?
10:36
<
Omegamoon >
for rk3229 there are instructions in board/rockchip/evb_rk3229/README
10:37
<
Omegamoon >
I've build OP-TEE, and then build u-boot using:
10:37
<
Omegamoon >
make evb-rk3229_defconfig
10:37
<
Omegamoon >
make u-boot.itb
10:37
<
Omegamoon >
then the instructions say to do:
10:37
<
Omegamoon >
tools/mkimage -n rk322x -T rksd -d spl/u-boot-spl.bin idbloader.img
10:37
<
Omegamoon >
which results in following error:
10:37
<
Omegamoon >
Warning: SPL image is too large (size 0x7800) and will not boot
10:37
<
Omegamoon >
Error: image verification failed
10:38
geekerlw has joined #linux-rockchip
10:38
<
Omegamoon >
I tried using TPL instead like this:
10:38
<
Omegamoon >
tools/mkimage -n rk322x -T rksd -d tpl/u-boot-tpl.bin idbloader.img
10:38
<
Omegamoon >
cat spl/u-boot-spl-dtb.bin >> idbloader.img
10:38
<
beeble >
Omegamoon: just a guess, you are using a 4.x gcc? if so please switch to a 6.x at least
10:40
<
Omegamoon >
@beeble: actually I am using armv7ve-libreelec-linux-gnueabi-gcc-7.2.0 (GCC) 7.2.0
10:40
<
Omegamoon >
using TPL indeed create an image succesfully
10:41
<
Omegamoon >
I flashed the resulting idbloader.img at sector 64
10:42
<
Omegamoon >
I'm not sure if I need to provide an u-boot image at sector 16384 (0x4000) though
10:42
<
Omegamoon >
and if so... which one?
10:44
<
Omegamoon >
the SDK build script from here doesn't provide one for rk3229
10:45
<
Omegamoon >
but then again... using that build script results in a "SPL image is too large (size 0x7800) and will not boot" error, so I'm rather confused... what is the right way to build u-boot for the rk3229?
10:46
<
beeble >
you need u-boot.itb
10:47
<
beeble >
as second/third stage at 0x4000
10:47
<
Omegamoon >
@beeble: idbloader.img goes to sector 64 right? and u-boot.itb to 0x4000?
10:55
<
Omegamoon >
thanks... I think I tried that, but I'll re-check now :)
11:03
geekerlw has quit [Ping timeout: 260 seconds]
11:06
nobe has quit [Remote host closed the connection]
11:08
nobe has joined #linux-rockchip
11:11
BV1AL has quit [Read error: Connection reset by peer]
12:12
descend_irc has quit [Quit: Connection closed for inactivity]
12:14
ayaka has quit [Ping timeout: 240 seconds]
12:18
<
mmind00 >
Omegamoon: also depending on your device, the uart output might be "borked"
12:18
<
mmind00 >
Omegamoon: the rk3229-evb uses the secondary output channel (different pins) and uses that as well for the debug output
12:18
lurchi_ has quit [Read error: Connection reset by peer]
12:18
lurchi_ has joined #linux-rockchip
12:18
lurchi_ is now known as lurchi__
12:20
ayaka has joined #linux-rockchip
12:22
<
Omegamoon >
@mmind00: interesting, thanks... but in case the uart pins are shared with sdmmc controller, one would see garbage when booting with an sd card inserted, right?
12:23
lurchi__ has quit [Read error: Connection reset by peer]
12:23
aalm has quit [Ping timeout: 248 seconds]
12:24
<
mmind00 >
Omegamoon: likely, yes ... my device is a dumb tv-box right now, so there are only the sdmmc pins exposed ... so I currently just put the device in maskrom and write the stuff to the emmc
12:24
<
Omegamoon >
@mmind00: I have seen that behavior on other devices, I think it was on rk3128... booting that with an sd card inserted + having serial console will show only garbage
12:26
<
Omegamoon >
@mmind00: interestingly I see normal output on debug (uart) console on my rk3229 when booting with a sd card inserted
12:26
<
mmind00 >
Omegamoon: then I guess you really do have access to the pins for the other channel
12:27
<
Omegamoon >
@mmind00: I also see that if I have the sd card inserted it first tries to boot from there, and then tries to boot from emmc... both without success :(
12:34
wzyy2 has quit [Ping timeout: 248 seconds]
13:10
ayaka has quit [Ping timeout: 240 seconds]
13:38
lurchi__ has joined #linux-rockchip
13:52
ayaka has joined #linux-rockchip
13:53
lurchi__ has quit [Ping timeout: 258 seconds]
13:56
jelly has quit [Ping timeout: 255 seconds]
13:58
<
Omegamoon >
@mmind00: how do you package the u-boot image for rk3229 currently?
13:59
<
mmind00 >
Omegamoon: simply according to the README from the evb, so tools/mkimage -n rk322x -T rksd -d tpl/u-boot-tpl.bin idbloader.img; cat spl/u-boot-spl.bin >> idbloader.img
13:59
<
Omegamoon >
@mmind00: because, the README you added for nexbox a95x_r1 doesn't work :(
14:00
<
mmind00 >
Omegamoon: the README is just a copy from the evb, with the board name replaced
14:00
<
mmind00 >
Omegamoon: and then write it with "rkdeveloptool wl 64 idbloader.img"
14:00
<
Omegamoon >
mmind00: I thought so :)
14:01
jelly-home has joined #linux-rockchip
14:01
<
Omegamoon >
mmind00: I used spl/u-boot-spl-dtb.bin
14:17
cnxsoft has quit [Quit: cnxsoft]
14:29
Omegamoon has quit [Excess Flood]
14:29
Omegamoon has joined #linux-rockchip
14:32
lurchi__ has joined #linux-rockchip
14:35
JohnDoe_71Rus has joined #linux-rockchip
14:40
ayaka has quit [Ping timeout: 240 seconds]
14:46
nasuga has joined #linux-rockchip
14:56
lurchi__ has quit [Ping timeout: 248 seconds]
15:01
Jagan has joined #linux-rockchip
15:02
<
Jagan >
I've trying ubuntu on rk3288
15:03
<
Jagan >
I'm inserting mali_kbase.ko once ubuntu loaded on text mode
15:03
<
Jagan >
and then I'm launching grphical mode as
15:04
<
Jagan >
root@localhost:~# systemctl start graphical.target
15:05
<
Jagan >
Got the black screen..couldn't see any error on debug
15:05
<
Jagan >
any help what I'm missing
15:06
<
phh >
it's using X or wayland?
15:06
<
phh >
does /var/log/Xorg.0.log contain useful information?
15:06
<
phh >
dmesg perhaps?
15:06
<
phh >
also, which kernal are you running?
15:10
<
phh >
(device-tree description of mali changed)
15:11
<
phh >
but check in dmesg that mali has been probed
15:11
ayaka has joined #linux-rockchip
15:12
<
Jagan >
mali probed fine.
15:12
<
Jagan >
I've tested qt
15:12
<
Jagan >
it's working fine
15:27
LargePrime has quit [Read error: Connection reset by peer]
15:46
kaspter has quit [Read error: Connection reset by peer]
15:47
kaspter has joined #linux-rockchip
15:57
vagrantc has joined #linux-rockchip
16:24
wzyy2 has joined #linux-rockchip
17:00
Easyfab has joined #linux-rockchip
17:09
Jagan has quit [Ping timeout: 260 seconds]
17:27
jelly-home has quit [Ping timeout: 240 seconds]
17:31
wzyy2 has quit [Ping timeout: 248 seconds]
17:36
jelly-home has joined #linux-rockchip
17:43
anarsoul|2 has joined #linux-rockchip
18:01
jelly-home is now known as jelly
18:31
matthias_bgg has quit [Quit: Leaving]
18:51
maz has quit [Quit: Leaving]
19:15
ayaka has quit [Ping timeout: 240 seconds]
19:15
aalm has joined #linux-rockchip
19:20
ayaka has joined #linux-rockchip
19:22
lurchi__ has joined #linux-rockchip
19:36
lurchi__ has quit [Ping timeout: 260 seconds]
20:43
adj__ has quit [Ping timeout: 248 seconds]
20:51
adj__ has joined #linux-rockchip
20:52
lkcl has quit [Ping timeout: 240 seconds]
21:04
lkcl has joined #linux-rockchip
21:05
Omegamoon has left #linux-rockchip [#linux-rockchip]
21:39
Easyfab has quit [Quit: Leaving]
21:52
afaerber has quit [Ping timeout: 258 seconds]
21:52
afaerber has joined #linux-rockchip
22:23
ayaka has quit [Ping timeout: 240 seconds]
22:29
ayaka has joined #linux-rockchip
23:01
nighty- has quit [Quit: Disappears in a puff of smoke]
23:26
ayaka has quit [Quit: byte]
23:29
ayaka has joined #linux-rockchip