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
Zboonet has quit [Ping timeout: 255 seconds]
protoCall7 has quit [Quit: protoCall7]
avsm has joined #linux-sunxi
Zboonet has joined #linux-sunxi
leviathanch2 has quit [Ping timeout: 240 seconds]
physis has joined #linux-sunxi
bhag has quit [Ping timeout: 255 seconds]
<libv> ssvb: adding 1024x768 on hdmi seems very doable indeed
<libv> on u-boot
<ssvb> libv: that's a great news, thanks
Renard has quit [Remote host closed the connection]
prahal has quit [Quit: prahal]
<libv> it will not be of much use without usb keyboard support, but i guess that that is for the future anyway
wingrime1 has joined #linux-sunxi
wingrime1 has quit [Read error: Connection reset by peer]
wingrime1 has joined #linux-sunxi
<Turl> libv: usb should be supported already with arokux's patches
wingrime has quit [Ping timeout: 245 seconds]
<libv> ah, so there are patches about for that
<libv> cool
<libv> hrm, the interesting bit will be to limit initialization to the bare minimum to get hpd to work
<libv> and to only do the rest of init later on
<libv> with the kms driver, most of the display engine is enabled anyway
<Turl> libv: and sane keyboards should be handled by ./common/usb_kbd.c once usb is up
Deskwizard has quit [Ping timeout: 240 seconds]
<libv> nice :)
Deskwizard has joined #linux-sunxi
<Turl> libv: if you can get CEC up to choose on the menu, that'd be the cherry on top ;)
popolon has quit [Quit: Quitte]
wingrime has joined #linux-sunxi
wingrime1 has quit [Read error: Connection reset by peer]
<libv> someone else can go play with cec and things
<libv> there's enough people who like that buzzword
<libv> this u-boot code is a fun little detour for me
<libv> but i should get this kms driver moving as well
<libv> and getting lcd support is pretty important that
<libv> imho it is then also necessary to backport lcd code to u-boot
<Turl> libv: be glad I didn't say Anynet+ :p
<libv> as otherwise a13, a23 and a33 will be left out
<Turl> libv: there's more important stuff that need to be done for the latter two though
wingrime has quit [Read error: Connection reset by peer]
wingrime1 has joined #linux-sunxi
<Turl> like actual uboot support
<Turl> with spl et al
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
<ssvb> libv: EDID support (native resolution) and also setup memory read via DEFE (so that the A10-Lime slow DRAM is not choked by the framebuffer scanout) would be really great
<ssvb> libv: does DEFE need an interrupt handler?
<ssvb> my /proc/interrupts reports constantly increasing "79: 5784322 0 GIC sunxi scaler0"
<ssvb> oh, and also "sunxi lcd0" keeps increasing too
<libv> ah, u-boot knows about edid
<libv> defe can be added afterwards.
<libv> what was the issue there again? was a10 too bursty with just debe?
wingrime1 has quit [Read error: Connection reset by peer]
orly_owl has quit [Quit: leaving]
<ssvb> we have the screen shaking issue on a10 with large screen resolutions (such as 1920x1080), because the DEBE host port is configured for high priority and is wreaking havoc
<ssvb> if we reduce the DEBE host port priority, the screen glitches become worse
<ssvb> but if we reduce the DEFE host port priority (this is already done), then everything works fine
<libv> i will leave that work up to you, on both kms and u-boot
<ssvb> it seems like the framebuffer scanout via DEFE has some sort of large FIFO buffer to ensure that we always have some data to send over HDMI
<ssvb> and DEBE has no such buffer, or the buffer is too small
<libv> you've been testing that to death, you deserve the credit for it
<libv> plus, i get to ignore defe some more ;p
orly_owl has joined #linux-sunxi
<ssvb> well, in layman terms it's just that the framebuffer scanout via DEBE is bad, and the framebuffer scanout via DEFE is good :)
<libv> yeah, i understood
<libv> but i seem to remember that this only was so for a10
<ssvb> yes, they have apparently fixed this issue in A20, so only A10 is affected
<libv> perhaps we could just add an extra option to lime u-boot config to just pick 1024x768?
<libv> or smaller
<ssvb> 1024x768 is definitely better than nothing
<libv> for kms we do need the proper solution though
<ssvb> still what about the interrupts? do we need an active handler of any sort?
<libv> for defe, i haven't looked into it
<libv> with just debe, i seem to be able to get by without any handlers so far (but i need them for vsync soon)
<ssvb> ok, good
<ssvb> because with the use of simplefb, we are just passing the configured display hardware to the kernel and it is not expected to touch the display hw registers
<ssvb> the need for any interrupt handlers would cause troubles
<ssvb> if we get any sort of a working framebuffer, that would be enough for me to prepare the g2d driver for the mainline kernel :)
<libv> urgh
<libv> rpi code
<libv> BCM2835_MBOX_INIT_HDR(msg);
<libv> but i am the evil one for pointing the obvious out.
<ssvb> well, it's all RPC again :) but it's good in a sense that it gives an idea about what is needed to be done on the u-boot side (without digging into the rpi display controller bloody details)
<ssvb> there are other u-boot video drivers too
<libv> i know, but this is the only one using simplefb
<libv> ok, so this is nothing more than a feeble attempt to stop a full probe from happening again
<libv> the amount of info being passed is really unbelievably minimal
<wens> mripard_: can i get an opinion on the pinctrl patches i sent?
<libv> ah, no, not probing again, just to get a really simple fb driver up with no real driver apart from u-boot
<libv> ssvb: simplefb is really trivial to bolt on top
Gerwin_J has quit [Quit: Gerwin_J]
rz2k has quit [Read error: Connection reset by peer]
<Turl> totally offtopic, but does anyone know of something like pagekite but free and lightweight out there?
<Turl> I need to keep an ssh server accesible but it's going to be behind a NAT, probably even CGN as well
xavia has joined #linux-sunxi
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
akaizen has quit [Ping timeout: 240 seconds]
akaizen has joined #linux-sunxi
TheSeven has quit [Ping timeout: 260 seconds]
TheSeven has joined #linux-sunxi
maksimlin has quit [Ping timeout: 272 seconds]
JohnDoe_71Rus has joined #linux-sunxi
naobsd has joined #linux-sunxi
avsm has quit [Quit: Leaving.]
<wens> what the... the internal rtc on the a31 hummingbird isn't connected to the battery
Andy-D has joined #linux-sunxi
maksimlin has joined #linux-sunxi
Skaag has joined #linux-sunxi
<wens> where did we get the calibration data for the temp sensor in the rtp in the first place?
<wens> i don't see it in any of the datasheets, save a23
bhag has joined #linux-sunxi
HeHoPMaJIeH has joined #linux-sunxi
HeHoPMaJIeH has joined #linux-sunxi
montjoie[home] has joined #linux-sunxi
xavia has quit [Ping timeout: 272 seconds]
avsm has joined #linux-sunxi
focus_it has quit [Ping timeout: 245 seconds]
maksimlin has quit [Ping timeout: 245 seconds]
focus_it has joined #linux-sunxi
Andy-D has quit [Ping timeout: 255 seconds]
focus_it has quit [Ping timeout: 256 seconds]
avsm has quit [Read error: Connection reset by peer]
avsm has joined #linux-sunxi
sehraf has joined #linux-sunxi
indy has quit [Ping timeout: 256 seconds]
sehraf has quit [Client Quit]
focus_it has joined #linux-sunxi
Andy-D has joined #linux-sunxi
<mripard_> wens: yep, it's still sitting in my inbox, I'll try to do it today
focus_it has quit [Ping timeout: 240 seconds]
sehraf has joined #linux-sunxi
bhag has quit [Ping timeout: 260 seconds]
prahal has joined #linux-sunxi
libcg has joined #linux-sunxi
focus_it has joined #linux-sunxi
prahal has quit [Ping timeout: 264 seconds]
focus_it has quit [Ping timeout: 255 seconds]
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
focus_it has joined #linux-sunxi
focus_it has quit [Ping timeout: 272 seconds]
Deskwizard has quit [Ping timeout: 240 seconds]
Andy-D has quit [Ping timeout: 260 seconds]
FR^2 has joined #linux-sunxi
focus_it has joined #linux-sunxi
bhag has joined #linux-sunxi
blsd has quit [Read error: Connection reset by peer]
libcg has quit [Read error: Connection reset by peer]
libcg has joined #linux-sunxi
bonbons has joined #linux-sunxi
notmart has joined #linux-sunxi
notmart has quit [Changing host]
notmart has joined #linux-sunxi
focus_well has joined #linux-sunxi
focus_it has quit [Ping timeout: 245 seconds]
focus_well has quit [Ping timeout: 264 seconds]
focus_well has joined #linux-sunxi
Quarx has joined #linux-sunxi
focus_well has quit [Ping timeout: 260 seconds]
indy has joined #linux-sunxi
blsd1 has joined #linux-sunxi
focus_well has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
Black_Horseman has quit [Changing host]
Black_Horseman has joined #linux-sunxi
<Black_Horseman> hola
kivutar has joined #linux-sunxi
popolon has joined #linux-sunxi
afaerber has joined #linux-sunxi
focus_well has quit [Ping timeout: 260 seconds]
avsm has quit [Read error: Connection reset by peer]
avsm has joined #linux-sunxi
bhag has quit [Ping timeout: 272 seconds]
megal0maniac_afk has joined #linux-sunxi
discopig has quit [Quit: RAGEQUIT]
focus_well has joined #linux-sunxi
megal0maniac has quit [Ping timeout: 260 seconds]
apo__ has joined #linux-sunxi
apo_ has quit [Ping timeout: 250 seconds]
discopig has joined #linux-sunxi
apo__ has quit [Ping timeout: 272 seconds]
Vanfanel has joined #linux-sunxi
<kivutar> ssvb, what about mali r4p0 on cubieboard/truck?
apo_ has joined #linux-sunxi
apo__ has joined #linux-sunxi
apo_ has quit [Ping timeout: 256 seconds]
apo_ has joined #linux-sunxi
focus_well has quit [Ping timeout: 250 seconds]
apo__ has quit [Ping timeout: 245 seconds]
apo_ has quit [Ping timeout: 250 seconds]
apo_ has joined #linux-sunxi
apo_ has quit [Read error: Connection reset by peer]
apo_ has joined #linux-sunxi
focus_well has joined #linux-sunxi
apo_ has quit [Remote host closed the connection]
apo_ has joined #linux-sunxi
focus_well has quit [Ping timeout: 240 seconds]
apo__ has joined #linux-sunxi
apo_ has quit [Ping timeout: 260 seconds]
apo_ has joined #linux-sunxi
apo__ has quit [Ping timeout: 256 seconds]
focus_well has joined #linux-sunxi
naobsd has quit [Quit: Page closed]
physis has quit []
apo_ has quit [Remote host closed the connection]
apo__ has joined #linux-sunxi
<ssvb> kivutar: we don't have the r4p0 blobs, end of story
<ssvb> kivutar: this may or may not improve in the future, but is definitely outside of our control: http://lists.linaro.org/pipermail/linaro-dev/2014-July/017352.html
<kivutar> I understand
<kivutar> I've read the thread
ogi has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
apo__ has quit [Ping timeout: 255 seconds]
Gerwin_J has joined #linux-sunxi
apo_ has joined #linux-sunxi
heart has quit [Changing host]
heart has joined #linux-sunxi
Quarx has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
focus_well has quit [Ping timeout: 240 seconds]
<Gerwin_J> And allwinner start talking about 64-bitt processor
focus_well has joined #linux-sunxi
dlan has quit [Ping timeout: 245 seconds]
focus_it has joined #linux-sunxi
<Gerwin_J> "A 64-bit development board should also be ready for demo during the Hong Kong Electronics Fair in October." then wait for more 6 months to order on!
<nedko> great news
dlan has joined #linux-sunxi
Renard has joined #linux-sunxi
focus_well has quit [Ping timeout: 272 seconds]
Nyuutwo has quit [Read error: No route to host]
Nyuutwo has joined #linux-sunxi
focus_it has quit [Ping timeout: 260 seconds]
diego71 has joined #linux-sunxi
Andy-D has joined #linux-sunxi
diego71_ has quit [Ping timeout: 264 seconds]
<Gerwin_J> Allwinner 64bit ARMv8 Processor announced
maksimlin has joined #linux-sunxi
prahal has joined #linux-sunxi
blsd1 has quit [Remote host closed the connection]
blsd has joined #linux-sunxi
Black_Horseman has quit [Ping timeout: 256 seconds]
marcin_ has quit [Quit: Konversation terminated!]
<Vanfanel> ssvb: after reading that thread, there's still something I don't get. Allwiner is hidding behind Linaro, ok. But does that mean they at least provide non-mainlined kernel-side r4px drivers for Linaro kernels?
<moofree> iirc allwinner doesn't do crap for nobody
<moofree> maybe that'll change soon
<moofree> err allwinner, not amlogic
<moofree> wrong channel lol
<Vanfanel> moofree: in what sense will that change? what do you mean?
<moofree> i'm thinking of the wrong soc vendor
<moofree> sorry :P
<moofree> what i took away from that video was the guy holding up a xeroxed page where all you can read is "64". and then PR stuff
<moofree> i'm too cynical when it comes to chinese soc vendors, but allwinner is one of the better ones, so we'll see
leviathanch2 has joined #linux-sunxi
maksimlin has quit [Ping timeout: 240 seconds]
<ccaione> amlogic is crappier than allwinner
diego_r has joined #linux-sunxi
<moofree> yeah i don't know why i conflated the two in my head, too tired
<libv> ssvb: u-boot is nasty
<libv> they use weak symbols and global calls for device/board interfaces
<libv> and then they can't be bothered to properly document them or mark them as such...
JannF has joined #linux-sunxi
<JannF> hello, I hope there is someone in here who could help me.
<libv> JannF: dial 911
<JannF> I have two A13 based tablets but I can't get any information off them through fel
<JannF> libv I see :D
<libv> JannF: what other options suggested in our new device howto have you tried?
<JannF> the fel ver commands works, but any other fel command times out wir err 7
<JannF> yes I have
<JannF> my main problem is, ANdroid doesn't run anymore on the second tablet
<JannF> and I don't have a UART adapter here now
<libv> JannF: they are two dissimilar tablets, right?
<popolon> they continue
<popolon> oops
<JannF> yes, one is a 7" one I got everything (scipt.bin and memory info) and the other is a 9" one with a different board
<popolon> wrong channel sorry
<libv> JannF: have you been able to identify them, or do you need to fully NDH them?
<JannF> I was only able to identify the board. they both seem to be noname china models
<JannF> the one I have problems with has the board ID: KB901 V1.1
naobsd has joined #linux-sunxi
<libv> JannF: that is new indeed
<JannF> libv I've gone through them, but no documented device matched
<libv> JannF: send an email to the ml describing your FEL problem with your bricked device. This will probably get an answer from hno later tonight
<libv> JannF: in the mean time, work through ndh howto fully, and fill out the device pages
<libv> we might be able to get a manually guessed u-boot going
<libv> and do get yourself serial if you want to rescue that 9" tablet
<JannF> libv: yes I will, I even made board images and located the UART on the 9" one, so I'd be able to rescue it.
<libv> JannF: start filling the wiki :)
<JannF> Maybe I could use my Raspberry Pi to get a UART working
xinj has joined #linux-sunxi
<JannF> thank you for your help libv
<libv> JannF: order 2 of those uart modules
<libv> they're cheap, they just take many days to arrive :)
<JannF> which one do you recommend?
<libv> and if you do break one, or lose one, you'll always have another
<moofree> yeah just a few max3232 based chips
<moofree> plugs*
<moofree> or one with a usb connector
prahal has quit [Ping timeout: 255 seconds]
<JannF> libv: ordered two from DX now and I will fill in the wikipages
<libv> JannF: send the email with the exact output of the failing fel command
<JannF> well, it is described here http://linux-sunxi.org/FEL#Reading_over_USB_fails
<JannF> but I've tried booting with sdcard to fel
<JannF> got the same error
<libv> oh, then no email needed indeed
<libv> i knew i had seen this somewhere
<libv> hah
<libv> i actually added that section myself.
<JannF> but boot1 should be initialized when booting into fel via sd card?
issue_ has joined #linux-sunxi
<libv> JannF: but the wrong boot1
<libv> ah, and no
<libv> no, only through a soft button or through serial
ricardocrudo has joined #linux-sunxi
<libv> JannF: what happened to your tablet anyway?
ricardocrudo has quit [Remote host closed the connection]
<JannF> I got it from a friend, it was broken already, so I don't know
ricardocrudo has joined #linux-sunxi
<JannF> there is a hidden reset button on the board, I'll try this later
<libv> ok, so you have tried any combination of soft button :(
marcin_ has joined #linux-sunxi
<libv> well, start filling up the wiki, and start with the 9"er, so that we can guess what u-boot will need for config
<libv> perhaps that suffices to boot the device
Gerwin_J has quit [Ping timeout: 250 seconds]
<JannF> yes I tried the back(?) button and the device popped up as fel device in lsusb
<libv> ah, yes, of course
<libv> you got into fel mode, just not with boot1
<libv> i am sure that you have seen this, right? http://www.slatedroid.com/topic/51050-quantex-9-kb901/
<JannF> yes I have, I even have the description from the original seller now
<libv> there are some KB901 images in there
<JannF> I wanted too save the original android stuff first ^^
<JannF> maybe it could save some searching
<libv> JannF: sure
<JannF> give me a second I'll send you the auctions from the original seller
<JannF> there it is
<JannF> it seems like it was factory overclocked to 1,5ghz
avsm has quit [Quit: Leaving.]
<libv> JannF: no, 1.5ghz is just marketing bullshit :)
<libv> 1ghz for the cpu, 500mhz for the gpu is what some chinese sites state
<JannF> ah ok, so they simply add it? O.o
<libv> chinese...
<JannF> so how can I boot into fel with the right boot1 ?
<libv> you're lucky if you get 1008MHz
<JannF> yeah, I have 1008Mhz on the small tablet
<libv> JannF: can you try other buttons, perhaps vol+
<libv> if that fails, you either wait for uart and hope that that works from the getgo
<libv> i am currently trying to see if i can extract a script.bin from an image
<JannF> ok, that would be cool
<JannF> uhm another question, do I need to wait till my wiki account is enabled or how do I create pages?
<libv> doesn't it just send you a verification email?
<libv> you need a wiki account though
<JannF> yeah I have one, but I see no link/button for creating a new page
<libv> oh, just follow this link: http://linux-sunxi.org/Quantex_KB901
<libv> and then you have Create
HeHoPMaJIeH has quit [Quit: Leaving]
<JannF> why quantex?
<libv> just to give the beast a name
<libv> quantex seems to pop up a lot
<JannF> oh ok ^^
<libv> if there is something else printed on the inside, we should use that
<Vanfanel> libv: can you point me to some basic example for sunxi G2D, please? I'd like to attempt creating a RetroArch backend and all I need is hardware scaling and double-buffered vsync
<libv> Vanfanel: i think that ssvb pointed you to this a while back
<Vanfanel> no, he told me to learn a lowlevel ioctl-based API
orly_owl has quit [Ping timeout: 255 seconds]
<Vanfanel> G2D seems to have proper userland functions defined in sunxi_g2d.h
notmart has quit [Quit: notmart terminated!]
<libv> Vanfanel: so you expect other people to do your work for you?
<ssvb> Vanfanel: huh, are you able to read? please try to follow the links from http://irclog.whitequark.org/linux-sunxi/2014-07-11#9579477
<ssvb> Vanfanel: to find "you can try https://github.com/ssvb/xf86-video-fbturbo/blob/master/test/sunxi_disp_vsync_demo.c (but it does not use mali)"
<ssvb> Vanfanel: this is a freaking ready to use code
<Vanfanel> I didn't read that back then, sorry...
<Vanfanel> ssvb: I don't want anybody to do the work for me!
<Vanfanel> I'm just asking for an example :(
<Vanfanel> you guys are too hard on me, really. But thanks for the links...
Quarx has joined #linux-sunxi
<ssvb> Vanfanel: you had all your questions answered multiple times during the last half a year
focus has joined #linux-sunxi
Quarx has quit [Ping timeout: 250 seconds]
Andy-D has quit [Ping timeout: 255 seconds]
<ssvb> Vanfanel: now instead of yet another round of answering all the same recurrent questions, I'll just try to use links to old irc logs...
<Vanfanel> no need for that, ssvb. Now I know we won't see r4p0 soon on the CB2 and why, I know I should use G2D for RA backend and have sample code to do that
<Vanfanel> so no need for logs
enrico_ has joined #linux-sunxi
<Vanfanel> but take into account my connections is prone to fail and my english is not perfect, so blame those if I ask something your already answered
<libv> Vanfanel: why don't you bookmark the url ssvb just gave you in your browser?
<libv> wouldn't that be a clueful thing to do which ensure that you do not lose the information which has been given to you so often already?
focus has quit [Ping timeout: 260 seconds]
<libv> aha, now i am getting somewhere with these livesuit images
<Vanfanel> libv: It's already bookmarked. I don't want to annoy ssvb or you with the same questions.
<JannF> libv: I'll finish the device page sometime later, got to go already :/ I bookmarked it, so be sure that I'll finish it.
Skaag has quit [Ping timeout: 256 seconds]
JannF has quit [Quit: Page closed]
faddat has joined #linux-sunxi
Quarx has joined #linux-sunxi
avsm has joined #linux-sunxi
<libv> aha, got the script.bin
<oliv3r> for?
<oliv3r> (i'm working on a20 SoM evb atm!)
<libv> jannf his device
<libv> he should get a decent irc client
<libv> now documenting the procedure.
<oliv3r> has the a20 SoM evb and a20 lime been NDH'ed?
focus has joined #linux-sunxi
<libv> nope
<oliv3r> good
<libv> oh, som has been started
<libv> heh, needs very little help still
<oliv3r> ok, i'm working on a10 meminfo atm
<mripard_> 18
<mripard_> .... sorry...
avsm has quit [Quit: Leaving.]
focus has quit [Ping timeout: 240 seconds]
HeHoPMaJIeH has joined #linux-sunxi
<libv> aha, and even bootinfo is doable.
faddat has quit [Ping timeout: 246 seconds]
<oliv3r> ah fex and u-boot has been aded allready
<oliv3r> bah jumped through the hoops for nothin!
xinj has quit [Ping timeout: 264 seconds]
<libv> oliv3r: your own fault for not looking at the wiki first
focus has joined #linux-sunxi
TheSeven has quit [Ping timeout: 250 seconds]
orly_owl has joined #linux-sunxi
<oliv3r> libv: i did a few days ago!
<oliv3r> ok maybe a few weeks :p
<oliv3r> buti got the first a20-lime-4g :D
TheSeven has joined #linux-sunxi
<libv> the page is more than two weeks old :p
xinj has joined #linux-sunxi
<libv> anyway, all that is needed is a picture with the uart showing i think
diego71 has quit [Ping timeout: 260 seconds]
<oliv3r> i got lots of pics though
<oliv3r> so that's good
diego71 has joined #linux-sunxi
<libv> cool :)
HeHoPMaJIeH has quit [Remote host closed the connection]
<CaptHindsight> anyone here working on Xenomai for A29 or are they over at #olimex
<CaptHindsight> A29/A20
philippe_fouquet has joined #linux-sunxi
<libv> great. seems we have everything that jannf needs
<libv> and another great addition to the wiki
<oliv3r> hmm, my a20-lime doesn't like ot boot, i got it to boot from nand once, then android decided to power off once booted
<oliv3r> tomorrow a new day
rds has joined #linux-sunxi
focus has quit [Ping timeout: 245 seconds]
<rds> libv: status of the KMS driver ?
<libv> rds: whining has the exact opposite effect, and you know it.
<rds> just checking
<rds> I see that many folks are able and could join effort to get the KMS going
<rds> I've noticed that: wingrime, ssvb,jemk and nove all said that they would help with the effort
<rds> they are all top notch developers and if a project is kicked off, you all could get things done quickly
philippe_fouquet has quit [Remote host closed the connection]
ikeeki has joined #linux-sunxi
<rds> I like the reading to get a console for u-boot, using hdmi/vga/lcd - that is great as a step one goal
<libv> again, stop whining.
<rds> libv: ok. why do you think I am whinning
<libv> if there's anything that stops me from doing code, then it's the knowledge that all i get afterwards is even more selfish whining from shortsighted selfserving tossers
<rds> fair enough, in your view how could I help ? just staying shut ?
philippe_fouquet has joined #linux-sunxi
ikeeki has quit [Client Quit]
philippe_fouquet has quit [Remote host closed the connection]
xavia has joined #linux-sunxi
focus has joined #linux-sunxi
npcomp has quit [Ping timeout: 240 seconds]
focus has quit [Ping timeout: 260 seconds]
npcomp has joined #linux-sunxi
xinj has quit [Ping timeout: 264 seconds]
Skaag has joined #linux-sunxi
focus has joined #linux-sunxi
TheSeven has quit [Ping timeout: 250 seconds]
TheSeven has joined #linux-sunxi
* diego_r thinks about asking libv status of KMS driver and starting storm 'n' thunders! :)
Skaag has quit [Ping timeout: 256 seconds]
focus has quit [Ping timeout: 256 seconds]
Skaag has joined #linux-sunxi
libcg has quit [Quit: rtfm]
focus has joined #linux-sunxi
Vanfanel has quit [Quit: Lost terminal]
notmart has joined #linux-sunxi
benn` has joined #linux-sunxi
<benn`> query oliv3r
enrico_ has quit [Quit: Bye]
<Turl> hi benn` :)
<wens> how's it goin'?
Andy-D has joined #linux-sunxi
<benn`> just so so. I am thinking to start new career :)
<Turl> :o
<Turl> benn`: you have been very silent these last months
<Turl> both you and cubietech
<benn`> cubietech is busy with a80 board and handling customer hardware & software customization service :D
kz1 has quit [Ping timeout: 255 seconds]
diego_r has quit [Ping timeout: 245 seconds]
netlynx has joined #linux-sunxi
y0g1 has quit [Ping timeout: 245 seconds]
wingrime has joined #linux-sunxi
eagles0513875 has quit [Quit: ZNC @ TrekWeb - https://trekweb.org]
<wingrime> libv: are you saw some new f series chip, based on stripped a10?
eagles0513875 has joined #linux-sunxi
astr has quit [Ping timeout: 240 seconds]
<Turl> wingrime: o.o
<wingrime> Turl:?
<Turl> wingrime: new f series in 2014?
<wingrime> See aw site
<Turl> wingrime: it is very very slow :\
<wingrime> F1c700
<wingrime> It's indeed a10 with stripped things
<Turl> wingrime: package is same as A13 I think
<Turl> eLQFP176
<wingrime> Cool
fredy has quit [Ping timeout: 244 seconds]
<Turl> also up to 512M ram
<Turl> maybe just renamed A13? :)
<wingrime> Turl: we have any manuals for a80,?
<Turl> wingrime: I don't think so
<Turl> only marketing pdf
<wingrime> And more one thing, fameous optimus borard, have anyone it here?
<Turl> wingrime: not for sale I think
<Turl> but cubietech is making A80 board, ask benn` :)
tomboy64 has joined #linux-sunxi
<wingrime> If it not for sale, why they just make it
tomboy65 has quit [Ping timeout: 264 seconds]
<wingrime> Or not send to some communty entusiasts
<wingrime> Thats strange position to aw
<wingrime> Make it for nothing
<rds> amazing that cubietech is customizing software for customers, probably using free beer from the developers here, and not even documentation they provide back. Amazing how Chinese think
<rds> it seems to be *ONE WAY* street
fredy has joined #linux-sunxi
<Turl> rds: that's hardly something exclusive to china
Gerwin_J has joined #linux-sunxi
afaerber has quit [Quit: Verlassend]
<rds> turl: yes, my chinese generalization was too much. Sorry ( before LIBV scream at me again! )
<Turl> rds: NDH? :p
<benn`> it's seem AW is not ready to public the a80 documentation.
benn` has left #linux-sunxi ["ERC Version 5.3 (IRC client for Emacs)"]
notmart has quit [Quit: notmart terminated!]
paulk-aldrin has joined #linux-sunxi
Quarx has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
jemk has joined #linux-sunxi
ninolein has quit [Ping timeout: 245 seconds]
ninolein has joined #linux-sunxi
Andy-D has quit [Ping timeout: 240 seconds]
FR^2 has quit [Quit: Connection reset by peer]
testosterone has joined #linux-sunxi
y0g1 has joined #linux-sunxi
<Gerwin_J> pcDuino8 Allwinner A80 https://www.youtube.com/watch?v=W4u-NX38LW0
<Gerwin_J> looks like optimus board
Andy-D has joined #linux-sunxi
npcomp has quit [Ping timeout: 240 seconds]
npcomp has joined #linux-sunxi
megal0maniac_afk is now known as megal0maniac
megal0maniac has quit [Quit: leaving]
npcomp has quit [Ping timeout: 250 seconds]
npcomp has joined #linux-sunxi
FreezingCold has quit [Ping timeout: 240 seconds]
FR^2 has joined #linux-sunxi
FreezingCold has joined #linux-sunxi
prahal has joined #linux-sunxi
testosterone has quit [Quit: Page closed]
netlynx has quit [Quit: Leaving]
<Turl> wingrime: pcDuino8 looks exactly the same to Optimus Board x)
kivutar has quit [Read error: Connection reset by peer]
jemk has quit [Quit: leaving]
ogi has quit [Remote host closed the connection]
bhag has joined #linux-sunxi
formruga has joined #linux-sunxi
<bhag> I have compiled a kernel from a debian source for cubieboard , but this kernel is hanging . http://pastebin.com/H0kLpLM6 . Can anyone help me out
tomboy64 has quit [Remote host closed the connection]
tomboy64 has joined #linux-sunxi
leviathanch2 has quit [Ping timeout: 240 seconds]
<Turl> bhag: paste .config
formruga has quit [Quit: Konversation terminated!]
<bhag> debian kernel is hanged in my cubie board logfile: http://pastebin.com/H0kLpLM6 config:http://pastebin.com/0eAiuRqK uboot: http://pastebin.com/401Bu5XZ
<bhag> its a debian linux-source-3.13.0 source
<libv> ...
<libv> bhag: where did you get this?
<bhag> libv: i got the source from "apt-get install linux-source-3.13.0 " in my local desktop (ubuntu) and i used this source and compiled it against cubieboard arch
Black_Horseman has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
slapin__ has quit [Ping timeout: 264 seconds]
<Turl> maybe bfree has any other ideas ^
slapin_ has joined #linux-sunxi
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
<Black_Horseman> hola
akaizen has quit [Ping timeout: 240 seconds]
* Turl wonders if Black_Horseman is a human or a bot
<Black_Horseman> human
<bfree> I can't imagine what a 3.13 from ubuntu source would be like but it strikes me as quite mad to even try it anyway without a _very_ good reason. trying 3.16 from debian experimental would seem saner to me if you want a deb packaged "mainline" kernel (and you don't even need to compile it)
<Black_Horseman> an greek also
<Black_Horseman> and*
<Turl> Black_Horseman: :)
<Black_Horseman> ;)
<bfree> I'm struggling to remember what would have been in a 3.13 (in debian, honestly I've no clue about ubuntu) ... and which boards debian's 3.16 actually supports now I think of it (cubietruck and cubie2 anyway I'm pretty sure)
<bhag> where can i pick latest debian kernel source for cubieboard??
<libv> bhag: debian has a tool to package any kernel.
<libv> make-kpkg or kpkg or something
<bhag> libv: ok will try it
<bfree> https://packages.debian.org/source/experimental/linux is debian's latest kernel source and https://packages.debian.org/experimental/linux-image-3.16-rc6-armmp is the binary it would compile for you which has dtbs for cubie cubie2 and cubietruck ;)
<bhag> bfree: ok thanks for help
RzR is now known as rZr
akaizen has joined #linux-sunxi
<Turl> w 32
<Turl> fu
physis has joined #linux-sunxi
<CaptHindsight> whats the latest preempt_rt kernel that might work with the mali driver on the cubie2? 3.4.x?
rz2k has joined #linux-sunxi
leviathanch2 has joined #linux-sunxi
<Turl> CaptHindsight: if you need mali you need 3.4.x
<CaptHindsight> Turl: thanks, it works!
bonbons has quit [Quit: Leaving]
<CaptHindsight> 3.4.94-rt
Andy-D has quit [Ping timeout: 240 seconds]
leviathanch2 has quit [Ping timeout: 272 seconds]
sehraf has quit [Quit: www.miranda-fusion.de ... be part of it...]
paulk-aldrin has quit [Quit: Ex-Chat]
xavia has quit [Quit: Leaving.]
Andy-D has joined #linux-sunxi
FR^2 has quit [Quit: Leaving]
leviathanch2 has joined #linux-sunxi
mturquette_ has joined #linux-sunxi
FreezingCold has quit [Remote host closed the connection]
leviathanch2 has quit [Ping timeout: 240 seconds]
FreezingCold has joined #linux-sunxi
mturquette_ is now known as mturquette
mturquette has quit [Changing host]
mturquette has joined #linux-sunxi
focus has quit [Ping timeout: 240 seconds]
Andy-D has quit [Ping timeout: 260 seconds]
hramrach has quit [Remote host closed the connection]
ninolein has quit [Ping timeout: 240 seconds]
hramrach has joined #linux-sunxi
focus has joined #linux-sunxi
ricardocrudo has quit [Remote host closed the connection]
maksimlin has joined #linux-sunxi
popolon has quit [Quit: Quitte]
ninolein has joined #linux-sunxi
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
maksimlin has quit [Client Quit]
akaizen has quit [Ping timeout: 264 seconds]
naobsd has quit [Quit: Page closed]
maksimlin has joined #linux-sunxi
akaizen has joined #linux-sunxi