mnemoc changed the topic of #linux-sunxi to: Allwinner/sunxi development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi
xinj has joined #linux-sunxi
popolon has quit [Quit: Quitte]
mmarker has joined #linux-sunxi
xinj has quit [Ping timeout: 240 seconds]
merbanan has joined #linux-sunxi
jebba has quit [Quit: Leaving.]
cajg has quit [Ping timeout: 248 seconds]
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
cajg has joined #linux-sunxi
xavia has joined #linux-sunxi
indy has quit [Ping timeout: 248 seconds]
indy has joined #linux-sunxi
akaizen has quit [Ping timeout: 252 seconds]
rainbyte has quit [Quit: Leaving]
akaizen has joined #linux-sunxi
jebba has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
TheSeven has quit [Ping timeout: 260 seconds]
TheSeven has joined #linux-sunxi
Quarx has joined #linux-sunxi
xavia has quit [Quit: Leaving.]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
Quarx has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
Andy-D has quit [Remote host closed the connection]
Andy-D has joined #linux-sunxi
amitk has joined #linux-sunxi
afaerber has quit [Ping timeout: 264 seconds]
afaerber has joined #linux-sunxi
gzamboni has quit [Ping timeout: 264 seconds]
avsm has joined #linux-sunxi
rgenoud has joined #linux-sunxi
HeHoPMaJIeH has joined #linux-sunxi
<oliv3r> ssvb: ok i'll read up on that mail thread, so i'm wrong to assume the hansg was ported to 3.4. So if i take his initial calibration stuff and back-ported it should be reasonably ok
libcg has joined #linux-sunxi
bbrezillon has joined #linux-sunxi
<oliv3r> bbrezillon: hey guy!
imcsk8 has quit [Quit: Reconnecting]
imcsk8 has joined #linux-sunxi
jinzo has joined #linux-sunxi
jinzo has quit [Changing host]
jinzo has joined #linux-sunxi
<bbrezillon> oliv3r: hi
<bbrezillon> oliv3r: I guess you want to talk about the NAND controller driver :)
<bbrezillon> oliv3r: I haven't had a lot of time to work on it lately (I do this on my spare time), and I must admit that endless discussion to decide whether NAND timing requirements (for non ONFI chips) should be defined in the device tree or in a NAND device table (in the code) is not helping in motivating me
sehraf has joined #linux-sunxi
<oliv3r> bbrezillon: nah, just wanting to show my encourangment :)
<oliv3r> you are doing a great job for sure :)
<oliv3r> have you monitored cpu load of the nand driver? since we lack dma
<oliv3r> what do you expect the cpu cost would be? and have you done any performance tests and compared it to the libnand driver?
popolon has joined #linux-sunxi
_massi has joined #linux-sunxi
popolon_ has joined #linux-sunxi
<oliv3r> ssvb: ok i read the mail thread, but it would make me think that all the a10 tests are ' done' or you want more reference points?
popolon has quit [Read error: Connection reset by peer]
popolon_ has quit [Client Quit]
popolon has joined #linux-sunxi
popolon has joined #linux-sunxi
<bbrezillon> oliv3r: No I haven't any stress test or perf test on this driver, but you should definitely ask hani if he did
<bbrezillon> oliv3r: regarding what I expect, I'd say it shouldn't consume that much CPU because we're already using NAND controller buffers to transfer ECC block of data (from 512 or 1024 bytes)
<bbrezillon> which means it only cost up to X (X = page_size / ECC_block_size) DDR to internal SRAM transfers for each page write
<bbrezillon> I've worked on atmel's NAND controller (on at91 SoCs), and in this controller you have to transfer byte per byte (write it to a specific register), so I'd say we're pretty lucky with the sunxi NAND controller ;-)
<oliv3r> hehe :)
<oliv3r> so DMA is not a hugely crittical part to have?
prahal has quit [Ping timeout: 252 seconds]
<oliv3r> it's 'nice' and a little faster/cpu efficient, but not a huge deal then?
<bbrezillon> I'd say, there a lot of chance it is faster without DMA
<bbrezillon> but surely less efficient in CPU usage
FR^2 has joined #linux-sunxi
avsm1 has joined #linux-sunxi
avsm has quit [Read error: Connection reset by peer]
avsm has joined #linux-sunxi
avsm1 has quit [Read error: Connection reset by peer]
_massi has quit [Remote host closed the connection]
avsm has quit [Quit: Leaving.]
_massi has joined #linux-sunxi
notmart has joined #linux-sunxi
avsm has joined #linux-sunxi
<mnemoc> ijc: license patch pushed. sorry for the delay
<ijc> mnemoc: Awesome, thanks! (no worried about the delay!)
diego71_ has joined #linux-sunxi
diego71 has quit [Ping timeout: 240 seconds]
jacq has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
enrico_ has joined #linux-sunxi
nabblet has joined #linux-sunxi
paulk-aldrin has joined #linux-sunxi
<wens> merrii released some more documents on A31 hummingbird
<wens> I've put everything in http://wens.csie.org/a31/
<wens> mripard: there's a new schematic, i don't know if it's any different though
avsm has quit [Quit: Leaving.]
TheSeven has quit [Ping timeout: 272 seconds]
TheSeven has joined #linux-sunxi
<oliv3r> bbrezillon: but what cpu usage do you see when pushing the nand? 5%? 20%?
<oliv3r> 90% :)
<mripard> wens: cool, thanks
<oliv3r> ssvb: i'm running lima memtester on the Lime, and the cube is rendering, but it's jumpy/shakey. no corruption that I can see though
rz2k has joined #linux-sunxi
<oliv3r> ssvb: lima-tester itselfs says everything is 'ok'
<ssvb> oliv3r: here is the fix for jumpy/shakey - https://www.mail-archive.com/linux-sunxi@googlegroups.com/msg04105.html
<ssvb> oliv3r: but you need to enable the 'scaler' mode in fex to route the framebuffer scanout through DEFE
<oliv3r> ah ok
<oliv3r> i'll read the mail and hopefully will be able to fix it then :)
rm has quit [Quit: ZNC - http://znc.sourceforge.net]
rm has joined #linux-sunxi
<oliv3r> and i'll fix the 3.4 code in your branch to match hansg's more closely
<oliv3r> it's getting nice and hot though :)
<oliv3r> 3 second burn :p
<oliv3r> (aewsome statistic, i know :)
<oliv3r> i'm doing lima-tester + cpuburn, i guess that's 'good enough' to generate the most heat?
<ssvb> just the textured-cube program (without memtester) together with cpuburn-a8 would generate the most heat
<oliv3r> ah ok
<oliv3r> well the cube just dissapeared and i got a black screen :(
<oliv3r> (i'm an fedora 19 image i had laying around)
<oliv3r> with 3.4.79
<ssvb> hmm, has it failed or just the display has blanked?
<oliv3r> i just did a systemctl stop display_mager
<oliv3r> i'm not sure yet
<oliv3r> how do I disable blanking again?
<oliv3r> i think we had a trick for that
<ssvb> consoleblank=0 in the kernel command line
<oliv3r> ah right ok
<oliv3r> i'll fix that, recompile u-boot with your fix
<ssvb> u-boot-sunxi should already have it
<ssvb> just enable the scaler mode in fex
<oliv3r> this is new stuff! I haven't heard abou the dram host port changes
<oliv3r> oh, bummer :p
<oliv3r> ok
<oliv3r> what about the 480 Mhz of the lime, is that the default clock? looks nice and high
<oliv3r> with the latest u-boot changes that's 'without problem' kinda deal?
<ssvb> ?
<bbrezillon> oliv3r: I don't know exactly, and I can't test it right now, but I hope it does not exceed 5%, because most of the time spent in reading from/writing to NAND is spent waiting for the NAND chip to actually do what we ask for
<oliv3r> i don't remember the default memory timings for the lime, i thought it was something around 385 MHz
<oliv3r> bbrezillon: so the DMA is not hugely important and won't offer a HUGE benefit
<oliv3r> that's great to hear, as that means we may be able to use the mainline kernel afterall
<ssvb> oliv3r: it has been always 480mhz on a10-lime, and with the 16-bit memory interface, having high dram clock speed is important
<bbrezillon> oliv3r: I don't think so, but again, I've never done any test to prove it :-)
<ssvb> oliv3r: we may clock it a little bit higher eventually
<ssvb> oliv3r: do you have the a10-lime pcb revision A or revision B?
<oliv3r> ssvb: rev C :)
<ssvb> oh
<oliv3r> is that bad?
<ssvb> do they have schematics available?
<oliv3r> not initially, but I think they said they would do it after sending them to me
<oliv3r> so they should be online now
<oliv3r> i have a nand enabled lime :)
<ssvb> I just wonder whether they have changed the ZQ resistors again or left them alone
<oliv3r> zq resistors for the RAM?
<ssvb> yes, for both RAM and SoC - http://linux-sunxi.org/A10_DRAM_Controller_Calibration#Impedance_settings.2C_ODT_and_ZQ_calibration
<oliv3r> wow i have al ot of backreading to do to learn more about the ram stuff
<oliv3r> you know a lot about this shit :p
<oliv3r> prob more then AW engineers :)
<oliv3r> if you can give me the R and C numbers, i'll check
<oliv3r> ssvb: looks like the memory bandiwth + high res issue is 'fixed' though?
<oliv3r> or is it mearly a workaround?
<oliv3r> still not perfect, some jerking and jarring, but very watchable
<ssvb> the shaking should be fixed
<ssvb> but some tearing is to be expacted unless we sync to vblank
<ssvb> when using DEFE, we only have two layers instead of four, so it's a bit of a headache for the display driver developer to optimally manage resources at runtime
<ssvb> oliv3r: about the ZQ resistors, A and B revisions of A10-Lime use something else instead of 240 ohm and both are different
<ssvb> oliv3r: looks like Olimex used the hardware approach to solving the impedance matching problem instead of configuring it in software
nabblet has quit [Quit: leaving]
<ssvb> oliv3r: Lime A and Lime B are very different boards if we are looking at configuring the optimal DRAM parameters...
maksimlin has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140608211828]]
<oliv3r> ssvb: they 're-layed out' the memory lines?
<oliv3r> ssvb: it looks really much better though, it is only tearing year
alexvf has quit [Ping timeout: 246 seconds]
juanfont has quit [Ping timeout: 245 seconds]
<ssvb> oliv3r: not necessarily changed the memory lines, but replaced the resistors with different ones
<oliv3r> ah ok so a 'minor' change
<oliv3r> well they changed the silk screeen so something surely changed on the board
<oliv3r> ouch, it's friggin' hot :(
juanfont has joined #linux-sunxi
<ssvb> oliv3r: how much? have you measured the temperature?
avsm has joined #linux-sunxi
<oliv3r> no, i'm working on the code side, and the FLIR camera will arrive somwhere this afternoon :)
<ssvb> ok
<oliv3r> right, compiling, lets hope it works
prahal has joined #linux-sunxi
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
<oliv3r> ssvb ok i also get a 82.4 C temp now
<oliv3r> how do i calibrate/change it exactly?
<oliv3r> or just 'leave it as be' and record it just to see the linearity?
<oliv3r> i can record reported temp + measured temp + freq.
xinj has joined #linux-sunxi
akaizen has quit [Ping timeout: 252 seconds]
libv_ has joined #linux-sunxi
libv has quit [Read error: Connection reset by peer]
libv_ is now known as libv
Quarx has joined #linux-sunxi
philippe_fouquet has joined #linux-sunxi
prahal has quit [Remote host closed the connection]
nabblet has joined #linux-sunxi
<philippe_fouquet> hi
<philippe_fouquet> some body can help me with livesuit 306 and ubuntu 14.04 64bis?
<philippe_fouquet> it worke fine withn ubuntu 12.04 but not with 14.04
prahal_ has joined #linux-sunxi
philippe_fouquet has quit []
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
jebba has quit [Quit: Leaving.]
Gerwin_J has joined #linux-sunxi
indigo_ has quit [Quit: Page closed]
prahal_ has quit [Ping timeout: 244 seconds]
mmarker has quit [Remote host closed the connection]
<oliv3r> ssvb: i think lima-tetured-cube crashed :(
<oliv3r> or cpuburn actually
<oliv3r> fg
<oliv3r> it was getting really hot to be fair
<oliv3r> the internal diode was telling me 105C
<oliv3r> though that is wrongfully calibrated as you mentioned
issueat has joined #linux-sunxi
_massi has quit [Remote host closed the connection]
<oliv3r> ssvb: lima-textured cube is no problem, it keeps going at 20% cpu load, cpuburn crashes
<oliv3r> not sure if it's a power issue, but i'll find that out soon
<oliv3r> i'll use a bigger power supply
Net147 has joined #linux-sunxi
avsm has quit [Quit: Leaving.]
<ssvb> oliv3r: sounds very much like an overheating issue to me
<ssvb> cpuburn-a8 alone is rather mean to the hardware
<ssvb> but if combined with the lima textured cube demo (which is not competing with the cpuburn program for cpu cycles), the power consumption skyrockets
<ssvb> oliv3r: hmm, is it really reporting 105C under load? how much did it show after cold start on the idle system?
mmarker has joined #linux-sunxi
hansg has joined #linux-sunxi
Quarx has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
<ssvb> oliv3r: oh, and could you also try https://www.mail-archive.com/linux-sunxi@googlegroups.com/msg04411.html on your a10-lime?
<plaes> few more degrees and tin will start to melt :P
<oliv3r> i don't know what the offset is
<oliv3r> but I prepared a special board now that drains power differently, so time to test that :)
<oliv3r> got a lab power supply now too :)
<oliv3r> oh cpufreq-ljt-stress-test, checking that out!
<oliv3r> oops
<oliv3r> almost blew it all up
<oliv3r> long live reverse current protection :)
<plaes> wat? :D
leviathanch has joined #linux-sunxi
<oliv3r> + and - wrongfully connected
<oliv3r> idle it starts at 85C
HeHoPMaJIeH has quit [Remote host closed the connection]
<oliv3r> package feels around 40C
<oliv3r> 0.27 amp current draw from a lab power supply
<plaes> ~3.3W if 12V
astr has joined #linux-sunxi
<ssvb> 5V
xavia has joined #linux-sunxi
<plaes> 1.35 then :)
<ssvb> oliv3r: and what about "textured-cube", "cpuburn-a8" and "textured-cube + cpuburn-a8"?
<oliv3r> textured cube just kept going after cpuburn segfaulted
<oliv3r> i did the + thing first to get max drain
<oliv3r> or max heat
<oliv3r> i'll turn on only cpuburn and let that run all night then
<oliv3r> though unfortunatly, i'm running a diff lime board now (without flash)
<ssvb> I mean, what is the difference in the current draw between these different tests?
<ssvb> now that you have taken the lab power supply into use
<oliv3r> :)
<oliv3r> i'll get back to you tomorrow on that
<oliv3r> gotta catch a train in 4 minutes :(
<oliv3r> compiling the kernel with the userspace daemon
<ssvb> ok
Net147 has quit [Quit: Want to be different? Try HydraIRC -> http://www.hydrairc.com <-]
<oliv3r> i think the djpeg test needs userspace powermanagment
<oliv3r> ok gotta run :)
<oliv3r> i'll be here tomorrow 8:#0 :p
alexvf has joined #linux-sunxi
tomboy64 has quit [Remote host closed the connection]
tomboy64 has joined #linux-sunxi
diego_r has joined #linux-sunxi
leviathanch has quit [Remote host closed the connection]
libcg has quit [Ping timeout: 272 seconds]
leviathanch has joined #linux-sunxi
hansg has quit [Quit: Leaving]
xinj has quit [Ping timeout: 240 seconds]
Dodger78 has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
amitk has quit [Quit: leaving]
amitk has joined #linux-sunxi
rgenoud has quit [Quit: Leaving.]
enrico_ has quit [Quit: Bye]
eagles0513875_ has quit [Ping timeout: 272 seconds]
Gerwin_J has joined #linux-sunxi
ccube has quit [Remote host closed the connection]
ccube has joined #linux-sunxi
Gerwin_J has quit [Client Quit]
eagles0513875_ has joined #linux-sunxi
ccube has quit [Remote host closed the connection]
bonbons has joined #linux-sunxi
ccube has joined #linux-sunxi
_massi has joined #linux-sunxi
mturquette has quit [Changing host]
mturquette has joined #linux-sunxi
jebba has joined #linux-sunxi
jebba has quit [Client Quit]
jebba has joined #linux-sunxi
notmart has quit [Quit: notmart terminated!]
akaizen has joined #linux-sunxi
_massi has quit [Quit: Leaving]
leviathanch has quit [Remote host closed the connection]
gzamboni has joined #linux-sunxi
leviathanch has joined #linux-sunxi
FR^2 has quit [Quit: Connection reset by peer]
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
diego_r has quit [Quit: Konversation terminated!]
bbrezillon has quit [Ping timeout: 264 seconds]
bonbons has quit [Quit: Leaving]
bertrik has joined #linux-sunxi
leviathanch has quit [Ping timeout: 240 seconds]
bonbons has joined #linux-sunxi
deasy has joined #linux-sunxi
Dodger78 has quit [Quit: Leaving.]
amitk has quit [Quit: leaving]
seppel has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
ninolein has quit [Ping timeout: 264 seconds]
ninolein_ has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 252 seconds]
netlynx has quit [Quit: Leaving]
CaptHindsight has quit [Ping timeout: 252 seconds]
Dodger78 has joined #linux-sunxi
<Dodger78> hello
bonbons has quit [Remote host closed the connection]
bonbons has joined #linux-sunxi
arokux2 has joined #linux-sunxi
CaptHindsight has joined #linux-sunxi
Dodger78 has quit [Ping timeout: 264 seconds]
nabblet has quit [Quit: leaving]
bonbons has quit [Read error: Connection reset by peer]
bonbons has joined #linux-sunxi
ganbold__ has quit [Ping timeout: 248 seconds]
kuldeepdhaka has joined #linux-sunxi
nabblet has joined #linux-sunxi
bonbons has quit [Ping timeout: 252 seconds]
bbrezillon has joined #linux-sunxi
bonbons has joined #linux-sunxi
bonbons has quit [Quit: Leaving]
bbrezillon has quit [Ping timeout: 260 seconds]
jinzo has quit [Quit: Leaving]
bonbons has joined #linux-sunxi
Andy-D has quit [Remote host closed the connection]
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
Andy-D has joined #linux-sunxi
akaizen has quit [Ping timeout: 240 seconds]
bonbons has quit [Quit: Leaving]
seppel has quit [Quit: Leaving]
paulk-aldrin has quit [Quit: Ex-Chat]
jebba has quit [Quit: Leaving.]
akaizen has joined #linux-sunxi
arokux2 has quit [Remote host closed the connection]
sehraf has quit [Read error: Connection reset by peer]
alexst has joined #linux-sunxi
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
gaby has quit [Ping timeout: 245 seconds]
gaby has joined #linux-sunxi
akaizen has quit [Ping timeout: 255 seconds]
nedko has quit [Ping timeout: 240 seconds]
nedko has joined #linux-sunxi
nedko has quit [Changing host]
nedko has joined #linux-sunxi
dlan has quit [Ping timeout: 264 seconds]
dlan has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
akaizen has joined #linux-sunxi
jebba has joined #linux-sunxi
bertrik has quit [Read error: Connection reset by peer]
leviathanch has joined #linux-sunxi
gzamboni has quit [Read error: Connection reset by peer]
xavia has quit [Quit: Leaving.]
maksimlin has joined #linux-sunxi
nabblet has quit [Quit: leaving]
maksimlin has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140608211828]]
maksimlin has joined #linux-sunxi
leviathanch has quit [Ping timeout: 240 seconds]
kuldeepdhaka has quit [Quit: Leaving]
rz2k has quit []