rz2k changed the topic of #linux-sunxi to: Allwinner/sunxi development discussion - Don't ask to ask. Just ask and wait! - See http://linux-sunxi.org | https://github.com/linux-sunxi/ | Logs at http://irclog.whitequark.org/linux-sunxi | FOSDEM talks - http://dl.linux-sunxi.org/users/nove/sunxi_at_fosdem2014/
rz2k has quit []
<tonikasch> thanks and bye!
tonikasch has quit [Quit: Bye!]
Night-Shade has quit [Ping timeout: 240 seconds]
<mrnuke> OK, just sent a patch to the newsgroup-theory based list via email
<Turl> mrnuke: you mean you sent a normal email?
<mrnuke> yeah
<Turl> I haven't had a look at the x-powers-axp209.dtsi file but the include there looks fishy
<Turl> still, it's weird to define it that way I guess
<Turl> the address must be different to warrant that
<mrnuke> the chip address you mean?
<Turl> yeah, on the i2c bu
<Turl> bus
<mrnuke> that's constant for all AXP209's in the world
<Turl> yeah but I think it supports axp202 or some other number
<Turl> may have a diff address
<mrnuke> the whole AXP209 code is fishy... you need I2C=y (=m won't work) to be able to enable AXP209 suppport
<mrnuke> AXP202 datasheet claims same address
<Turl> mrnuke: probably because of shutdown
<mrnuke> shutdown? what does that have to do?
<Turl> ccaione: ^ ?
<Turl> mrnuke: it may only be registrable on boot or something, dunno
<Turl> just guessing here
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
FreezingCold has quit [Remote host closed the connection]
FreezingCold has joined #linux-sunxi
deasy has joined #linux-sunxi
hypophthalmus has joined #linux-sunxi
hypophthalmus has quit [Client Quit]
TheSeven has quit [Read error: Operation timed out]
FDCX has quit [Read error: Connection reset by peer]
hypophthalmus has joined #linux-sunxi
geecko has quit [Ping timeout: 264 seconds]
TheSeven has joined #linux-sunxi
newleaves_ has joined #linux-sunxi
FDCX has joined #linux-sunxi
<mrnuke> hmm, does phy_sun4i_usb handle OTG, or is OTG still a long ways from happenig
<mrnuke> ?
Black_Horseman has quit [Ping timeout: 265 seconds]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
<Turl> mrnuke: no idea
<Turl> mrnuke: OTG would be musb
<hypophthalmus> mrnuke: After changing the sun4i-a10.dtsi file to fix mmc, do I just need to rebuild the dtb again?
<mrnuke> hypophthalmus: yeah, pretty much
<hypophthalmus> But... it's acting the same for me.
<mrnuke> Turl: these Kconfig options are too darn abundant. You never know what you should be looking for
<mrnuke> hypophthalmus: $ rm arch/arm/boot/dts/sun4i-a10-cubieboard.dtb && make dtbs
<hypophthalmus> Did that (except that it was sun4i-a10-a1000.dtb).
<Turl> mrnuke: there should be no need to rm, make is smart enough :)
<mrnuke> hypophthalmus: ok, the a1000 one
<mrnuke> Turl: I don't always trust make
<mrnuke> hypophthalmus: you just applied http://paste.fedoraproject.org/84117/94487052/ on top of "* 6645067 ARM: sun6i: columbus: Enable the GMAC"?
<Turl> mrnuke: well, you can trust your eyes when you see the dtb being rebuilt when running make dtbs :p
<mrnuke> Turl: I didn't see it today when I changed the a10 dtsi and rebuilt
egbert has quit [Ping timeout: 264 seconds]
<mrnuke> so I'm assuming dtsi s are not tracked for some reason
<mrnuke> hypophthalmus: are you sure uboot is getting the correct dtb?
<hypophthalmus> mrnuke: Yes.
egbert has joined #linux-sunxi
<hypophthalmus> And yes.
<mrnuke> hypophthalmus: same hang as before? getting an interrupt with mi zero?
<hypophthalmus> Yes.
<mrnuke> try rebuilding uImage for good measure
<Turl> hypophthalmus: are you using an a10 device?
<hypophthalmus> Turl: Yes.
<mrnuke> Turl: melee a1000
<mrnuke> if I spelled it correctly
<hypophthalmus> Close enough.
<mrnuke> hypophthalmus: have you ever used /dev/spidev ?
<hypophthalmus> Not as far as I'm aware, don't know what that is.
penghb has quit [Ping timeout: 265 seconds]
<mrnuke> Turl: ok then. seems your make is smarter than mine
<Turl> mrnuke: do you use apple make? :P
<mrnuke> Turl: nope
<Turl> (does such a thing even exist?)
penghb has joined #linux-sunxi
<mrnuke> Certainly Apple must have reinvented the apple
<hypophthalmus> I think make clean / reapplying the patch / make dtbs worked.
newleaves_ has quit [Ping timeout: 240 seconds]
<Turl> good night guys
newleaves_ has joined #linux-sunxi
<mrnuke> Turl: night
<mrnuke> hypophthalmus: dev/spidev* is a way to access SPI from userspace. I plan to use that with flashrom
<wens> mrnuke: sorry, OTG is still some time away. everytime I look at the code I get dizzy :/
<hypophthalmus> It's a little bit hard to tell because of how unreliable my serial connection is, but I think it's freezing here now: http://pastebin.com/yVwJVqR0
<mrnuke> wens: OK. Thanks for the info
<mrnuke> hmm, not seeing any SPI device in /sys/devices/soc.0/
<wens> oliv3r: the uploaded datasheet seems broken, only 27kb
<mrnuke> aha, soc dtsi declares spi, but board dts does not
apo has joined #linux-sunxi
apo_ has quit [Read error: Connection reset by peer]
<hypophthalmus> Apparently I just left something out of the kernel. Which I would have seen if my serial console weren't being flaky.
JohnDoe_71Rus has joined #linux-sunxi
undrwater has left #linux-sunxi [#linux-sunxi]
<mrnuke> mripard: I've tried dicking around with enabling SPI in cubieboard DT. How would you go around declaring the pin groups? And what about SPI functions that have 2 CS lines? Would you just declare the pingroups in the board dts?
<wens> declare the pingroups in the dtsi, then reference them in the controller node in the board dts
<mrnuke> some SPI peripherals use two CS lines (CS0 and CS1). Do I declare a pingroup with both lines, or a pingroup with CS0 and another with both?
<mrnuke> it seems that I'd be bloating the dtsi listing all possible combinations
<wens> maybe you can add one with just CS0, then a seperate pingroup with just CS1
<wens> for controllers requiring both CS lines, they will reference both pingroups
TheSeven has quit [Disconnected by services]
<mrnuke> what about SPI peripherals with 2 possible pins for each signal? that's 16 possible combinations?
[7] has joined #linux-sunxi
t3st3r has quit [Remote host closed the connection]
<wens> 3 pingroups then, 1 for just the CS0 pin, 1 for CS1, 1 for the rest
<wens> then the peripheral just reference whatever it needs?
<mrnuke> so spi0_cs0_a, spi0_cs0_b, spi0_mosi_a, spi0_mosi_b ... etc? Basically a group for each pin?
VargaD has quit [Read error: Operation timed out]
VargaD has joined #linux-sunxi
FreezingCold has quit [Ping timeout: 264 seconds]
hypophthalmus has left #linux-sunxi [#linux-sunxi]
<mrnuke> aah well. I'll think it again in the morning
<mrnuke> night!
hypophthalmus has joined #linux-sunxi
<hypophthalmus> Does anybody know anything about this: [root@earlgrey ~]# ifconfig eth0 up
<hypophthalmus> [ 131.797222] genirq: Flags mismatch irq 17. 00000000 (eth0) vs. 00000000 (eth0)
<hypophthalmus> SIOCSIFFLAGS: Resource temporarily unavailable
<wens> mrnuke: just spi0_cs0_a, spi0_cs1_a, spi0_a (which has the remaining pins)
newleaves_ has quit [Quit: Leaving]
code-ninja has joined #linux-sunxi
<code-ninja> ola!
code-ninja has quit [Read error: Connection reset by peer]
hypophthalmus has quit [Quit: Leaving.]
code-ninja has joined #linux-sunxi
HeHoPMaJIeH has joined #linux-sunxi
<code-ninja> anyone working on FocalTech Ft5x driver? for A20?
code-ninja has quit [Read error: Connection reset by peer]
<plaes> oh well
code-ninja has joined #linux-sunxi
<code-ninja> ?
_massi_ has joined #linux-sunxi
<code-ninja> oh well?
protoCall7 has joined #linux-sunxi
<plaes> ah.. I though you left :)
<plaes> the answer is that probably noone is working on that actively
<plaes> if you want to do it yourself, start by creating a wiki page containing info and link existing pages that mention it
<plaes> and I have seen some code dumps and patches on mailing list
t3st3r has joined #linux-sunxi
Night-Shade has joined #linux-sunxi
diego_r has joined #linux-sunxi
HeHoPMaJIeH has quit [Ping timeout: 264 seconds]
leviathanch2 has joined #linux-sunxi
HeHoPMaJIeH has joined #linux-sunxi
HeHoPMaJIeH has quit [Changing host]
HeHoPMaJIeH has joined #linux-sunxi
adasdsad has joined #linux-sunxi
leviathanch2 has quit [Remote host closed the connection]
leviathanch2 has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
Black_Horseman has quit [Changing host]
Black_Horseman has joined #linux-sunxi
adasdsad has left #linux-sunxi [#linux-sunxi]
bbrezillon has joined #linux-sunxi
bbrezillon has quit [Client Quit]
code-ninja has quit [Ping timeout: 240 seconds]
bbrezillon has joined #linux-sunxi
bbrezillon has quit [Client Quit]
y0g1 has quit [Ping timeout: 255 seconds]
bbrezillon has joined #linux-sunxi
bbrezillon has quit [Client Quit]
bbrezillon has joined #linux-sunxi
Night-Shade has quit [Read error: Operation timed out]
code-ninja has joined #linux-sunxi
<code-ninja> plaes, I have managed to get the touch working (thanks to info in the mailing lists) but the problem is I cannot register a touch event. I can drag around and make that blue box that we get when we drag the cursor but not the touch. :/
<code-ninja> the touch was inverted but fixed that... mailing lists pointed me to script.bin and it worked! And to top it, every thing is working fine on A13!
<code-ninja> ok well, I give up on touch screen. But the OTG refuses to work either. My tablet is listed in a Sunxi wiki (Inet k70HC) but the OTG cable doesn't work with it. Looking around, its a problem with the kernel and NOT the tablet (as the OTG works with Android). I'm 'diff''ing the sun4i and sun7i driver code to see the differences and add OTG support for my tablet.
rz2k has joined #linux-sunxi
popolon has joined #linux-sunxi
<protoCall7> Hi all, is it possible to get the a31s sdk? I see press releases about it, but no one seems to have a download.
protoCall7 has quit [Remote host closed the connection]
FR^2 has joined #linux-sunxi
ijc has quit [Excess Flood]
ijc_ has joined #linux-sunxi
sehraf has joined #linux-sunxi
leviathanch2_ has joined #linux-sunxi
leviathanch2 has quit [Read error: Connection reset by peer]
ijc_ is now known as ijc
leviathanch2_ has quit [Ping timeout: 240 seconds]
Net147 has joined #linux-sunxi
notmart has joined #linux-sunxi
notmart has joined #linux-sunxi
notmart has quit [Changing host]
<plaes> oliv3r: can you delete following images: File:Olimex_A20_02.jpg and File:Olimex_A20_01.jpg ?
enrico_ has joined #linux-sunxi
<code-ninja> ok so now the mouse pointer at least moves along with my finger but no touch functionality. Switched to Ubuntu 13.10 from 12.04.
tonikasch has joined #linux-sunxi
<buZz> code-ninja: to me, it sounds like you are describing what would happen if you rightclick on the screen
<buZz> maybe your buttons are swapped?
<buZz> or maybe middleclick
code-ninja has quit [Remote host closed the connection]
JohnDoe_71Rus has quit [Read error: Connection reset by peer]
JohnDoe_71Rus has joined #linux-sunxi
merbanan has quit [Ping timeout: 264 seconds]
JohnDoe_71Rus has quit [Read error: Connection reset by peer]
JohnDoe_71Rus has joined #linux-sunxi
JohnDoe_71Rus has quit [Client Quit]
JohnDoe_71Rus has joined #linux-sunxi
merbanan has joined #linux-sunxi
geecko has joined #linux-sunxi
<oliv3r> plaes: can't find them; if you have a direct link; i can
<oliv3r> wens: should be fixed now
y0g1 has joined #linux-sunxi
Guest21034 has quit [Quit: No Ping reply in 180 seconds.]
w00tc0d3 has joined #linux-sunxi
w00tc0d3 is now known as Guest57651
<oliv3r> mrnuke: does that post sound like you fixed it?> wrong dtb?
<mrnuke> oliv3r: fixed what?
<juanfont_> hi. i'm playing with nand-part, creating some partitions on the NAND. is there any limitation or restraint that should be honored? i'm having memory corruption after reboot on one of the partitions i've defined
<oliv3r> Turl: in the future; i'll re-do the 3.10 thing; and add sun6i stuff (its ommitted for now)
<oliv3r> probably easier then to 'just add sun6i patches'
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
<oliv3r> mrnuke: sun5i_mmc vs sun4i_mmc :)
FreezingCold has joined #linux-sunxi
Net147 has quit [Quit: HydraIRC -> http://www.hydrairc.com <-]
shineworld has joined #linux-sunxi
hansg has joined #linux-sunxi
leviathanch2 has joined #linux-sunxi
popolon has quit [Quit: Quitte]
mkutsevol has left #linux-sunxi [#linux-sunxi]
ganbold_ has joined #linux-sunxi
mkutsevol has joined #linux-sunxi
hansg has quit [Quit: Leaving]
Black_Horseman has quit [Quit: Zwi se logou mou!!!]
geecko has quit [Read error: Connection reset by peer]
deasy has joined #linux-sunxi
geecko has joined #linux-sunxi
tonikasch has quit [Ping timeout: 252 seconds]
tonikasch has joined #linux-sunxi
leviathanch2 has quit [Ping timeout: 240 seconds]
naobsd has joined #linux-sunxi
ZetaNeta has quit [Ping timeout: 240 seconds]
nazcafan has quit [Quit: Page closed]
leviathanch2 has joined #linux-sunxi
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
deasy has joined #linux-sunxi
tucan_ has joined #linux-sunxi
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
tucan_ has left #linux-sunxi [#linux-sunxi]
<Turl> libv: ^
deasy has joined #linux-sunxi
<oliv3r> Turl: but powervr!
<libv> Turl: A31 :((((
<libv> allwinner can keep that crap.
<shineworld> actually I'm using powervr with anothter tablet and is very FAST
<Turl> oliv3r: libv: it can help pave the way for A23 and A80 though. We're gonna go obsolete rather soon if we don't start moving
Uninstall has joined #linux-sunxi
<Uninstall> Hello *
<shineworld> what is bad with powervr ?
<oliv3r> Turl: but i'm getting an A23 powered tablet from eva :)
<Turl> shineworld: no driver
<oliv3r> 'soon'
<mrnuke> oliv3r: yeah, I sixed sun4i dtsi and now MMC works again on cubie
<oliv3r> also a31 tablet to develop with will be horr-ible.
<Turl> oliv3r: why?
<oliv3r> Turl: remember no sd card boot by default?
<mrnuke> well, fixed, not sized
<Uninstall> do you know any reason about why I should use fbturbo instead of http://malideveloper.arm.com/develop-for-mali/drivers/open-source-mali-gpus-linux-exadri2-and-x11-display-drivers/ on my olinuxino A20 board?
<Turl> oliv3r: is that on tablets as well?
<Turl> Uninstall: because TURBO! :p
<Turl> Uninstall: it's faster
<Uninstall> lol
<Uninstall> is it a serious answer?
<Turl> fast is always good right?
<Turl> yes
<Turl> unless you prefer slow systems
<Turl> then use the mali driver
<oliv3r> Turl: of course, a31 is the same all over, and it requires pins to set the boot order
<Uninstall> well, I need full EGL support to run QtQuick2
<libv> oliv3r: you're still "getting" it, two or three weeks on?
<mripard> oliv3r: on the melee, you have a button to boot on sd card, maybe it's the same on the tablet
<mripard> Turl: so, you're saying that the powervr is good, right ? :)
<libv> Uninstall: because the guy who develops it is right here?
<libv> in this channel?
<Uninstall> I didn't know this ;)
<Uninstall> anyway fbturbo has a strange behaviour: when I use Rotate "CW" it rotates the screen but it doesn't rotate the mouse region
<Turl> mripard: nah, but if we keep skipping things "because powervr" it's gonna hurt big time when we get mali A60 or whatever
<Uninstall> I mean that mouse pointer is clipped inside on a smaller rectangular region...
<Turl> maybe a hw cursor bug?
<mripard> Turl: I know... :)
<oliv3r> mripard: fair point of course; i doubt that these cheap tablets have a button however :(
<Turl> oliv3r: asking doesn't hurt :p
<oliv3r> libv: i think she'd say when she'd ship it; nothing as of yet
<Uninstall> by the way If I use fbdev driver instead of fbturbo I don't get this problem
<oliv3r> Turl: i guess i can bug her for it :p
HeHoPMaJIeH has quit [Remote host closed the connection]
<Uninstall> cool, I'll give a try to it
<ssvb> Uninstall: btw, rotated desktop is slower
<Uninstall> Turl: cool, problem solved
<Uninstall> ssvb: ok, thank you
<oliv3r> Turl: you are right that we have to get moving
<ssvb> Uninstall: just wonder how important is it for you
<oliv3r> buy an cheap A23 tablet and get coding!
<oliv3r> a23 is 'just like' a31 anyway, so you can get way ahead for when a60 comes
tonikasch has quit [Remote host closed the connection]
<wens> oliv3r: I'm waiting for my replacement
<Uninstall> ssvb: I just to display some graphics with some numbers and some small animations
<Uninstall> I just have to*
<Uninstall> I don't think it will hurt me too much
<libv> plaes: while you're at the a20 olinuxino page, can you run through the full new device page?
<oliv3r> wens: a23? i re-uploaded the axp221 sheet
leviathanch2 has quit [Ping timeout: 240 seconds]
<wens> oliv3r: yeah a23 :)
<Uninstall> by the way qtquick2 doesn't work :/
<ssvb> Uninstall: doesn't work is not a good description
<Uninstall> I have no QtQuick 2 window
<Uninstall> I get mouse events for it
<Uninstall> but it is not displayed
<ssvb> Uninstall: what is your hardware and kernel?
<Uninstall> ssvb: olinuxino A20
<Uninstall> Linux localhost 3.4.67 #1 SMP PREEMPT Mon Mar 10 01:48:15 UTC 2014 armv7l armv7l armv7l GNU/Linux
<ssvb> Uninstall: does a simple triangle test work?
<Uninstall> ssvb: I'm running a simple QtQuick2 test with 2 rectangles
<ssvb> Uninstall: http://linux-sunxi.org/Binary_drivers#Verifying_the_EGL.2FGLES_driver_stack
<ssvb> Uninstall: otherwise we don't know if it's a problem with Qt or with the drivers
<libv> mrnuke: just subscribe to the list
<Uninstall> ok
<ssvb> Uninstall: olinuxino A20 has only 1GB of RAM, so at least it is not affected by https://github.com/ssvb/xf86-video-fbturbo/issues/27
leviathanch2 has joined #linux-sunxi
Wizzup has quit [Remote host closed the connection]
Wizzup has joined #linux-sunxi
<Uninstall> ssvb: test app works for me
<Uninstall> and now everything works... I need to check devel package or something like that
leviathanch2 has quit [Ping timeout: 264 seconds]
<ssvb> Uninstall: what was the problem?
<ssvb> anyway, expect really bad performance because of rotation (which is done in software, plus extra buffer copy)
<Uninstall> ssvb: I don't know yet, I have to investigate, I'll tell you :)
<Uninstall> ssvb: ok, I have been warned and I'll keep it in mind :)
leviathanch2 has joined #linux-sunxi
nedko has quit [Ping timeout: 244 seconds]
<ssvb> Uninstall: if you only need to run a fullscreen Qt application, then perhaps a better solution would be to hack the Qt GLES code to add rotation there for free
<Uninstall> ssvb: no... sadly I'm running some legacy stuff too :/
nedko has joined #linux-sunxi
nedko has quit [Client Quit]
nedko has joined #linux-sunxi
nedko has joined #linux-sunxi
nedko has quit [Changing host]
leviathanch2 has quit [Ping timeout: 240 seconds]
<rellla> ssvb: let me guess, you had a brilliant idea tonight, how to fix g2d? :p
<ssvb> rellla: fix what? the irq problem?
<rellla> yep ;)
<ssvb> rellla: I would have to reproduce it first
<libv> wow, second translation that inserts horrible commercial links
<libv> Another reason why translations are bad.
FreezingCold has quit [Ping timeout: 244 seconds]
leviathanch2 has joined #linux-sunxi
FreezingCold has joined #linux-sunxi
_hipboi_ has quit [Read error: Connection reset by peer]
_hipboi_ has joined #linux-sunxi
leviathanch2 has quit [Ping timeout: 264 seconds]
mturquet1e is now known as mturquette
mturquette has quit [Changing host]
mturquette has joined #linux-sunxi
leviathanch2 has joined #linux-sunxi
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
lag has joined #linux-sunxi
<lag> mripard: Ah!
<lag> mripard: I believe I just found you - ignore my email :)
<lag> Wow, there are a lot of people interested in sunxi!
<lag> How many people working on Mainline?
<lag> ccaione: You guys are organised, nice!
FreezingCold has quit [Ping timeout: 240 seconds]
<lag> ccaione: No mention of MMC/SD?
<lag> ccaione: How do you guys mount filesystems?
<ccaione> lag: initramfs atm :)
<lag> ccaione: Ah, I have that already
<lag> ccaione: Wanted to boot into Ubuntu
<lag> ccaione: How big can initramfs be?
<ccaione> hooo you are Lee, nice to have you in the channel :)
<lag> ccaione: I am
<ccaione> lag: no idea about size honestly
<lag> ccaione: How do you know who I am?
* lag is a bit frighted :)
<ccaione> you reviewed my patch, and you have full name in /whois
<lag> ccaione: Ah, I see
<lag> ccaione: So I don't see any plans to work on the MMC driver at all
<lag> ccaione: Is that the case, or has it just been left out for some reason?
<ccaione> uhm, I think someone else can answer better than me oliv3r Turl mnemoc ^^^
<ccaione> bbl
<lag> ccaione: Sure, thanks for your help
Playdo has joined #linux-sunxi
Playdo has quit [Client Quit]
diego_r has quit [Quit: Konversation terminated!]
hypophthalmus has joined #linux-sunxi
leviathanch2 has quit [Ping timeout: 252 seconds]
<bfree_> lag: mmc is hiding in sdio driver on that page afair ... there are patches applied in https://github.com/linux-sunxi/linux-sunxi/commits/sunxi-devel?page=2 it's not in mainline, but it's still possible for 3.15 (which will should have sata and usb also hopefully). hans "[linux-sunxi] sunxi-devel branch updated to 3.14-rc5" post to the mailing list also outlines things
leviathanch2 has joined #linux-sunxi
<lag> bfree_: Thanks a bunch
notmart has quit [Quit: notmart terminated!]
leviathanch2 has quit [Quit: No Ping reply in 180 seconds.]
leviathanch2 has joined #linux-sunxi
hypophthalmus has quit [Quit: Leaving.]
enrico_ has quit [Quit: Bye]
deasy has joined #linux-sunxi
FreezingCold has joined #linux-sunxi
stylesuxx1 has joined #linux-sunxi
<stylesuxx1> Hey guys, I have a problem getting the g_mass_storage module working on my A20 dev board. I already posted my question, including some log messages here => https://www.olimex.com/forum/index.php?topic=2827.0 and now I thought I might ask directly at the "source" if anyone has an idea what I am missing, or maybe can point me in the right direction.
leviathanch2 has quit [Ping timeout: 240 seconds]
hypophthalmus has joined #linux-sunxi
<sehraf> does the 3.4 kernel support the Security System (on an A20)?
Faisal has joined #linux-sunxi
bertrik has joined #linux-sunxi
bertrik has quit [Changing host]
bertrik has joined #linux-sunxi
nove has joined #linux-sunxi
netlynx has joined #linux-sunxi
geecko has quit [Ping timeout: 240 seconds]
<mrnuke> oliv3r: yeah, I fixed my mmc. it works again on my cubie
<mrnuke> libv: no, thank you :)
y0g1 has quit [Ping timeout: 255 seconds]
y0g1 has joined #linux-sunxi
stylesuxx1 has quit [Quit: Leaving.]
Nyuutwo has quit [Read error: Connection reset by peer]
rz2k has quit []
geecko has joined #linux-sunxi
Nyuutwo has joined #linux-sunxi
<libv> mrnuke: suit yourself.
deffrag has joined #linux-sunxi
geecko has quit [Ping timeout: 252 seconds]
Night-Shade has joined #linux-sunxi
hypophthalmus has quit [Quit: Leaving.]
netlynx has quit [Quit: Leaving]
FR^2 has quit [Quit: Connection reset by peer]
aaribaud has quit [Ping timeout: 240 seconds]
protoCall7 has joined #linux-sunxi
fagotik has joined #linux-sunxi
nedko has quit [Ping timeout: 265 seconds]
nedko has joined #linux-sunxi
fagotik has quit [Remote host closed the connection]
aaribaud has joined #linux-sunxi
<mrnuke> libv: I may end up subscribing to the list. No promises, however
Black_Horseman has joined #linux-sunxi
dlan^_ has joined #linux-sunxi
<protoCall7> Hi all, does anyone know why doing an adb reboot bootloader on an a31s device would cause it to hang on bootup forever?
<protoCall7> i got it to come back to life with LiveSuit, but having fastboot (if it's supported) would make my life much easier :)
deffrag has quit [Ping timeout: 264 seconds]
_whitelogger has joined #linux-sunxi
on1x- has joined #linux-sunxi
leviathanch has joined #linux-sunxi
[7] has quit [Disconnected by services]
TheSeven has joined #linux-sunxi
kokoboko has joined #linux-sunxi
selsinork has joined #linux-sunxi
ganbold_ has quit [*.net *.split]
penghb has quit [*.net *.split]
egbert has quit [*.net *.split]
apo has quit [*.net *.split]
pwhalen has quit [*.net *.split]
lag has quit [*.net *.split]
rm has quit [*.net *.split]
bluse_ has quit [*.net *.split]
Tartarus has quit [*.net *.split]
tomboy64 has quit [*.net *.split]
Relkin has quit [*.net *.split]
WarheadsSE has quit [*.net *.split]
Tartarus has joined #linux-sunxi
captainigloo has joined #linux-sunxi
rah has joined #linux-sunxi
jukivili has joined #linux-sunxi
gzamboni_ has joined #linux-sunxi
lag has joined #linux-sunxi
lag has joined #linux-sunxi
lag has quit [Changing host]
apo has joined #linux-sunxi
sehraf has joined #linux-sunxi
deffrag has joined #linux-sunxi
pwhalen has joined #linux-sunxi
pwhalen has joined #linux-sunxi
pwhalen has quit [Changing host]
ganbold_ has joined #linux-sunxi
Relkin has joined #linux-sunxi
dlan^ has quit [*.net *.split]
aep has quit [*.net *.split]
honx has quit [*.net *.split]
[xeros] has quit [*.net *.split]
lioka_ has quit [*.net *.split]
mturquet1e has quit [*.net *.split]
Faisal has quit [*.net *.split]
mkutsevol has quit [*.net *.split]
ijc has quit [*.net *.split]
mrnuke has quit [*.net *.split]
tgaz has quit [*.net *.split]
cajg has quit [*.net *.split]
sulky has quit [*.net *.split]
steev has quit [*.net *.split]
uwe_ has quit [*.net *.split]
ynezz has quit [*.net *.split]
oliv3r has quit [*.net *.split]
bamvor has quit [*.net *.split]
forcev has quit [*.net *.split]
heffer_ has quit [*.net *.split]
montjoie[home] has quit [*.net *.split]
tkoskine has quit [*.net *.split]
ojn_ has joined #linux-sunxi
rm has joined #linux-sunxi
penghb has joined #linux-sunxi
WarheadsSE has joined #linux-sunxi
egbert has joined #linux-sunxi
tkoskine has joined #linux-sunxi
steev has joined #linux-sunxi
Faisal has joined #linux-sunxi
ijc has joined #linux-sunxi
xeros has joined #linux-sunxi
mturquet1e has joined #linux-sunxi
sulky has joined #linux-sunxi
cajg has joined #linux-sunxi
oliv3r has joined #linux-sunxi
tgaz has joined #linux-sunxi
ynezz has joined #linux-sunxi
mrnuke has joined #linux-sunxi
mkutsevol has joined #linux-sunxi
uwe_ has joined #linux-sunxi
lioka_ has joined #linux-sunxi
montjoie[home] has joined #linux-sunxi
heffer_ has joined #linux-sunxi
bamvor has joined #linux-sunxi
npcomp has joined #linux-sunxi
forcev has joined #linux-sunxi
ccube has joined #linux-sunxi
sulky has quit [Max SendQ exceeded]
tomboy64 has joined #linux-sunxi
sulky has joined #linux-sunxi
naobsd has quit [Ping timeout: 245 seconds]
shineworld has joined #linux-sunxi
shineworld has left #linux-sunxi [#linux-sunxi]
nedko has quit [Ping timeout: 265 seconds]
nedko has joined #linux-sunxi
nedko has quit [Changing host]
nedko has joined #linux-sunxi
bluse_ has joined #linux-sunxi
Nyuutwo has quit [Quit: No Ping reply in 180 seconds.]
Nyuutwo has joined #linux-sunxi
kokoboko has quit [Quit: Page closed]
nedko has quit [Ping timeout: 245 seconds]
nedko has joined #linux-sunxi
nedko has quit [Changing host]
nedko has joined #linux-sunxi
<memleak> how is the SATA support coming along for sunxi branch of u-boot-sunxi?
<oliv3r> about to get merged; why?
<memleak> oh sweet!
<memleak> that's perfect! thanks!
<memleak> reasoning: to stop burning through SD cards with all those r/ws and faster speed
<memleak> 3.5'' inch drives require external PSU yes
<memleak> ?
<oliv3r> 3.5"? absolutly
<oliv3r> you'll still need an sd card even when it merges
<oliv3r> or SPI :p
<oliv3r> the chip won't be able to boot from sata
<memleak> why no NAND -> SATA?
<oliv3r> oh yeah; i suppose that'll work
<oliv3r> though you are then limited to the u-boot that has nand support, so there are some limits in what you can boot of course
<oliv3r> and THAT u-boot won't ever have sata support
<oliv3r> well not likly
<memleak> ah
<oliv3r> i've gota few really old and small sd cards that i use for that purpouse
<oliv3r> a 128 MiB SD card is not so usefull today; but u-boot + kernel fit nicely
<oliv3r> so i load that off it
<oliv3r> with u-boot having sata support; only u-boot needs to live there ;)
Wizzup_ is now known as Wizzup
<memleak> exactly, but... that most likely will not happen
<memleak> correct? :P
nedko has quit [Ping timeout: 246 seconds]
y0g1 has quit [Ping timeout: 255 seconds]
nedko has joined #linux-sunxi
<Turl> sehraf: no, but montjoie[home] was working on it last I checked. The performance wasn't that great yet, but the offloading of the cpu may still hold some value
<Turl> protoCall7: "bootloader" may be FEL mode. Have you tried adb reboot fastboot?
<sehraf> Turl: good to know there is some progress going on :)
lioka_ is now known as lioka
lioka has quit [Changing host]
lioka has joined #linux-sunxi
hypophthalmus has joined #linux-sunxi
techn_ has joined #linux-sunxi
techn__ has quit [Ping timeout: 252 seconds]
nedko has quit [Ping timeout: 246 seconds]
nedko has joined #linux-sunxi
FreezingCold has quit [Read error: Operation timed out]
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-sunxi
hypophthalmus has quit [Quit: Leaving.]
geecko has joined #linux-sunxi
ganbold_ has quit [Remote host closed the connection]
hypophthalmus has joined #linux-sunxi
hypophthalmus has quit [Client Quit]
FreezingCold has joined #linux-sunxi
ojn_ is now known as ojn
Night-Shade has quit [Ping timeout: 264 seconds]
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-sunxi
bertrik has quit [Remote host closed the connection]
geecko has quit [Ping timeout: 245 seconds]
hypophthalmus has joined #linux-sunxi
geecko has joined #linux-sunxi
FreezingCold has quit [Ping timeout: 264 seconds]