ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion | Wiki at http://linux-rockchip.info | Logs at http://irclog.whitequark.org/linux-rockchip | ML at http://groups.google.com/group/linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
npcomp|away is now known as npcomp
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
naobsd has joined #linux-rockchip
field^Mop has quit [Ping timeout: 245 seconds]
naobsd has quit [Quit: naobsd]
naobsd has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
sunilmohan has joined #linux-rockchip
sunilmohan has quit [Ping timeout: 245 seconds]
Astralix` has joined #linux-rockchip
Astralix|away has quit [Ping timeout: 264 seconds]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
paowz has quit [Remote host closed the connection]
GriefNorth has joined #linux-rockchip
FreezingCold has quit [Read error: Connection reset by peer]
naobsd1 has joined #linux-rockchip
FreezingCold has joined #linux-rockchip
naobsd has quit [Ping timeout: 244 seconds]
cnxsoft has quit [Remote host closed the connection]
cnxsoft has joined #linux-rockchip
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-rockchip
PaowZ_ has quit [Remote host closed the connection]
PaowZ_ has joined #linux-rockchip
apritzel has joined #linux-rockchip
naobsd1 has quit [Quit: naobsd1]
paowz has joined #linux-rockchip
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
premoboss has joined #linux-rockchip
FergusL has quit [Ping timeout: 245 seconds]
FergusL has joined #linux-rockchip
hipboi has quit [Ping timeout: 245 seconds]
hipboi has joined #linux-rockchip
naobsd has joined #linux-rockchip
nighty-_ has joined #linux-rockchip
hipboi_ has joined #linux-rockchip
hipboi has quit [Ping timeout: 245 seconds]
<naobsd> mmm. it seems I broke u-boot, some operations on fastboot mode is not working ;)
<naobsd> (and probably on other functions)
<naobsd> I'll fix it soon...
<PaowZ_> naobsd: did you commit ?
<naobsd> PaowZ_: what?
<PaowZ_> your u-boot modifications..
<naobsd> which modification?
<naobsd> anyway you can see u-boot-rockchip on github
naobsd has quit [Quit: naobsd]
cnxsoft has quit [Ping timeout: 250 seconds]
naobsd has joined #linux-rockchip
premoboss has quit [Ping timeout: 250 seconds]
cnxsoft has joined #linux-rockchip
freezer_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
bengal has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
naobsd has quit [Quit: naobsd]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
Danukeru has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
naobsd has joined #linux-rockchip
nighty-_ has quit [Quit: Disappears in a puff of smoke]
nighty-_ has joined #linux-rockchip
bengal has quit [Ping timeout: 245 seconds]
RayFlower_ has quit [Quit: RayFlower_]
hramrach_ has joined #linux-rockchip
<paowz> naobsd: in this tuto: http://radxa.com/Rock/Linux_Mainline why do we supply an NULL ramdisk when using mkbootimg ? :)
GriefNorth has quit [Ping timeout: 252 seconds]
<naobsd> paowz: wiki is just an example, not strict rule
<paowz> ah..
<naobsd> I'm using kernel only kernel.img and ramdisk only boot.img
<paowz> for a noob like, it's just like a bible to get started :)
<paowz> coz I don't succeed to make the mainline kernel working..
<naobsd> for bible, no need to think "why". just follow it
<naobsd> how "not succeed"?
hramrach_ has quit [*.net *.split]
Danukeru has quit [*.net *.split]
<paowz> naobsd: indeed.. and just following it won't do it if there're some little errors ;)
<paowz> for the mainline kernel, I'm getting the following: (hold on.. copy/pastebin)
<paowz> I don't understand what kernel expects, actually..
<naobsd> which source tree are you using?
<paowz> git clone -b stable --depth 1 git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
<naobsd> mmm, simple-framebuffer?
<naobsd> which dts/kernel config?
<paowz> wget http://rockchip.fr/radxa/linux/rockchip_defconfig -O arch/arm/configs/rockchip_defconfig
<paowz> wget http://rockchip.fr/radxa/linux/rk3188-radxarock.dts -O arch/arm/boot/dts/rk3188-radxarock.dts
<naobsd> console=tty0 ? which parameter?
<naobsd> dts is in linux-next tree
<paowz> CMDLINE:debug=y console=ttyFIQ0 console=tty0 androidboot.console=ttyFIQ0 init=/sbin/init root=/dev/mmcblk0p1 rw rootfstype=ext4 mac_addr=de:ad:ed:da:de:ad initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(boot)
<naobsd> then cmdline in kernel config is used
<naobsd> remove console=tty0 and try dts in linux-next
<paowz> why do mean by "try dts in linux-next" ?? I'm already using it, actually, no ?
<paowz> I can remove console=tty0
<naobsd> radxa wiki is relatively old, you shouldn't mix old/new file
<naobsd> you said "wget http://rockchip.fr/radxa/linux/rk3188-radxarock.dts -O arch/arm/boot/dts/rk3188-radxarock.dts"
<paowz> ah.. ok.. I don't even what's new or old xD
<paowz> *know*
<naobsd> ok, then,
<naobsd> rockchip.fr is not linux-next (it might be, but who guarantee it?)
<naobsd> don't mix here and there
<paowz> that's why I'm just trying to follow wiki "as-is".. ok, I'll try not to mix them..
<naobsd> ah
<naobsd> then
<naobsd> wiki is not updated
<paowz> I'm giving a try by removing "console=tty0"
<paowz> naobsd, ok.
<naobsd> btw, linux-next is moving day by day, things like wiki will be outdated very quickly...
<paowz> yes, for sure..
sunilmohan has joined #linux-rockchip
sunilmohan has joined #linux-rockchip
GriefNorth has joined #linux-rockchip
cnxsoft has quit [Quit: cnxsoft]
<paowz> rk30_rk31_defconfig apparently..
premoboss has joined #linux-rockchip
salva has quit [Ping timeout: 250 seconds]
GriefNorth_ has joined #linux-rockchip
<paowz> naobsd: right.. your branch seems to work better..
<paowz> I can see PHY LEDs blinking.. that was not the case with others kernels.. I could not use ethernet..
<paowz> one question, I'm having this error many times: FATAL: Could not load /lib/modules/3.19.0-rc5-next-20150123+/modules.dep: No such file or directory
<paowz> does it mean I have to build modules along with the kernel ?
salva has joined #linux-rockchip
<naobsd> if you need modules, you need to build modules. my kernel config is not for everyone...
<paowz> I built mods, it's fair better, some stuffs to fiddle with but I can reach the prompt and the ethernet seems ok..
<paowz> now, I can look for NFS mount.. that was the primary goal, last week :)
Astralix` is now known as Astralix|away
FreezingAlt has joined #linux-rockchip
FreezingCold has quit [Ping timeout: 252 seconds]
FreezingAlt has quit [Ping timeout: 245 seconds]
markm has quit [Remote host closed the connection]
premoboss has quit [Remote host closed the connection]
ssvb has quit [Ping timeout: 264 seconds]
paowz has quit [Remote host closed the connection]
jas-hacks has joined #linux-rockchip
<jas-hacks> mmind00: hi, what numbers did you get from es2gears?
<mmind00> jas-hacks: always slightly over 100fps
<mmind00> but I currently don't track at what frequency the gpu actually runs
<mmind00> jas-hacks: just checked ... it runs at 297mhz with es2gears, while being at 100mhz when idle
<jas-hacks> mmind00: I get around 150 fps if I bump up the gpu to 600MHz
<mmind00> jas-hacks: and sadly egl does not seem to like me ... something about either x11 atoms or missing x11 visuals for specific egl configs
<jas-hacks> mmind00: I'm seeing numerous GEM buffer acquire timeouts which means something is slowing or hogging the CPU/GPU, partly explains why the figures are low
<mmind00> jas-hacks: on what kernel are you running the mali fb-userspace?
<jas-hacks> mmind00: I tried fbdev on 3.14
<mrueg> isn't fbturbo the one one should use for mali?
<mmind00> mrueg: xf86-xserver-armsoc is made to handle lcd controllers with external gpus ... fbdev itself is deprecated for a long time now :-)
<mrueg> mmind00: ah, thanks
<mrueg> i tried to play with fbturbo on radxa a while ago.
<mmind00> http://cgit.freedesktop.org/xorg/driver/xf86-video-armsoc/ is the one using the regular dri interfaces to the lcdcs
<mmind00> and my video from yesterday was made using it: https://www.youtube.com/watch?v=Os6AhX2uPrI
<mrueg> thanks, looks like gentoo needs to package this first.
<mmind00> hopefully the fosdem people won't take to long with the videos now, because I'd really like to see how far libv got
<jas-hacks> mmind00: cool, what xserver version?
<mmind00> jas-hacks: I don't know ... what's in Debian jessie :-)
<jas-hacks> I'm going to try to some patches to libdrm to see if we can increase the fps
<mmind00> judging by xserver-xorg-core: 1.16
<jas-hacks> mmind00: did you notice tearing (on the window edges) where dragging a window around the screen?
<jas-hacks> mmind00: try with xterm
<mmind00> I just tried with xvkb ... didn't look like it ... but my rxvt was lagging quite a bit
bengal has joined #linux-rockchip
<rperier> it would be useful to be able to pass UART physical address in the devicetree because according to the used board it is SoC specific for now you cannot use the same kernel configuration on rk3188 and rk3288 without touching the configuration (uart base address are different)
<rperier> I need to fix ethernet issues in emac first and I will probably look at it later, we already discussed about it if I remember correctly, it would be really useful imho
<mmind00> rperier: if you're speaking of debug-ll ... it isn't meant to be on anyway on a production kernel
<mmind00> rperier: simply because it would also conflict with debug-lls from other socs
<rperier> usually you don't want to full logs in a kernel.. ?
<rperier> to see*
<mmind00> rperier: if debugll is off, they get cached and get output in bulk once the real uart is up
<rperier> good point
<mmind00> if your kernel gets killed before the uart is up, you're on a self-compiled debug kernel anyway :-)
<rperier> I was just thinking to linux,stdout-path it seems to be useful for developers
<rperier> If I am the only one to think that it might be interesting, okay no problem, it was just an idea :)
<mmind00> rperier: also ... at the time the debug-ll starts, there is no devicetree information available anyway yet
<rperier> typically in meta-rockchip for yocto I might use the same kernel and the same defconfig for all supported SoCs (RK3066,RK3188,RK3288) the blocking part is this debugll field. I can still disable it yes for a release kernel, but no for linux-next
<rperier> mmind00: the devicetree information is not available when the SoC code starts.. ? mhhh... perhaps not when the first log "uncompressing Linux image..." is displayed... right :/
<rperier> well, it was a stupid idea :)
apritzel has quit [Ping timeout: 264 seconds]
<mmind00> rperier: if you're very keen you could try to bring earlycon into a working state ... it starts a bit later but will still output a lot of the stuff from the time before the real uarts are up
bengal has quit [Ping timeout: 256 seconds]
<libv> mmind00: about my tamil demo: i am on the train back to nue now and writing the blog post accompaning the video i posted to youtube on wednesday
<libv> and i have ordered the mali 7xx based rockchip development board from aliexpress several weeks ago
<libv> wait and see when it finally decides to arrive
<mmind00> libv: looks way more impressive than my sad little es2gears video using the binary-driver on x11 [for people reading along, this one: https://www.youtube.com/watch?v=kMvjPhv9PiE ]
<mmind00> [the link is of course libv's video]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
ssvb has joined #linux-rockchip
<mrueg> tamil will be mali-t only or include mali 4xx?
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
<mmind00> mrueg: lima is the 2xx/4xx
freezer_ has quit [Ping timeout: 250 seconds]
eebrah has quit [Quit: Lost terminal]
eebrah_ has joined #linux-rockchip
GriefNorth_ has quit [Ping timeout: 246 seconds]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
premoboss has joined #linux-rockchip
FreezingAlt has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
premoboss has quit [Read error: Connection reset by peer]
bengal has joined #linux-rockchip
premoboss has joined #linux-rockchip
FreezingDroid has joined #linux-rockchip
FreezingDroid is now known as FreezingCold
FreezingAlt has quit [Ping timeout: 252 seconds]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
jas-hacks has left #linux-rockchip [#linux-rockchip]
markm has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
nighty-_ has quit [Quit: Disappears in a puff of smoke]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
nighty-_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Client Quit]
<naobsd> oh, tamil driver, nice :)
RayFlower_ has joined #linux-rockchip
bengal has quit [Ping timeout: 245 seconds]
irsol has quit [Ping timeout: 246 seconds]
irsol has joined #linux-rockchip
ojn has quit [Read error: Connection reset by peer]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
irsol has quit [Ping timeout: 246 seconds]
srao____ has quit [Ping timeout: 276 seconds]
dianders has quit [Ping timeout: 272 seconds]
irsol has joined #linux-rockchip
naobsd has quit [Quit: naobsd]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
sunilmohan_w has quit [Ping timeout: 245 seconds]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
sunilmohan_w has joined #linux-rockchip
ojn has joined #linux-rockchip