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
nighty has quit [Remote host closed the connection]
muvlon has quit [Ping timeout: 256 seconds]
wzyy2 has joined #linux-rockchip
nighty has joined #linux-rockchip
vagrantc has joined #linux-rockchip
lkcl has joined #linux-rockchip
vagrantc has quit [Ping timeout: 240 seconds]
athidhep has quit [Quit: athidhep]
ganbold has quit [Quit: Leaving]
ganbold has joined #linux-rockchip
vagrantc has joined #linux-rockchip
vagrantc has quit [Ping timeout: 240 seconds]
vagrantc has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
Myy has joined #linux-rockchip
Sugar has joined #linux-rockchip
Sugar has left #linux-rockchip [#linux-rockchip]
<LongChair> stdint: morning :)
<LongChair> did you discuss the 4K performance issue internally ?
<stdint> LongChair, yes, it could a problem in display system
<LongChair> even if i don't display anything ?
<LongChair> did you check with gst & fakesink ?
IgorPec has joined #linux-rockchip
<stdint> LongChair, yes, the time cost of video IP is not very long
<LongChair> but dod you have the same issue with fakesink ?
<stdint> LongChair, what issue? Gstreamer don't not info me that many frame are dropped
<LongChair> ah i see
<amstan> stdint: oh hi, you're from rockchip?
<stdint> of course
<amstan> Heiko told me you were in here :)
<amstan> i'm from Google
<stdint> I am not in charge of chromebook, so may I am not familiar with google staff, but nice to see you
<amstan> i did some work on the rk3288 chromebooks, and hopefully will do more stuff on the 3399
<amstan> i'm also a fan of putting gnu/linux on them(notably archlinux)
<LongChair> stdint: looking briefly at gst doc, looks there is also an fpsdisplaysink
<LongChair> which outputs fps to console
<stdint> LongChair, but it use the cpu to overlay the fps counter to screen
<LongChair> so it doesn't provide any way to benchmark only decoding without using a displaysink ?
<LongChair> the doc says " Can display the current and average framerate as a testoverlay or on stdout." so there is an stdout option
<stdint> amstan, I would see whether I have some time to do the video driver, but I plan to release the a patch for display system in weekend
<stdint> LongChair, ok, it could be possible
<stdint> let me have a try
<amstan> stdint: libmali? for which soc?
<stdint> amstan, the VOP, not the GPU, VOP is the display controller of the rockchip
<amstan> ok
beeno has joined #linux-rockchip
<stdint> amstan, anyway feel free to ask me for help
<amstan> stdint: thanks
<LongChair> stdint: so did that plugin report anything to console ? :)
<stdint> no
<LongChair> would expect "text-overlay"to be set to false for console
<stdint> LongChair, I tried it again, it doesn't work
<stdint> as it before
<LongChair> odd, then i dunno .. would have expected "gst-launch-1.0 videotestsrc ! fpsdisplaysink text-overlay=false" to to what we wanted to
<LongChair> stdint: found another thread mentionning this plugin. seems they use fpsdisplaysink name=fpssink text-overlay=false signal-fps-measurements=true
<stdint> LongChair, yes, it doesn't work for me
<stdint> LongChair, ok, you need to enable the debug message
<LongChair> possibly, i almost never use gst :)
<LongChair> but i suppose that should show what decoder fps we're getting .. and give an idea of wether it's the decoding process that is slow, or if it's the display one
<LongChair> my experements would show that it's the decoding process, but i could have an issue in my code as well
<stdint> LongChair, with the fakesink, it could achieve the 60fps
<LongChair> on that same 4K video ?
<LongChair> (LG chess ? )
<stdint> yes
<LongChair> hmmm so then it's either a problem in my code, or something in my setup
<LongChair> how can i install the latest gst .. i want to make sure that the setup is not a problem
<LongChair> do we have an up to date package somewhere ?
<LongChair> stdint : also something i have notices
<LongChair> which might be a problem
<LongChair> when i'm decoding i'm finding a lot of those in kernel log :
<LongChair> [155156.604152] rk-vcodec ff9c0000.hevc-service: can not find 20 buffer in list
<LongChair> [155161.840581] rk-vcodec ff9c0000.hevc-service: can not find 20 buffer in list
<LongChair> [155161.875452] rk-vcodec ff9c0000.hevc-service: can not find 17 buffer in list
<LongChair> [155159.886558] rk-vcodec ff9c0000.hevc-service: can not find 20 buffer in list
<LongChair> [155159.860946] rk-vcodec ff9c0000.hevc-service: can not find 17 buffer in list
<LongChair> [155162.921676] rk-vcodec ff9c0000.hevc-service: can not find 20 buffer in list
<LongChair> [155162.958496] rk-vcodec ff9c0000.hevc-service: can not find 17 buffer in list
<LongChair> is that normal ?
<stdint> yes
<stdint> if it is not happened in a short time and without some fault in stream
cnxsoft has quit [Read error: Connection reset by peer]
<LongChair> ok i'll add some logs in my stuff to understand the timing and what is happenning
cnxsoft has joined #linux-rockchip
vagrantc has joined #linux-rockchip
<LongChair> stdint: the only thing i see different between what i do and gst is your vpumemory pool thing. I dunno what mpp does by default for such things.
<LongChair> but i'll instrument the code ans see if there is not anything else wrong in the process like check when i push & retrieve data, time frame retrieval times etc ...
<stdint> LongChair, not sure what do you mean, anyway, I do the same thing with new API
<LongChair> in the mpp default API ... i don't do anything for setup the memory buffers, mpp does it for me
<LongChair> i just init it
<LongChair> so whatever it does to allocate vpu buffers and such, i dunno ... but you have some vpu memory pool management in the gstreamer plugin
<LongChair> maybe it's teh same in mpp but i dunno
IgorPec has quit [Ping timeout: 240 seconds]
wadim_ has joined #linux-rockchip
LongWork has joined #linux-rockchip
scher has joined #linux-rockchip
scher has quit [Client Quit]
paulk-collins has joined #linux-rockchip
wzyy2 has quit [Ping timeout: 240 seconds]
LongWork1 has joined #linux-rockchip
Fantu has joined #linux-rockchip
LongWork has quit [Ping timeout: 264 seconds]
cnxsoft1 has joined #linux-rockchip
IgorPec has joined #linux-rockchip
<Fantu> hi, I'm noob about arm device, I mainly used rpi and odroid with sdcard with ready to use image (fast and easy), I want update "old" system on thinclient with rockchip 3188 and only nand internal memory and put updated debian with video driver and hardware acceleration included I found here: https://drive.google.com/drive/folders/0BwAJtUrQohwXdGRVYTAwdlJDOUU
<Fantu> I saw this isn't the full image to upload with rockchip "upgrade_tool" but only rootfs without kernel and bootloader. Can someone tell me an easy way to create a full image with this rootfs ready to upload in rk3188 nand please? Thanks for any reply and sorry for my bad english.
cnxsoft has quit [Ping timeout: 268 seconds]
cnxsoft1 is now known as cnxsoft
<stdint> Fantu, android or linux?
<Fantu> linux, debian image of link that seems generate with this: https://github.com/rockchip-linux/rk-rootfs-build
LongWork has joined #linux-rockchip
<Fantu> on github I saw some different build system but I not understand what is the best and correct to build full image for the rk3188 nand with this rootfs
LongWork1 has quit [Ping timeout: 264 seconds]
<Fantu> seems this: https://github.com/rockchip-linux/build but rk3188 seems missed for now
afaerber has quit [Quit: Leaving]
<stdint> Fantu, well, upgrade_tool could update the rootfs, with a parameter
<stdint> but what you have tried?
afaerber has joined #linux-rockchip
<Fantu> I tried upgrade_tool UF rootfs.img but failed, I mounted it in loop and I saw that is only rootfs without kernel and bootloader, so I need to build a full firmware including this rootfs that seems what I need as base os with full hardware acceleration drivers based on github description
<Fantu> now I saw also https://github.com/rockchip-linux/meta-rockchip that have also radxarock target (very similar with the thin client) it should build a full image?
<Fantu> reading "III. Booting your device" don't seems but additional operation is need
sfara has joined #linux-rockchip
<sfara> hi all, I've some problem using pwm on a RK3188 som from Olimex. I can get teh pwm up and running seeing the waveform on teh oscilloscope, but if I try to enable the corresponding interrupt, the handler is never called. Did you ever encounter simila rproblem?
<sfara> I'm using 'official' linux 3.0.36 from Rockchip
<Fantu> I tried Rabian_150725_2ce6708_nand.img from http://wiki.radxa.com/Rock/prebuilt_images under radxarock, upload correctly and boot but is only base image without graphic (I saw the address in dhcp server and entered with ssh) and is with very old kernel (3.0), I'm searching a fast way to build full firmware image for nand with the debian streth rootfs with recent lts kernel (like 4.4 is possible) for some fast tests with freerdp
<Fantu> and if ok I'll upgrade many thin clients in some public administrations and schools for still use it with newer servers
lkcl has quit [Ping timeout: 260 seconds]
nighty has quit [Quit: Disappears in a puff of smoke]
sfara has quit [Ping timeout: 260 seconds]
sfara has joined #linux-rockchip
<LongWork> ayaka: i added some timing measurement
<LongWork> and there is something super odd
<LongWork> if i time the frame retrieval times on a 60p video
<LongWork> i get the exact same timing between frames ... that is 24p no matter what
<LongWork> that is timing every decoder->mpi->decode_get_frame(decoder->ctx, &mppframe); return time
<LongWork> constant paces between calls returns gives me 40-41ms
<LongWork> this is too regular to be a coincidence
<LongWork> so the question is, would there be some sync timing of mpp with something else ?
<LongWork> i would expect decoding to return frames at variable rate depending on frames
sfara has quit [Quit: Page closed]
sfaragnaus has joined #linux-rockchip
<sfaragnaus> has anyone ever used succsfully the pwm interrupt on rk3188 on 3.0.36?
vagrantc has quit [Quit: leaving]
IgorPec has quit [Quit: Nettalk6 - www.ntalk.de]
sfaragnaus has quit [Remote host closed the connection]
sfaragnaus has joined #linux-rockchip
nighty has joined #linux-rockchip
sfaragnaus has quit [Ping timeout: 240 seconds]
<ayaka> LongWork: you see the problem is that the frame you sent to decoder is not display order at most time
<ayaka> so you need to wait the fran
lkcl has joined #linux-rockchip
<ayaka> the frame match the poc be decoded
<ayaka> Fantu: I am not sure whether the yocto meta is done
<ayaka> but in my view it is far from release
sfaragnaus has joined #linux-rockchip
sfaragnaus has quit [Remote host closed the connection]
sfaragnaus has joined #linux-rockchip
sfaragnaus has quit [Ping timeout: 240 seconds]
<Fantu> I tried with yocto but fails at kernel:
<Fantu> ERROR: Function failed: do_patch (log file is located at /media/fabio/TEST/yocto/build/tmp/work/radxarock-poky-linux-gnueabi/linux-rockchip/3.0.36-r0/temp/log.do_patch.2017) ERROR: Logfile of failure stored in: /media/fabio/TEST/yocto/build/tmp/work/radxarock-poky-linux-gnueabi/linux-rockchip/3.0.36-r0/temp/log.do_patch.2017 Log data follows: | DEBUG: Executing shell function do_patch
<Fantu> | [INFO] validating against known patches (radxarock-standard-meta) fatal: Not a valid object name master#########################################] (/)(150 %) | error: arch/arm/mach-rk3188/Makefile: does not match index | ERROR. could not update git tree | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_patch (log file is located at /media/fabio/TEST/yocto/build/tmp/work/radxarock-poky-linux-gnueabi/lin
paulk-collins has quit [Quit: Leaving]
<LongWork> ayaka : yes i send the packets in the stream order and they come out in the right order (the display one)
stdint has quit [Ping timeout: 240 seconds]
stdint has joined #linux-rockchip
wzyy2 has joined #linux-rockchip
pozzoni has quit [Ping timeout: 256 seconds]
pozzoni has joined #linux-rockchip
IgorPec has joined #linux-rockchip
Myy has quit [Quit: Leaving]
cnxsoft has quit [Quit: cnxsoft]
BenG83 has joined #linux-rockchip
lkcl has quit [Ping timeout: 240 seconds]
akaizen has quit [Read error: Connection reset by peer]
wadim_ has quit [Remote host closed the connection]
zzarr has joined #linux-rockchip
IgorPec has quit [Ping timeout: 240 seconds]
matthias_bgg has quit [Quit: Leaving]
zzarr has quit [Quit: This computer has gone to sleep]
IgorPec has joined #linux-rockchip
Fantu has quit [Ping timeout: 260 seconds]
zzarr has joined #linux-rockchip
zzarr has quit [Quit: This computer has gone to sleep]
zzarr has joined #linux-rockchip
wzyy2 has quit [Ping timeout: 240 seconds]
sjg1__ has joined #linux-rockchip
nashpa_ has joined #linux-rockchip
tizbac has quit [*.net *.split]
sjg1_ has quit [*.net *.split]
ayaka has quit [*.net *.split]
sunxi_fan1 has quit [*.net *.split]
steev has quit [*.net *.split]
vickycq has quit [*.net *.split]
indy has quit [*.net *.split]
nashpa has quit [*.net *.split]
RayFlower has quit [*.net *.split]
sjg1__ is now known as sjg1_
sunxi_fan has joined #linux-rockchip
tizbac has joined #linux-rockchip
steev has joined #linux-rockchip
zzarr has quit [Quit: This computer has gone to sleep]
indy_ has joined #linux-rockchip
BenG83 has quit [Quit: Leaving]
vagrantc has joined #linux-rockchip
wzyy2 has joined #linux-rockchip
BenG83 has joined #linux-rockchip
wzyy2 has quit [Read error: Connection reset by peer]
vickycq has joined #linux-rockchip
wzyy2 has joined #linux-rockchip
afaerber has quit [Quit: Leaving]
wzyy2 has quit [Read error: Connection reset by peer]
wzyy2 has joined #linux-rockchip
beeno has quit [Ping timeout: 258 seconds]
wzyy2 has quit [Read error: Connection reset by peer]
zzarr has joined #linux-rockchip
IgorPec has quit [Ping timeout: 264 seconds]
zzarr has quit [Quit: This computer has gone to sleep]
indy_ is now known as indy
LongWork1 has joined #linux-rockchip
vagrantc has quit [Ping timeout: 240 seconds]
LongWork has quit [Ping timeout: 264 seconds]
muvlon_ has joined #linux-rockchip
vagrantc has joined #linux-rockchip
vagrantc has quit [Client Quit]
zzarr has joined #linux-rockchip
BenG83 has quit [Quit: Leaving]
vagrantc has joined #linux-rockchip
BenG83 has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
afaerber has joined #linux-rockchip
zzarr has quit [Quit: This computer has gone to sleep]
mac-l1 has quit [Ping timeout: 260 seconds]
zzarr has joined #linux-rockchip
muvlon_ has quit [Remote host closed the connection]
rperier has quit [Remote host closed the connection]