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
vinifm has joined #linux-sunxi
<vinifm> hi
vinifm has quit [Quit: Saindo]
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
torqu3e has quit [Quit: torqu3e]
drachensun has quit [Ping timeout: 264 seconds]
torqu3e has joined #linux-sunxi
drachensun has joined #linux-sunxi
tinti has quit [Quit: Leaving]
hramrach has quit [Ping timeout: 276 seconds]
hramrach has joined #linux-sunxi
torqu3e has quit [Quit: torqu3e]
torqu3e has joined #linux-sunxi
rellla has joined #linux-sunxi
ZaEarl has quit [Ping timeout: 245 seconds]
shineworld has joined #linux-sunxi
egbert has quit [Ping timeout: 245 seconds]
<orly_owl> best price on mele a100/0/2000?
egbert has joined #linux-sunxi
ssvb has joined #linux-sunxi
ssvb has quit [Quit: Leaving]
ssvb has joined #linux-sunxi
orly_owl has quit [Ping timeout: 240 seconds]
ssvb has quit [Ping timeout: 252 seconds]
n01 has joined #linux-sunxi
ssvb has joined #linux-sunxi
<shineworld> when I boot form SD with u-boot (cubieboard) I've got that error message: *** Warning - bad CRC, using default environment '
<shineworld> what's wrong ? ( http://pastebin.com/FLQQAj56 )
<rm> it's ok
<shineworld> well, there is a document which describe that ?
<shineworld> I've searched with google but all say "no problem"
paulk-desktop has joined #linux-sunxi
<shineworld> > “Warning – bad CRC, using default environment” is expected and a good sign. You should be worried if you DON’T get that message.
<shineworld> You want to use the default u-boot environment.
shineworld has quit [Remote host closed the connection]
sanka has joined #linux-sunxi
orly_owl has joined #linux-sunxi
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
wingrime has joined #linux-sunxi
rz2k has joined #linux-sunxi
ssvb has quit [Ping timeout: 245 seconds]
ssvb has joined #linux-sunxi
jochensp is now known as n0ti0nis
rav0__ has joined #linux-sunxi
<hramrach> wingrime: I tried usb disk and nand
<hramrach> the nand patch has no effect
<hramrach> but nand is weird
<hramrach> you get 13Mb/s after boot
<hramrach> and 3Mb/s on system that's been runnig a while
<hramrach> and usb is just junk so the bottelneck might be elsewhere there
ssvb has quit [Ping timeout: 256 seconds]
ssvb has joined #linux-sunxi
<wingrime> hramrach: intersting
<wingrime> hramrach: but I still unshure with you testing methods
<wingrime> *sure
<wingrime> hramrach: fistly "whar patches"
<wingrime> show me git log
<wingrime> secondly "/dev/nand" what is it?
<wingrime> you avoid using partioning
<wingrime> ?
sanka has quit [Remote host closed the connection]
ZaEarl has joined #linux-sunxi
oliv3r has joined #linux-sunxi
<oliv3r> *flex*
<oliv3r> things went to hell here over the weekend. Lots of time wasted recovering fixing things :S
<oliv3r> so how's everybody here :)
<wingrime> hramrach: as always tesing things in "own" way
<wingrime> oliv3r: hramrach has not found any performace canges
<wingrime> I don't understand
<oliv3r> wingrime: well my nadn tests where in the 250kb/s - 300 kb/s order :p
ssvb has quit [Ping timeout: 264 seconds]
<oliv3r> wingrime: but you can analyse the debian paste and take our own conclusions
<wingrime> hard to say anything
<wingrime> I wait techn__: to say andorid usage differences
<wingrime> io-wait fixes may be greay
ssvb has joined #linux-sunxi
<wingrime> *great
<wingrime> ssvb: are you here
<ssvb> wingrime: yes
<ssvb> my internet connection has been quite unreliable for the last few days
<wingrime> ssvb: so I have probles on debian with your driver
<wingrime> 1) if /dev/mali not exist "make config" crashes
<wingrime> you should add handle for this
<wingrime> 2) devian have not libdrm2
<wingrime> I don't know how to fix this
<ssvb> wingrime: for the first problem, is it "make config" from libv's https://github.com/linux-sunxi/sunxi-mali ?
<ssvb> for the second problem, could you please provide a complete log?
sanka has joined #linux-sunxi
<wingrime> yes
<wingrime> ssvb: logs, later
<ssvb> that would be the first one :)
<ssvb> and IIRC hramrach is also using debian, so probably he can help with libdrm2
ganbold___ has joined #linux-sunxi
ganbold__ has quit [Remote host closed the connection]
shineworld has joined #linux-sunxi
<wingrime> ssvb: sorry for mistake I mean libdrv2
<wingrime> oh
<wingrime> libdri2
<ssvb> wingrime: http://linux-sunxi.org/Binary_drivers says "Some distributions have libdri2 compiled in X11 binary, so there is libdri2 separated in a github repo https://github.com/robclark/libdri2"
<ssvb> does this help?
<wingrime> I will try
<wingrime> I perhaps someone make normal pacages , or at least make uninstall in make
<wingrime> ssvb: Looking at timer problem, witch need so much times to do
<wingrime> I found , that not related is there while
<wingrime> I mean perf show that "reading" timer regs cost much time
<wingrime> consider this I think there meaybe 2 variants
<wingrime> 1) cortex core use this timer and "slow down" or "make cache miss" on reading
<wingrime> 2) timer regs mapped incorrectly that make cpu "cache reset" on reading it
rz2k has quit []
rav0__ has quit [Read error: Connection reset by peer]
rav0__ has joined #linux-sunxi
ssvb has quit [Ping timeout: 245 seconds]
ssvb has joined #linux-sunxi
rav0__ is now known as rav0
<ssvb> wingrime: accessing hardware registers is slow, and the CPU cache can't be used for them (you can try, but will not like the results)
<ssvb> maybe I should write a reply to hansg's post
<wingrime> ssvb: but drivers recently access to HW register , but none of this in such top place in perf
<ssvb> writes are much faster than reads (because the CPU does not have to block until the operation is complete)
<ssvb> also top place in perf is relative
<ssvb> we can run ~1 million gettimeofday calls per second on a 1GHz CPU, which means ~1000 cycles per call
<ssvb> 1000 cycles is not too bad (also considering the syscall overhead)
<jelly-home> ssvb: nice, how much was that gettimeofday() loop unrolled?
<ssvb> jelly-home: unrolling does not matter much in this case, it can only shave off a couple of cycles which translates to less than 1% overall improvement
<jelly-home> that much overhead eh
<wingrime> ssvb: it strange, we have serval dirvers that read and write regs
<wingrime> None of this in such top place in perf
<wingrime> I think this timer used by cortex core
ganbold___ has quit [Remote host closed the connection]
<bfree> wingrime: you can just do a straight rebuild of ubuntu's libdri2 packaging if you want libdri packages on debian. it seemed to work ok when I tried it out
<ssvb> wingrime, jelly-home: I posted a reply to hansg in the mailing list about aw_clksrc_read
<shineworld> There is some way to store an img in nand of Cubie ?
ssvb has quit [Ping timeout: 276 seconds]
ssvb has joined #linux-sunxi
<hramrach> yes
<hramrach> did you look at the linux-sunxi web?
<hramrach> ssvb: 32bit counter usefulness .. it depends on resolution
<hramrach> if it was in microseconds it would give about 4ksec or over 1 hour or sligtly under 1 audio cd
<shineworld> I've installed LiveSuit but when I run it, after confirm for format paritions" the progress remain always at 0%
<shineworld> after 20 mins I've closed the app and the nand OS is same of before (never is changed)
<shineworld> - I've installed dkms to support dynamic kernel module support
<shineworld> - I've installed with success LiveSuit
<shineworld> - I've added rule "SUBSYSTEM=="usb", ATTR{idVendor}=="1f3a", MODE="0666", OWNER="shine" to /etc/udev/rules.d/51-android.rules
<shineworld> - I've restarted udev with sudo restart udev
<shineworld> - I've executed LiveSuite with sudo ~/shine/Bin/LiveSuite.sh
<shineworld> - I've choose one image
<hramrach> shineworld: I write only from the device - boot from SD card, format flash as normal block device
<hramrach> and that only for testing that the nad boot works ;-)
<shineworld> ok... seem LiveSuit was a buggy app
<hramrach> it works for some people
<shineworld> sigh...
<oliv3r> shineworld: also on github we have a 'cleaned up' driver if you wish to re-compile it. the pre-compiled one may be not functioning with your newer kernel
<shineworld> wow I can do
<shineworld> git ?
<oliv3r> github.com/linux-sunxi/allwinner-tools if i'm not mistaken
<oliv3r> the livesuit that's in there is probably older (but not nessaserly older)
<oliv3r> i claened up the source for the driver. no guarantees what so ever about its workiness
tinti has joined #linux-sunxi
tinti has quit [Read error: Connection reset by peer]
ssvb has quit [Read error: Operation timed out]
<shineworld> uhm....
<shineworld> I don't find driver code
<shineworld> I hope someone could say something about
ssvb has joined #linux-sunxi
<wingrime> hramrach: I stil want look at your git log with test
theborger has joined #linux-sunxi
y0gurt has quit [Read error: Connection reset by peer]
wingrime has quit [Ping timeout: 240 seconds]
<shineworld> ok build
<shineworld> I'm a dumb in that but is only necessary to substitute old /var/lib/dkms/awdev/0.1/2.6.32-41-generic/i686/module/awusb.ko with new ?
<shineworld> I'm on *nix only by some weeks
<shineworld> done !
<shineworld> I will try now
<shineworld> exactly the same beaviour
shineworld has quit [Quit: Leaving]
rav0_ has joined #linux-sunxi
sanka has quit [Quit: Leaving]
rav0 has quit [Ping timeout: 248 seconds]
shineworld has joined #linux-sunxi
shineworld has quit [Remote host closed the connection]
shineworld has joined #linux-sunxi
ZaEarl has quit [Ping timeout: 245 seconds]
shineworld has quit [Remote host closed the connection]
ZaEarl has joined #linux-sunxi
shineworld has joined #linux-sunxi
<shineworld> oliv3r, problem solved
<shineworld> is a issue with vmware fusion
shineworld has quit [Quit: Leaving]
shineworld has joined #linux-sunxi
shineworld has quit [Client Quit]
shineworld has joined #linux-sunxi
shineworld has quit [Client Quit]
ZaEarl has quit [Read error: Connection timed out]
ZaEarl has joined #linux-sunxi
paulk-desktop has quit [Quit: Ex-Chat]
n01 has quit [Ping timeout: 240 seconds]
<oliv3r> shineworld: ah, install linux bare-metal :)
<oliv3r> dualbooot or singleboot linux like a real man :)
rav0__ has joined #linux-sunxi
rav0_ has quit [Ping timeout: 256 seconds]
shineworld has joined #linux-sunxi
shineworld has quit [Quit: Leaving]
n0ti0nis is now known as jochensp