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
FR^2 has quit [Quit: Leaving]
<Nyuutwo> http://linux-sunxi.org/Gentoo - even on our wiki
<Nyuutwo> found whi it k1001k1lc didn't compile
<libv> Nyuutwo: u-boot for the inet k100 ?
<libv> our u-boot?
<Nyuutwo> our u-boot
<Nyuutwo> it used dram config for dram_a20_olinuxino_m
<Nyuutwo> but it was merged to dram_sun7i_384_1024_iow16
<libv> indeed
<Nyuutwo> so it needs oneliner
<libv> hansg broke it when he generalized only the one and the new board
<Nyuutwo> + bsp has problem with uppercase name of board
<libv> ok, never used the bsp :)
<Nyuutwo> + i've added on http://linux-sunxi.org/Gentoo#Introduction how to quickfix u-boot
<Nyuutwo> it is bad but works
<Nyuutwo> I wonder what upstream will do
<libv> :)
<Nyuutwo> make[3]: *** No rule to make target 'output/lib/firmware/./', needed by 'output/lib/firmware/ti_3410.fw'. Stop. ...
ZetaNeta has joined #linux-sunxi
<Nyuutwo> dirty rebuild and works ...
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
popolon has quit [Quit: Quitte]
mmarker has quit [Ping timeout: 260 seconds]
TheSeven has quit [Ping timeout: 252 seconds]
TheSeven has joined #linux-sunxi
ganbold_ has joined #linux-sunxi
syeekick has quit [Quit: Leaving]
mmarker has joined #linux-sunxi
mmarker has quit [Remote host closed the connection]
mmarker has joined #linux-sunxi
rz2k has joined #linux-sunxi
FDCX_ has quit [Excess Flood]
deasy has quit [Excess Flood]
FDCX_ has joined #linux-sunxi
deasy has joined #linux-sunxi
Black_Horseman has quit [Remote host closed the connection]
indy has joined #linux-sunxi
fredy has quit [Excess Flood]
fredy has joined #linux-sunxi
CaptHindsight has quit [Ping timeout: 240 seconds]
CaptHindsight has joined #linux-sunxi
fredy has quit [Excess Flood]
fredy has joined #linux-sunxi
MasterChief10 has joined #linux-sunxi
MasterChief10 has quit [Quit: Leaving.]
TheSeven has quit [Ping timeout: 264 seconds]
FreezingCold has quit [Ping timeout: 260 seconds]
TheSeven has joined #linux-sunxi
gzamboni has quit [Ping timeout: 240 seconds]
gzamboni has joined #linux-sunxi
nicksydney has quit [Remote host closed the connection]
nicksydney has joined #linux-sunxi
Quarx has joined #linux-sunxi
Quarx|2 has joined #linux-sunxi
libcg has joined #linux-sunxi
Quarx has quit [Ping timeout: 252 seconds]
bonbons has joined #linux-sunxi
kivutar has joined #linux-sunxi
Quarx|2 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
FR^2 has joined #linux-sunxi
TheSeven has quit [Ping timeout: 245 seconds]
TheSeven has joined #linux-sunxi
paulk-aldrin has joined #linux-sunxi
bertrik has joined #linux-sunxi
<TheSeven> anyone seen this before? http://paste.pm/h50.c
<TheSeven> that's a BUG_ON(!list_empty(&work->entry));
kuldeepdhaka has joined #linux-sunxi
bgal has joined #linux-sunxi
orly_owl has quit [Quit: leaving]
orly_owl has joined #linux-sunxi
<TheSeven> ok, that was indeed a (fairly simple) driver bug
<TheSeven> anyone interested in a fix for the rtl8192cu driver?
<mnemoc> send it to the ML. be sure to specify to which tree applies
ZetaNeta has quit [Ping timeout: 252 seconds]
<mnemoc> Nyuutwo: can you submit the fix for inet k100's u-boot to our ML?
<libv> mnemoc: if he's not fast enough, i might just get my fix in ;)
<mnemoc> then do so :p
* libv has several u-boot patches sitting around
<libv> :)
kuldeepdhaka_ has joined #linux-sunxi
kuldeepdhaka has quit [Ping timeout: 264 seconds]
kuldeepdhaka_ has quit [Ping timeout: 264 seconds]
kuldeepdhaka__ has joined #linux-sunxi
nedko has quit [Ping timeout: 264 seconds]
nedko has joined #linux-sunxi
nedko has joined #linux-sunxi
nedko has quit [Changing host]
kuldeepdhaka__ is now known as kuldeepdhaka
VargaD has quit [Ping timeout: 260 seconds]
<Nyuutwo> mnemoc: send patches
<Nyuutwo> *sent
kuldeepdhaka has quit [Ping timeout: 240 seconds]
kuldeepdhaka_ has joined #linux-sunxi
Netlynx has joined #linux-sunxi
<libv> we really need a touchscreen wiki page
<libv> currently everyone is crapping in their own little corner
<mnemoc> there are four different inet devices in u-boot and all follow a different naming scheme -.-
<mnemoc> inetN inet_N and, in the case of this k100, just N
<libv> mnemoc: there are probably more
<mnemoc> indeed
<libv> mnemoc: following my wiki devices cleanup, both u-boot and boards need mass renaming
<Nyuutwo> libv: fixing uboot config?
<libv> Nyuutwo: with respect to what?
<libv> Nyuutwo: read emails first :)
<Nyuutwo> k
<libv> mnemoc: we really need to be very strict about wiki + u-boot + boards
<libv> mnemoc: otherwise we will have to keep on doing renaming and other fixes all the time
Undertasker has joined #linux-sunxi
<libv> and i still need to do the gpl violations thing we talked about yesterday
<libv> and debug why the id pin doesn't work yet on my a20 tablet usb work
<mnemoc> I'm writting unholy glue to allow forward porting drivers from sunxi-3.4 to sunxi-3.14 :p
<mnemoc> sunxi-3.14 currently is v3.14.5 + all extra sunxi stuff in torvalds/maste
<libv> what we really could use is a tree with all known sdk versions amassed, so that the differences between them become clear
<libv> didn't you at one point get an allwinner git repo?
<libv> where, hopefully, individual commits could be visible?
<mnemoc> yes, but from january 2013
<mnemoc> they are in my personal github
<libv> ah, cool, then the a20 usb code should be split out there already
<Nyuutwo> so how I should push new version of patch with corrected things? i used git send-email for first
<mnemoc> Nyuutwo: use -v2 when calling git format-patch
<Nyuutwo> thx
<Nyuutwo> sent
nedko has quit [Ping timeout: 252 seconds]
nedko has joined #linux-sunxi
nedko has quit [Changing host]
nedko has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
nedko has quit [Ping timeout: 252 seconds]
nedko has joined #linux-sunxi
nedko has quit [Changing host]
nedko has joined #linux-sunxi
paulk-aldrin has quit [Remote host closed the connection]
kuldeepdhaka_ has quit [Ping timeout: 255 seconds]
Nazcafan has joined #linux-sunxi
nedko has quit [Ping timeout: 264 seconds]
nedko has joined #linux-sunxi
nedko has joined #linux-sunxi
nedko has quit [Changing host]
cosm has quit [Ping timeout: 265 seconds]
kuldeepdhaka has joined #linux-sunxi
nedko has quit [Ping timeout: 252 seconds]
<Deskwizard> I have one of the stupidest question ever ...
<Deskwizard> I cant seem to run menuconfig on the lichee 3.4.29 (iirc) kernel...
nedko has joined #linux-sunxi
nedko has quit [Changing host]
nedko has joined #linux-sunxi
<Deskwizard> im sure its me that isnt doing it correctly but yeah... I enabled some config settings I know wont make new options appear, but for the WiFi It worries me...
nedko has quit [Ping timeout: 240 seconds]
nedko has joined #linux-sunxi
<libv> Deskwizard: it is a very stupid question indeed
<libv> Deskwizard: because you just whined about not being able to do something
<libv> without giving any quantification as to why you are not able to do that thing
<libv> you just whined.
<Deskwizard> Good point.
<Deskwizard> I get "make: *** No rule to make target `menuconfig'. Stop.
<Deskwizard> when I try to run (as per the wiki): make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig
atsampson has quit [Ping timeout: 252 seconds]
VargaD has joined #linux-sunxi
<libv> Deskwizard: have you tried running this in the top directory of the linux-sunxi tree?
<Deskwizard> libv: I will come back to this later, I have to go, thanks for the tip on questions, I will try to be clearer and not just whine next time
FreezingCold has joined #linux-sunxi
<Nazcafan> libv, anything new on the lima and KMS driver front lately? I got to watch the video at fosdem where you were about a few weeks from having something releasable
atsampson has joined #linux-sunxi
MasterChief10 has joined #linux-sunxi
<MasterChief10> Hi, How to program A13 Olinuxino Micro bare metal without Uboot?
<MasterChief10> I've seen this files, compiled, but don't understand what they are doing https://github.com/hno/Allwinner-Info/tree/master/A13/test1
Undertasker has quit [Quit: Leaving.]
Undertasker has joined #linux-sunxi
Deskwizard has quit [Read error: Connection reset by peer]
Black_Horseman has quit [Quit: Zwi se logou mou!!!]
Black_Horseman has joined #linux-sunxi
Black_Horseman has quit [Changing host]
Black_Horseman has joined #linux-sunxi
bsdfox has quit [Ping timeout: 252 seconds]
xavia has joined #linux-sunxi
xavia has quit [Read error: Connection reset by peer]
avsm has joined #linux-sunxi
MasterChief10 has quit [Ping timeout: 252 seconds]
avsm has quit [Client Quit]
ganbold_ has quit [Remote host closed the connection]
ganbold_ has joined #linux-sunxi
Undertasker has quit [Quit: Leaving.]
bsdfox has joined #linux-sunxi
ZetaNeta has joined #linux-sunxi
sehraf has joined #linux-sunxi
ZetaNeta has quit [Client Quit]
ZetaNeta has joined #linux-sunxi
sehraf has quit [Ping timeout: 245 seconds]
<libv> Nazcafan: i have been very lethargic codewise since fosdem
prahal has joined #linux-sunxi
Undertasker has joined #linux-sunxi
sehraf has joined #linux-sunxi
<Nazcafan> libv, can't really criticize, when I have personal projects, life gets usually in the way quite quickly
Undertasker has quit [Quit: Leaving.]
paulk-aldrin has joined #linux-sunxi
Nazcafan has quit [Ping timeout: 256 seconds]
bgal has quit [Ping timeout: 260 seconds]
prahal has quit [Ping timeout: 240 seconds]
prahal has joined #linux-sunxi
prahal has quit [Ping timeout: 265 seconds]
<Nyuutwo> is it normal as I get incomplete xfer on i2c bus?
Undertasker has joined #linux-sunxi
prahal has joined #linux-sunxi
fredy has quit [Excess Flood]
fredy has joined #linux-sunxi
prahal has quit [Ping timeout: 252 seconds]
ninolein has quit [Ping timeout: 252 seconds]
ninolein has joined #linux-sunxi
<mnemoc> do you remember where is the code to translate the md.b of dramc into a registry dump for u-boot's struct?
popolon has joined #linux-sunxi
rz2k has quit []
<ssvb> mnemoc: do you mean https://github.com/maxnet/a10-meminfo or something else?
<mnemoc> ssvb: that reads the /dev/mem directly, from a running android. my android doesn't give me a prompt...
<mnemoc> but I do have u-boot prompt
<mnemoc> and would rpefer to avoud having to deal with this modified android..
avsm has joined #linux-sunxi
issueat has joined #linux-sunxi
bgal has joined #linux-sunxi
Undertasker has quit [Quit: Leaving.]
Netlynx has quit [Quit: Leaving]
<Turl> Nyuutwo: if there's nothing on the other side at that address, yes
<Nyuutwo> heh
<Nyuutwo> I fixed touchpad
<Nyuutwo> it just needs flipping both axes
<Turl> mnemoc: you can use any terminal app from the store and runit
<Turl> run it*
<Turl> mturquette: hi, I've just sent you the pull request for this cycle
<mnemoc> Turl: I remember hno used to get the dramc info from md.b's output
<mnemoc> Turl: I don't have an spare display for this thing :\ .... expected a getty -L /dev/console from android, but this one doesn't
<mnemoc> (mele m3)
Undertasker has joined #linux-sunxi
<Turl> mnemoc: are you 200% sure it doesn't?
<Turl> some do but it's silent
<Turl> like, no prompt or anything
<mnemoc> let me try typing
<mnemoc> dfh
<mnemoc> /dev/ttyS0[8]: dfh: not found
<mnemoc> :D
<mnemoc> system/bin/sh
<mnemoc> root@android:/ #
<mnemoc> much better
<mnemoc> Turl: thanks for the hint
<Turl> np :)
FR^2 has quit [Quit: Leaving]
Deskwizard has joined #linux-sunxi
cajg has quit [Ping timeout: 264 seconds]
tinti has joined #linux-sunxi
seppel has joined #linux-sunxi
seppel has quit [Quit: Leaving]
seppel has joined #linux-sunxi
seppel has quit [Client Quit]
kivutar has quit [Ping timeout: 240 seconds]
kivutar has joined #linux-sunxi
[hawk] has quit [Quit: Konversation terminated!]
[hawk] has joined #linux-sunxi
avsm has quit [Quit: Leaving.]
<TheSeven> hm, are there any known stability issues with SD/MMC on current linux-sunxi master? or am I just dealing with a flaky card here?
<mnemoc> try an older tag
<mnemoc> that last -rN with N>0
libcg has quit [Ping timeout: 252 seconds]
<TheSeven> so 3.4.90-r1?
tinti has quit [Quit: Leaving]
tinti has joined #linux-sunxi
SK has joined #linux-sunxi
tinti has quit [Remote host closed the connection]
<mnemoc> that or the -rN, N>0 before that
<TheSeven> looks like there were no actual code commits between 90-r1 and the point where I cloned master anyway
<mnemoc> TheSeven: breakage in -r0 comes from merging v3.4.x or android-3.4
kivutar has quit [Ping timeout: 252 seconds]
SK has quit [Quit: SK]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
Undertasker has left #linux-sunxi [#linux-sunxi]
tomboy65 has quit [Ping timeout: 272 seconds]
tomboy65 has joined #linux-sunxi
nicksydney has quit [Remote host closed the connection]
<Nyuutwo> which battery applet works with sunxi
sehraf has quit [Read error: Connection reset by peer]
paulk-aldrin has quit [Quit: Ex-Chat]
cajg has joined #linux-sunxi
<TheSeven> Nyuutwo: I'm using gnome-flashback on my A20, and the battery applet works just fine
Skaag has quit [Read error: Connection reset by peer]
Skaag has joined #linux-sunxi
<TheSeven> mnemoc: testing indeed suggests that this is a regression between sunxi-v3.4.90-r1 and current master
<mnemoc> cool. now you can bisect :p
<TheSeven> however as it only occurs after quite some time I can't really be sure
<TheSeven> and I wouldn't really trust that card to work right either
bgal has quit [Ping timeout: 264 seconds]
<TheSeven> it stopped responding reproducibly after a few minutes of GUI booting up etc. with master, and I haven't managed to make it fail with sunxi-v3.4.90-r1 yet
Turl has quit [*.net *.split]
Turl has joined #linux-sunxi
Skaag has quit [Read error: Connection reset by peer]
bertrik has quit [Remote host closed the connection]
Skaag has joined #linux-sunxi
Skaag is now known as Skaag
issueat has quit [Remote host closed the connection]
fredy has quit [Excess Flood]
* libv checks the wiki for a mele m3 page
kivutar has joined #linux-sunxi
<libv> mnemoc: well?
fredy has joined #linux-sunxi
<mnemoc> :)
<mnemoc> will do. promised.
kivutar has quit [Quit: Ex-Chat]
BMK has joined #linux-sunxi
ZetaNeta has quit [Quit: Leaving]
BMK has quit [Client Quit]
ganbold_ has quit [Remote host closed the connection]
CaptHindsight has quit [Read error: Connection reset by peer]