ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development discussion - Don't ask to ask. Just ask! - See http://linux-sunxi.org | https://github.com/linux-sunxi/ | Logs at http://irclog.whitequark.org/linux-sunxi
<BJfreeman> I am getting errors when following this page http://linux-sunxi.org/Building_on_Debian
<BJfreeman> W: Failed to fetch http://www.emdebian.org/debian/dists/wheezy/Release Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
<BJfreeman> is it uptodate?
<bfree> emdebian is for cross-compiling, looks like you are trying to use it natively on armhf. that page is basically about doing stuff from an amd64 computer
egbert has quit [Disconnected by services]
egbert_ has joined #linux-sunxi
<BJfreeman> ah
<BJfreeman> yes an A13
<lunra> just install gcc, then it will work on ARM
hipboi|cubie has joined #linux-sunxi
_BJFreeman has joined #linux-sunxi
BJfreeman has quit [Ping timeout: 252 seconds]
_BJFreeman is now known as BJfreeman
tinti has joined #linux-sunxi
tinti has quit [Read error: Connection reset by peer]
bhoj has joined #linux-sunxi
[7] has quit [Disconnected by services]
TheSeven has joined #linux-sunxi
shineworld has joined #linux-sunxi
shineworld has quit [Ping timeout: 264 seconds]
rellla has joined #linux-sunxi
BJfreeman has quit [Quit: had a good time]
_BJFreeman has joined #linux-sunxi
_BJFreeman is now known as BJfreeman
rellla2 has joined #linux-sunxi
rellla has quit [Ping timeout: 268 seconds]
shineworld has joined #linux-sunxi
tzafrir has quit [Ping timeout: 264 seconds]
<shineworld> hipboi|cubie, in your experience with AllWinner powered products and android (now 4.0.4) have you got some positive result using Android Open Accessory Mode (and so connecting android device, like cubie to external device like USB -> UART of FTDI) ?
n01|away has quit [Quit: leaving]
n01 has joined #linux-sunxi
n01 has quit [Client Quit]
n01_ has joined #linux-sunxi
n01_ has quit [Client Quit]
n01 has joined #linux-sunxi
Quarx has joined #linux-sunxi
awafaa is now known as FunkyPenguin
FunkyPenguin has quit [Changing host]
FunkyPenguin has joined #linux-sunxi
awafaa_ is now known as awafaa
san has joined #linux-sunxi
<shineworld> I'm trying to connect a penmount capacitive touchscreen (PenMount-1201) and seem in penmount.c that there is already a kernel module.
<shineworld> The module search for a /../input0
<shineworld> what is input0 and where is connected on cubieboard ?
ijc has quit [Quit: ZNC - http://znc.sourceforge.net]
<shineworld> till now I've used only sun4i-ts module which is simple to connect but support only resistive films
ijc has joined #linux-sunxi
rellla2 is now known as rellla
paulk-desktop has joined #linux-sunxi
<hramrach_> ssvb: interesting thing is that when vlc crashes cedar seems to keep feeding garbage to disp and produces tons of kernel messages about something being wrong
<hramrach_> since xbmc auto-restarts itself it will likely have less of this problem
<n01> mripard_: I was implementing your solution for wdt. But in this way how can I get the wdt module (sunxi_wdt.ko)? I mean if sunxi_wdt.o is always compiled in with architecture how can we generate the module?
* slapin_n1 hates canned fish :(
shineworld has quit [Read error: Connection reset by peer]
shineworld has joined #linux-sunxi
_BJFreeman has joined #linux-sunxi
BJfreeman has quit [Ping timeout: 252 seconds]
FunkyPenguin has quit [Ping timeout: 256 seconds]
FunkyPenguin has joined #linux-sunxi
eebrah|away is now known as eebrah
_BJFreeman has quit [Quit: had a good time]
vicenteH has joined #linux-sunxi
<rellla> hramrach_: can we make libve speak to us to trace the error within xbmc? https://github.com/linux-sunxi/cedarx-libs/blob/master/libcedarv/linux-armhf/libcedarv/libcedarv.h#L338
tinti has joined #linux-sunxi
rz2k has joined #linux-sunxi
ganbold_ has quit [Read error: Connection reset by peer]
ganbold__ has joined #linux-sunxi
<shineworld> linux-sunxi touchscreen drivers works all with TWI ? seems that penmount, that I will need to use, don't use it but a serial way ...
<shineworld> is so penmount stable and working ?
FergusL has joined #linux-sunxi
<mripard_> n01: don't spend too much time on this. if we can't reboot because there's no support for the watchdog, it won't be the end of the world.
<n01> mripard_: my idea is for now to leave reboot code in arch and wdt driver separated
eebrah is now known as eebrah|away
<n01> IMO at the moment is the cleanest way
<mripard_> n01: no, put the restart code in the driver, and that's it.
san has quit [Quit: Leaving]
<n01> mripard_: do you think is it better not being able to reboot at all than haveing small duplicated code in arch and driver?
<mripard_> well, if you leave out on purpose some functionnalities of the kernel, it's expected that you won't be able to use them.
<n01> yep, but I do not understand why we do not want reboot code by wdt in arch code. In 80% of the cases I have seen in kernel tree it is like that
ganbold_ has joined #linux-sunxi
<mripard_> n01: example?
<oliv3r> wingrime: could it be that AVS is used by sun5i, and not by sun4i (or vice versa)
<oliv3r> also, hi :)
<oliv3r> Turl: crap, i did a save last friday on the RE page, that appearantly didn't go through (probably got a question before closing for going home) and continuing now brings up the latest saved change :( and I forgot what I allw rote :( i'll try to bring it all back from memory ;)
<n01> here you have platform code to reboot _and_ wdt driver drivers/watchdog/s3c2410_wdt.c
<mripard_> so that's your 80% ? come on :)
<mripard_> and yes, it's a real burden to have to share dt-ids, register definitions, code logic
<mripard_> etc
<mripard_> wether you like it or not
<n01> :D yeah it is not 80% but I haven't been able to find code using for reboot code already defined in wdt driver
<mripard_> yes, because most of the SoCs don't have a proper wdt driver for it :)
<Turl> oliv3r: why are you telling this to me? :P
<Turl> hi mripard_
<n01> uhm ... ok, I'll spend a few more hours trying to get something not ugly, otherwise I'll going to use only the code in wdt driver
<oliv3r> Turl: you modified the page since friday, and fixed stuff i had fixed allready :)
<mripard_> n01: anyway, do whatever you want
<oliv3r> n01: poor carlo, what have you gotten yourself into :)
<Turl> mripard_: I reworked the factor clocks a bit in preparation to support some more PLLs
<oliv3r> n01: to be fair, it's an interesting research factor here :)
<mripard_> whatever you feel is the cleanest
<n01> lol :P I'm trying to learn :PPP
<mripard_> and send it
<Turl> mripard_: but I set it up to always be behind a composite clock, even when it has only one component
<Turl> mripard_: would the overhead be acceptable?
<mripard_> we will discuss the details afterwards
<n01> no prob, thank you
<Turl> oliv3r: I deleted an unneeded redirect as far as I recall
<mripard_> Turl: hi
<oliv3r> Turl: yeah it was broken, but had fixed it friday afternoon, i just noticed i missed a bunch of my last edit
<oliv3r> but sometimes, the wiki asks you some spammer question, sometimes times out (when editing for an hour :p )
<mripard_> Turl: hmmm, do you have a patch already ?
<oliv3r> so lost all that
<mripard_> Turl: also, mike has an a13-olinuxino now, so you'll probably not be alone anymore on the clocks side :)
<Turl> mripard_: yeah, untested still
<Turl> let me paste it so you can get an idea of what I'm saying
<mripard_> Turl: yeah, I don't want to test it, just how it looks like :)
<mripard_> Turl: I'm sorry, I don't get what the overhead is
<mripard_> the composite clocks looks like the good way to go
<Turl> if if (data->enable) {
<Turl> if that one is false you'd have a composite clock
<Turl> with just one clock inside
<Turl> ie, not composite
Tartarus has quit [Excess Flood]
Tartarus has joined #linux-sunxi
wingrime has joined #linux-sunxi
<mripard_> ah
<mripard_> I'd say we don't care
<mripard_> but you'd better ask mike
<wingrime> have we special wiki page for A10 revisions differences ?
<Turl> it shouldn't be a hot path, so I suppose code reduction beats performance
<wingrime> Oliver: ping
<Turl> dw-apb-uart 1c28000.serial: clk or clock-frequency not defined
<Turl> dw-apb-uart: probe of 1c28000.serial failed with error -22
<Turl> hm
<Turl> mripard_: did any of the merges go wrong?
<mripard_> what are you testing?
<bhoj> has anyone got a31 into fel mode ? I tried compiling fel-boot.c and dd it into sdcard but it did not help.
<wingrime> bhoj: do you know a31 cpu freq ?
<wingrime> simply want add to wiki
<bhoj> wingrime, no idea :) . I have a dead tablet which I am trying to revive !
<wingrime> bhoj: it hard make any sunxi dead
<wingrime> bhoj: livesuit must work
<wingrime> bhoj: just find you rom
<bhoj> wingrime, I can't get it into flashing mode ... Any key press combination is not working.. I am facing similar problem as listed in this thread http://comments.gmane.org/gmane.comp.hardware.netbook.arm.sunxi/521
<wingrime> bhoj: you can try find some wire
<wingrime> bhoj: for boot source select
<bhoj> wingrime, is there any such pin I need to look out for ?
<wingrime> or try short nand flash
<bhoj> what is short nand flash ?
<wingrime> you can short some nand flash wire for make a31 make failsafe to fel
<wingrime> I think thay keep that behavior
<wingrime> simply say, If nand read fails on boot CPU must go in fel mode
<wingrime> try short some nand information wires to GND
<wingrime> bhoj: Trul: how idea?
<bhoj> Turl, any idea ^^ ?
Yaku321 has joined #linux-sunxi
Yaku321 has quit [Disconnected by services]
Yaku-noob has joined #linux-sunxi
<Turl> idea on what?
<bhoj> Turl, how can I put allwinner a31 to fel mode.. Can shorting any pins help ? I tried fel-boot.c on sdcard but it did not work ..
<Turl> bhoj: read the ML, if I recall correctly tom said that dding zeroes to nanda makes it boot to fel
<bhoj> Turl, I did go through the ML discussion. The thing is I can't reach to the console. I have flashed a wrong image and hence the kernel boots and fails while mounting partition. I don't get to a console. adb shell doesn't work.
<oliv3r> libvecore.{a,so} is seriously a hodgepodge of source :S
Tartarus has quit [Excess Flood]
Tartarus has joined #linux-sunxi
<wingrime> oli3r: are you tryed make some stud library for libvecore
<wingrime> only printf with parameters
<wingrime> for real log from android for example
<wingrime> or wraper
<wingrime> printf and pass to real lib
<bhoj> is there an spl support in u-boot ? I tried building u-boot but it did not generate an spl ..
FunkyPenguin has quit [Ping timeout: 260 seconds]
<oliv3r> lkcl: I told you that I would write up my findings on the wiki: http://linux-sunxi.org/Reverse_Engineering
<oliv3r> wingrime: not yet, far beyond my knowledge :p
<oliv3r> wingrime: but Its a horrible horrible mess. They used all sorts of random reference implementations they found on the internet
<oliv3r> and kinda hacked it all together
<wingrime> olb3r: 2 years ago I made stud library and remove 1Mb useless libs from phone
<oliv3r> Right now, we'd ideally want to know what the core actually does/supports. someone mentioned a dedicated arm core even for that alone :) which I find somewhat hard to belive, where's the firmware :p
FunkyPenguin has joined #linux-sunxi
<wingrime> olib3r: look for eaxmple
<wingrime> this stud for closed source replacment
<wingrime> for android
<oliv3r> wingrime: REing cedar will be very time consuming job imo
<Turl> bhoj: boot to android recovery?
paulk-desktop has quit [Quit: Ex-Chat]
<wingrime> olv3r: It possible if someone steal from hex-rays arm decompiller for IDA
<wingrime> olv3r: look at my lib, you can do same and get some logs according real calls
<wingrime> next step make wrapper
<oliv3r> wingrime: im' not smart/knowledgeable enough :p
<wingrime> big work begin with single small step
<wingrime> also you can add some kprint on cedar ioctrl
<oliv3r> wingrime: ohh, a stub, not stud :D I know what you mean now, yeah we should start by having a wrapper around the entire goar filled thing, but on the other hand, don't we know how to call the library? so what will we find? we know the api allready, we'd want to know what happens on the register level; lucky it IS sniffable by modifying the driver/LD_PRELOAD the kernel?
<oliv3r> wingrime: i think the best way, is to dump everything the library tries to write to the kernel, atleast we can get all register access dumped
<wingrime> linux have API for dynamic lib loading
<oliv3r> well fun sun7i it'll be easy, a simple IOCTL; for the sun4i, with the memory mapping, i don't know if it will be 'so' easy :(
<oliv3r> wingrime: how do you intercept such a memory map: https://github.com/willswang/libcedarx/blob/master/libcedarx.c#L264
<oliv3r> especially line 274; it's not easy, I can tell you that much :(
<wingrime> void *lib = dlopen("lib.so", RTLD_NOW);
<wingrime> dlsym(lib,"func")
<oliv3r> wingrime: well that's to open libvecore.so
<oliv3r> but what about the kernel :)
<oliv3r> don't think you can dlopen("kernel") :p
<wingrime> nope
<wingrime> you can simply add printk in ioctrl
<oliv3r> luckly, we have the kernel bit, so we can always hack something around there
<oliv3r> but the memory map isn't one, let me refind it
<wingrime> oliv3r: it not a problem "map" when lib have relocations
<wingrime> olvi3r: there is way to do "map"
<wingrime> HW breakpoint on address
<bhoj> Turl, adb reboot recovery doesn't get me anywhere.
<wingrime> or addresses
<wingrime> olvi3r: kgdb can help with it
<oliv3r> wingrime: see, that's a little above my knowledge, sun7i does it better, they have an IOCTL and do readl and writel when you want to read or write a register
<wingrime> oliv3r: kernel can be debuged using UART with kgdb
<oliv3r> wingrime: yeah but that's all way out of my league :p
<wingrime> oliv3r: you can simply set debug breakping to address spaces and wait
vicenteH has quit [Ping timeout: 268 seconds]
<wingrime> oliv3r: it realy does some COMMAND-WRITES to Cedar using mapped space?
<wingrime> oliv3r: It must be only for buffer normaly
<shineworld> hmm perhaps I've mistake everything about penmount touchscreen, so I haven't to use /driver/input/touchscreen/penmount.c but PenMount devices are already supported how HID components by 3.0 with USB
<shineworld> I guess linux-sunxi 3.0 support HID devices
<oliv3r> wingrime: i'm pretty sure that most/all decoding operations are handled via that mmap
<wingrime> olv3r:You send some coded data and recive decoced data in that address space I guess commands must go using ioctrl
<oliv3r> wingrime: libvecore.{a,so} is filled with register, sram references
<oliv3r> wingrime: but i still have to setup my cubieboard SD card, and have a bunch of drivers to test/write
<oliv3r> so for now, i'll only document my findings on the wiki
<oliv3r> and hope someone smart will pick it up
<wingrime> oliv3r: You always can make breakpint in userspace
<wingrime> oliv3r: I realy sure that There is some internal function with command call
<oliv3r> wingrime: well, it'll probably be easier on A20 hardware (with new blob) and hope A10 works the same way
<oliv3r> sun7i has a simple IOCTL that does readl/writel
<wingrime> oliv3r: Also there is some great trick for internal functions wrapper
<oliv3r> wingrime: i'm sure there's many great hacks seasoned RE-ers know :p
<oliv3r> wingrime: first more drivers for Mainline, while cedarX being close is shit, we want to wait for the new blob anyway :(
<wingrime> oliv3r: on LD_PRELOAD 1) enable wirte to codepage 2) replace function start with long jump to our code 2) do our with 3) return old bytes to function 4) jump back to hijaked code
<wingrime> olv3r: insiders always best way to get docs
bhoj2 has joined #linux-sunxi
<wingrime> olv3r: why we just ask them for a cedarx docs
<oliv3r> wingrime: we have some programming documentation
<oliv3r> but that's -> libvecore.so
<oliv3r> which isn't a problem
<wingrime> ?
<oliv3r> but libvecore.so is a messy thing, it's a bunch of reference implementations, hacked together with some glue, that offload bits to the VPU
<oliv3r> we know how to talk to libvecore.so, we want to know how and what we can offload to the VE
<wingrime> olvi3r: have it some firmware?
bhoj has quit [Ping timeout: 272 seconds]
<oliv3r> wingrime: we don't think so
<oliv3r> but i don't think it's a super smart VPU either, I would be supprised if it does more then offload some very calculation intensive things
<oliv3r> wingrime: your arm decompiler plan sounds a whole lot better ;)
Undertasker has joined #linux-sunxi
<oliv3r> wingrime: and if i'm not mistaken, some debuging symbols are still left in the code!
<CountryGeek> General Q - what's the process / timeline for upgrading the kernel to a more contemporary version? (is there a doc?)
<wingrime> olvi3r: It must be easy and much simple: it guess : 1) send buffer 2) set data type flags and ask for decode 3) recive IRQ from cedar and get frame
<oliv3r> CountryGeek: check http://linux-sunxi.org :)
<wingrime> olvi3r: it use dome driver IOCTRL?
<oliv3r> wingrime: i don't think it decodes frames, but 'block' for sure
<oliv3r> wingrime: not sure, do you have access to an arm decompiler?
<wingrime> olvi3r: I mean It only use mmap or some iocrl?
<oliv3r> there's IOCTL's for some functions and sun4i has mmap for the registers. sun7i only has IOCTL
<wingrime> olvi3r: I know it exsist )
<oliv3r> https://www.google.com/search?q=arm+dissassembler&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&channel=fflbhttps://www.google.com/search?q=arm+dissassembler&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&channel=fflb -> oDa online dissasembler :p
<CountryGeek> oliv3r: Thanx. 3.4.x is missing (AFAIK) the *new* pwm interface.
<CountryGeek> Kinda unwilling to add support for the *old* interface in my module
<wingrime> I still not in public
<oliv3r> CountryGeek: PWM is my next project; but currently, PWM has no driver, only the display engine access PWM for backlightening purpouses
<oliv3r> CountryGeek: and I don't think i'll write it against 3.4, but 3.10
<CountryGeek> :-)
<wingrime> oliv3r: you can't simply buy IDA or ARM decompiller for hex-rays
<oliv3r> wingrime: :(
<oliv3r> CountryGeek: who's dwilkins?
* CountryGeek is also known as dwilkins
<oliv3r> CountryGeek: ah, ok, are you using gpio?
<oliv3r> CountryGeek: sunxi does have a hardware PWM unit (2 actually)
<CountryGeek> ??? - nah - I interfaced with the h/w chip
<CountryGeek> checked w/oscilloscope and everything
<oliv3r> CountryGeek: well you name your sysfs entries pwm
<oliv3r> erm you named your sysfs entries gpio
<wingrime> oliv3r: we can only wait some one steal it (last time some russians steal IDA form NOD32)
<CountryGeek> I tried to follow the lead of the sysfs gpio interface
<CountryGeek> but named my class pwm-sunxi
<oliv3r> CountryGeek: ah, ok
<CountryGeek> /sys/class/pwm-sunxi/pwm0.gpio3/...
<oliv3r> CountryGeek: i haven't gotten that far with mine :p
<oliv3r> CountryGeek: do you use the PWM freamework at all?
<CountryGeek> I tested on pcDuino
<CountryGeek> no
<CountryGeek> Kinda unwilling to add support for the *old* interface in my module
<oliv3r> CountryGeek: in that case, keep this one for 3.0/3.4
<oliv3r> CountryGeek: mine will be hopefully going into 3.10 or 3.11 using the new PWM kernel framework
<CountryGeek> There's a patch that implemented a gpio style interface with the new framework
* CountryGeek rummages around a bit
<oliv3r> the 3.4 series and the 3.11 series won't easly work together with PWM anyway I don't think, the only user of the PWM hardware in 3.0/3.4 is the display engine, and that won't work with 3.11 :)
<CountryGeek> Ah - that's what I'm trying to figure out - what's required for newer kernels
<CountryGeek> Is there a branch or repo with 3.11 stuff in it?
<CountryGeek> just linux-stable or something?
<oliv3r> CountryGeek: look at linux-sunxi.org/Mainlining_Effort
<oliv3r> mostly mripards tree's
<CountryGeek> oliv3r: many thanks - heading there....
<oliv3r> CountryGeek: so your going to rewrite/update your driver to match 3.11 and the PWM framework? or leave it as is?
<CountryGeek> oliv3r: I'm willing to maintain a pwm driver
<CountryGeek> Yeah - I'll update when I can get a kernel for 3.11 going
<oliv3r> i'm aiming to get my security ID driver out tomorrow (got interrupted a lot of times) which you can compare against too, also carlos WDT driver is pretty clean allready
<CountryGeek> oliv3r: The one I wrote is clumsy and oaf-ish I'm sure - I want to make sure it's kernel-quality
<CountryGeek> oliv3r: Basically 3-4 days of work. I'll move on to an A<=>D driver next if the 3.11 kernel isn't at a good spot yet
* CountryGeek needs pwm and A<=>D for his girl robot
<oliv3r> lol
<oliv3r> CountryGeek: if you want something usable now, stick with hat you have against 3.0/3.4
<oliv3r> 3.11 is far far from usable atm, it boots, but no i2c, no spi, no dma etc yet
<oliv3r> no graphics, no usb (shall i continue? :)
_BJFreeman has joined #linux-sunxi
<oliv3r> wingrime: PM
* rz2k having fun with sunxifb on A13 http://hastebin.com/ciwuravaqu.rb
_BJFreeman is now known as BJfreeman
<libv> rz2k: how does that compare to x11?
* libv hasn't tried yet on suxi hw
<rz2k> s/sunxifb/xf86-video-sunxifb/
<CountryGeek> oliv3r: k - I'll be ready with a branch when 3.11 gets stable. Hopefully with A<=>D as well. I still need to make the code more friendly to compile while it's outside of the kernel
<rz2k> x11 version cant fit in my 7" olinuxino lcd
<rz2k> and it is also pretty much the same
<libv> is it really the same, performance wise?
<CountryGeek> oliv3r: Maybe if this patch (https://patchwork.kernel.org/patch/2163151/) gets accepted the pwm i/f will be lots easier
<libv> and bah. linaro idiots did not allow for 800x480 displays
<rz2k> probably not, but I didnt run it till end, because of the default window size, just ran the fullscreen instead
<rz2k> linaro has network-manager-applet for lxde not fitting in lcd either
<rz2k> atleast it does work and I can confirm binary_drivers page from linux-sunxi wiki to be ok :p
<libv> :)
<libv> as you know, soon there will be fixes to the test, version and headers of sunxi-mali to allow for better building of gles apps
<libv> now i am battling the limare tests to be cleaner
<oliv3r> hometime
<oliv3r> CountryGeek: hmm, not so sure if that's the clean way to do it ;)
<CountryGeek> oliv3r: like the gpio system, or just the way that  Poeschel did it?
aholler has joined #linux-sunxi
<CountryGeek> oliv3r: Thanks for your help - gotta run out for a few minutes
bhoj2 is now known as bhoj
rellla2 has joined #linux-sunxi
<ssvb> wingrime: hi, are you interested in cedarx reverse engineering?
<ssvb> oliv3r: about the dedicated arm core, I just suggested that it *might* be theoretically possible
<ssvb> oliv3r: whether it is true or not still needs to be confirmed
<ssvb> oliv3r: for example, this is an overview of OMAP4 video decoder - http://www.omappedia.org/wiki/Ducati_For_Dummies
Turl has quit [Ping timeout: 245 seconds]
shineworld has quit [Quit: Leaving]
<wingrime> ssvb: I wan't working debian on tablet
<wingrime> ssvb: it still have *some* problems
<wingrime> ssvb: for example upower cann't display properly
vinifm has joined #linux-sunxi
<wingrime> power status
<lkcl> oliv3r: star!
ganbold_ has quit [Remote host closed the connection]
<hramrach_> rellla: it's defined in my copy of that header
<hramrach_> as is in the file you show
paulk-desktop has joined #linux-sunxi
<hramrach_> I guess I can try to dig up some logs
n01 is now known as n01|work|afk
shineworld has joined #linux-sunxi
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
egbert_ is now known as egbert
vinifm has quit [Ping timeout: 245 seconds]
rz2k has quit [Read error: Connection reset by peer]
vinifm has joined #linux-sunxi
rellla2 has quit [Quit: Nettalk6 - www.ntalk.de]
mdfe has joined #linux-sunxi
n01 has joined #linux-sunxi
rellla has joined #linux-sunxi
Kadosch has joined #linux-sunxi
Quarx has quit []
wingrime has quit [Ping timeout: 245 seconds]
<lkcl> oliv3r: i have a (legally licensed) copy of IDA Pro 4.99 if you need it.
<lkcl> bought it back when i was doing samba NT Domains reverse-engineering.
<lkcl> it does ARM code.
<lkcl> last used it for the reverse-engineering of the GPL-violating CT-PC89e.
heffer_ is now known as heffer
Yaku-noob has quit []
shineworld has quit [Quit: Leaving]
shineworld has joined #linux-sunxi
<hramrach_> hmm, seems the logs don't contain anything useful
<hramrach_> especially some videos cause crash without any info on the video logged
<hramrach_> maybe it's because it's buffered?
<hramrach_> no, it's just the info I was grepping does not appear for every video
<hramrach_> rellla
shineworld has quit [Ping timeout: 260 seconds]
<rellla> hramrach_: could this be right? -> DEBUG: A10: MEDIAINFO: fpsrate 1710843747 / fpsscale 71356439
Dreadlish has quit [Quit: BLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARGH KURWA]
<rellla> but no additional info, why cedarx crashes imo
eebrah|away is now known as eebrah
hramrach_ has quit [Remote host closed the connection]
tinti has quit [Quit: Leaving]
shineworld has joined #linux-sunxi
fredy has quit [Quit: ZNC - http://znc.sourceforge.net]
fredy has joined #linux-sunxi
torindel has joined #linux-sunxi
rellla has quit [Remote host closed the connection]
Tartarus has quit [Excess Flood]
mdfe has quit [Remote host closed the connection]
Tartarus has joined #linux-sunxi
shineworld has quit [Quit: Leaving]
Kadosch has quit [Remote host closed the connection]
n01 has quit [Ping timeout: 264 seconds]
paulk-desktop has quit [Quit: Ex-Chat]
tinti has joined #linux-sunxi
eebrah is now known as eebrah|away
Undertasker has left #linux-sunxi [#linux-sunxi]
vinifm has quit [Remote host closed the connection]
Tartarus has quit [Excess Flood]
Tartarus has joined #linux-sunxi