Turl 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 | #blameOliver
bsdfox\ has quit [Read error: Connection timed out]
bsdfox\ has joined #linux-sunxi
ZetaNeta has joined #linux-sunxi
ZetaNeta has quit [Ping timeout: 246 seconds]
geecko has quit [Ping timeout: 272 seconds]
bsdfox\ has quit [Read error: Connection timed out]
bsdfox\ has joined #linux-sunxi
mndbzr has joined #linux-sunxi
<mndbzr> hi
bsdfox\ has quit [Read error: Connection timed out]
bsdfox\ has joined #linux-sunxi
mndbzr has left #linux-sunxi [#linux-sunxi]
mndbzr has joined #linux-sunxi
apo has joined #linux-sunxi
<apo> Hi
<apo> Just got myself a cubietruck and configured the kernel successfully, for the most part, but was unable to find any options regarding the security stuff - hardware crypto (AES, etc) and RNG
<apo> is there anything for that available, or will I have to wait?
<apo> (Cubietruck uses the A20)
torindel has quit [Ping timeout: 264 seconds]
torindel has joined #linux-sunxi
tinti has quit [Quit: Leaving]
<mndbzr> it seems there no one here
<mndbzr> q apo
Sonicadvance1 has joined #linux-sunxi
<apo> mndbzr: I count over a hundred... you mean nobody who actually knows anything about the boards? Or just not here right now?
bsdfox\ has quit [Ping timeout: 245 seconds]
<mndbzr> right now I think
<apo> that's fine, I can wait
<mndbzr> first time here
<apo> I'm about to go to bed anyway ;)
<mndbzr> can you give me a little hand
<apo> I don't know.
<mndbzr> so you can go to bed with a clean consciuos
Sonicadvance1 has quit [Ping timeout: 246 seconds]
<apo> montjoie[home] seems to know something about the hardware crypto. :D
<Nyuutwo> I have disasemblered lcd.ko from Android
<Nyuutwo> and I have LCD_panel_init in which is called lp079x01_init
Sonicadvance1 has joined #linux-sunxi
<Nyuutwo> and also TC358768_init TC358768_666_init but I know that they don't run beacuse they use printk
bsdfox\ has joined #linux-sunxi
<Turl> apo: there's no driver available for the hw crypto acceleration nor the PRNG so far
<apo> Turl: aw, okay. Thanks, though.
<Turl> Montjoie is working on one, you may want to check the status with him
<apo> Neat
<Turl> apo: meanwhile you can keep using the software-only solutions
<apo> Turl: of course
<Turl> :)
<apo> (I'm using them for my encrypted ~ atm. It's sufficient for a box that only does IRC and Jabber ;))
<apo> It's much better at IRC and Jabber than the fitpc 1.0 that it replaced, though. And compiles very much faster...
torindel has quit [Ping timeout: 272 seconds]
torindel has joined #linux-sunxi
torindel has quit [Ping timeout: 260 seconds]
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
benn-on-cubietru has joined #linux-sunxi
<benn-on-cubietru> I am trying to use cubietruck as my PC(lubuntu 12.10 desktop). After moving rootfs to SSD, I feel good with it
* apo still has lubuntu on the NAND, but only used it to bootstrap gentoo onto a SATA disk
<Turl> hey benn-on-cubietru :)
<benn-on-cubietru> :P
<benn-on-cubietru> Turl, my SSD can get 106MB/s seq read, and 148MB/s seq write
<benn-on-cubietru> on cubietruck
<Turl> benn-on-cubietru: nice
<Turl> benn-on-cubietru: on performance governor?
<apo> SSD feels like a bit overkill, but I guess you don't exactly have to get a Samsung 840 Pro ;)
<apo> (And I can get 100MB/s sequential writes with a normal SATA disk, but those aren't interesting)
<apo> funny that the writing's faster
<benn-on-cubietru> High IOPS can improve the user experience much
<apo> don't need high IOPS, just dump everything into RAM!
<benn-on-cubietru> I agree, we have 2GB ram now :D
* apo has a laptop with SSD, boots from grub to chrome in 6 seconds
<Turl> benn-on-cubietru: talking about ram, did you play with mbus? :)
<benn-on-cubietru> Turl: no
<Turl> benn-on-cubietru: we can get more memory bandwidth with a higher mbus
<Turl> benn-on-cubietru: but we don't know if it is stable, or why allwinner set it to 300mhz only
<benn-on-cubietru> Turl: I ask them why now..
<Turl> benn-on-cubietru: thanks :)
<Turl> benn-on-cubietru: there are some numbers on linux-sunxi list from some time ago if you want to have a look https://groups.google.com/d/msg/linux-sunxi/K50P_kYl-9g/JCwsmXfVNswJ
Gerwin_J has joined #linux-sunxi
<mndbzr> someone have experience compiling wifi modules for android?
<mndbzr> i have the same vermagic but insmod throws me an "no symbol version for module_layout"
<apo> speaking of wifi, I couldn't compile the wifi module for http://github.com/cubieboard/linux-sunxi.git
<apo> benn-on-cubietru: Would you mind taking a look at my .config?
<apo> (Getting a bunch of unknown field errors in the bcmdhd driver)
<benn-on-cubietru> Turl: get it. mbus 300mhz is stable, 400mhz also is confirmed work, but need increate voltage
<Turl> benn-on-cubietru: what voltage?
<benn-on-cubietru> apo: ok
<apo> benn-on-cubietru: Sweet, thanks! http://p.0au.de/31d0d474/.config
<apo> Should I try again with the git source?
Quarx has joined #linux-sunxi
<benn-on-cubietru> apo: github/cubieboard/linux-sunxi (branch cubie/sunxi-3.4), wifi should work
<benn-on-cubietru> Turl: if we want to change mbus 400mhz, we need to change the core vcc to 1.3v
<apo> Then I'll try that, thanks again
<benn-on-cubietru> I will upgrade the .config I am using currently for lubuntu to github.com/cubieboard/cubie_configs repo
<benn-on-cubietru> apo: BTW, cb1,2 and ct share the same kernel now
<apo> mm
<benn-on-cubietru> apo: what is your problem on the bcmdhd wifi driver? compile or modprobe or others ?
<apo> benn-on-cubietru: Can't compile it, due to the unknown field errors I mentioned above
<benn-on-cubietru> apo: I am compiling the kernel with your kernel config
Gerwin_J has quit [Quit: Gerwin_J]
<apo> I'm still cloning the git repo :P
<Turl> benn-on-cubietru: so we need to undervolt core vcc?
<Turl> benn-on-cubietru: uboot configures it to 1.4V if I am reading this right
<benn-on-cubietru> wow! If it's 1.4v, it think we should be able to run mbus 400mhz
<benn-on-cubietru> ALLWINNER tell me that they set it to 1.25V at bootloader. When benchmark, It wil be tuned to 1.3v.
<apo> cheaters
<benn-on-cubietru> apo: :)
<Turl> benn-on-cubietru: I will confirm with hno when he is around
<Turl> but axp152 driver says Vcore is dcdc2
<Turl> and uboot set it to 1.4V
<benn-on-cubietru> actually, mbus can work on 400mhz. but for PAD, power comsumption is very important
<Turl> Vcpu is 1.25V hmm
<Turl> benn-on-cubietru: maybe they meant Vcpu?
<Turl> cpufreq controls vcore (dcdc2)
<benn-on-cubietru> Turl: I confirmed it just now. dcdc2 is for CPU, the core vol we just refer to is dcdc3
<benn-on-cubietru> Turl: for cubies, we configure it to 1.3v. with that, mbus 400mhz should work for cubies
<benn-on-cubietru> dcdc3 is for system
<Turl> dcdc3 is Vddr on axp152
<Turl> (A10S)
<Turl> let me check what is on 209
<benn-on-cubietru> apo: I compile the kernel with your kernel config successfully
<apo> benn-on-cubietru: cool
<apo> benn-on-cubietru: So when I get up tomorrow I'll probably have working wifi :D
<apo> ... not that I really need it, since the board is stationary, but I don't like having broken stuff
<benn-on-cubietru> apo: sorry but failed with modules target
<apo> benn-on-cubietru: oh
<benn-on-cubietru> apo: and I know the reason. wait a minute
* apo waits
<Turl> benn-on-cubietru: hmm, dcdc3 on axp20 seems to be ddr too
<benn-on-cubietru> apo: you need to enable CONFIG_WEXT_PRIV
<apo> I remember fiddling with that
<apo> (still checking out git, though.)
<apo> benn-on-cubietru: hm, but that's only selected by other things, I can't change it myself
<apo> benn-on-cubietru: What should I change to enable it?
<benn-on-cubietru> apo: a very simple to fix it is, enabling any wireless drivers, e.g. USB ZD1201, or RNDIS USB wireless driver will caused CONFIG_WEXT_PRIV selected
<apo> benn-on-cubietru: Hm, shouldn't the BCMDHD enable it, if it needs it?
<benn-on-cubietru> apo: the bcmdhd drvier of cubie is just making the modules work. Merging to linux-sunxi still need lots of work :<
<apo> :D
<apo> benn-on-cubietru: Can I just cheat and set WEXT_PRIV manually?
<apo> (Will that get overwritten the next time I use menuconfig?)
<benn-on-cubietru> apo: yes
<benn-on-cubietru> apo: but I don't think it's a good way, better way is just select some more wireless driver. And the user may want them also actually
<apo> I'm the user
<apo> I like small kernels :P
<benn-on-cubietru> apo: :D
<apo> my raspberry pi kernel fits on a floppy
Black_Horseman has quit [Remote host closed the connection]
<apo> Iiii... guess I'll add one driver. Bah. :P
<benn-on-cubietru> that's cracy.I haven't seen floppy for many years!
<apo> I haven't either
<Turl> benn-on-cubietru: if we make a patch to run mbus on 400mhz can you test on many cubieboards to make sure it's stable? :)
<apo> but if I find one, I know what to put on it.
<apo> ... if I also find a drive
<Turl> floppy drives make good instruments
<benn-on-cubietru> Turl: yes, but how many?
<Turl> benn-on-cubietru: I don't know, but you can certainly try on more than us :P
<benn-on-cubietru> memtester ?
<Turl> yes, but also general system test
<benn-on-cubietru> Turl: run memtester and glmarks the same time
<Turl> yes, that would be great
<Turl> also test mmc, I think ssvb said it became unstable, but I think it was higher mbus
<Turl> booting full ubuntu from card should be enough I think :)
<benn-on-cubietru> Turl: nice! so that I don't need to flash so many boards
<benn-on-cubietru> Turl: with card image, I can test more than 100 pieces
<apo> Turl: They do
<Turl> benn-on-cubietru: :D
<benn-on-cubietru> If the test is simple enough, we can test more than 500 pieces
<Turl> benn-on-cubietru: :)
<Turl> benn-on-cubietru: I will let you know then when we have patch ready to test
<benn-on-cubietru> Turl: ok
<Turl> benn-on-cubietru: thanks :)
<Turl> time to sleep, good night :)
<benn-on-cubietru> Turl: good night !!:D
<benn-on-cubietru> apo: I think CONFIG_SUSPEND should be enabled
<apo> benn-on-cubietru: Why? My IRC box is on 24/7/365
<benn-on-cubietru> I got mmc compiling error, I enable CONFIG_SUSPEND, and try again for the whole compiling
<apo> huh
<benn-on-cubietru> apo: the error refer to SUSPEND subsystem, i think
<apo> that did not happen for me
<apo> Did I even enable MMC...
<apo> Nope! :D
<apo> I should get into kernel dev't
<benn-on-cubietru> apo: your config work now. I add CONFIG_SUSPEND, CONFIG_USB_ZD1201 with menuconfig. Do you want me send it back to you ?
<apo> benn-on-cubietru: Not if that's all you did :) I added another broadcom module instead, and the MMC fix is easy, too
<apo> thanks again for thehelp
<apo> (Yes, I did check if it enables WEXT_PRIV)
<benn-on-cubietru> apo: ok, BTW, the cubie branch kernel also require gpio_sunxi
<benn-on-cubietru> [gpio_para]
<benn-on-cubietru> gpio_used = 1
<benn-on-cubietru> gpio_num = 2
<benn-on-cubietru> gpio_pin_1 = port:PH20<1><default><default><1>
<benn-on-cubietru> gpio_pin_2 = port:PH10<0><default><default><0>
<benn-on-cubietru> gpio_pin_2 is hardcoded on the bcmdhd module for bcmdhd oob interrrupt
<apo> huh, okay
<apo> CONFIG_GPIO_SUNXI=y :D
<apo> I think I pretty much just enabled everything that matches /.*SUNXI.*/
<benn-on-cubietru> for lunch now, see you :D
<apo> enjoy \o
lunra_ has joined #linux-sunxi
Skaag` has joined #linux-sunxi
atsampson has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
Skaag has quit [*.net *.split]
arokux has quit [*.net *.split]
lunra has quit [*.net *.split]
atsampso1 has quit [*.net *.split]
arokux has joined #linux-sunxi
<apo> good night, my little ponies
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
benn-on-` has joined #linux-sunxi
benn-on-cubietru has quit [Ping timeout: 246 seconds]
<JohnDoe_71Rus> apo: morning :)
<mndbzr> hi
deasy has quit [Remote host closed the connection]
mndbzr has left #linux-sunxi [#linux-sunxi]
benn-on-` has quit [Ping timeout: 246 seconds]
torindel has joined #linux-sunxi
Skaag` has quit [Ping timeout: 272 seconds]
Quarx has quit [Ping timeout: 265 seconds]
yousong has joined #linux-sunxi
codingrobot has quit [Ping timeout: 264 seconds]
codingrobot has joined #linux-sunxi
n01 has joined #linux-sunxi
juanfont_ has joined #linux-sunxi
n01 has quit [Ping timeout: 246 seconds]
juanfont has quit [Ping timeout: 272 seconds]
eagles0513875 has quit [Ping timeout: 272 seconds]
kaspter has joined #linux-sunxi
eagles0513875 has joined #linux-sunxi
hramrach has quit [Ping timeout: 240 seconds]
soul has joined #linux-sunxi
soul is now known as Guest21411
eagles0513875 has quit [Changing host]
eagles0513875 has joined #linux-sunxi
eagles0513875 has joined #linux-sunxi
BluesBoy has joined #linux-sunxi
HeHoPMaJIeH has joined #linux-sunxi
benn has joined #linux-sunxi
geecko has joined #linux-sunxi
rellla has joined #linux-sunxi
n01 has joined #linux-sunxi
yousong has quit [Ping timeout: 264 seconds]
Quarx has joined #linux-sunxi
bsdfox\ has quit [Ping timeout: 272 seconds]
geecko has quit [Quit: Quitte]
benn has quit [Remote host closed the connection]
<JohnDoe_71Rus> Why so sad?
<oliv3r> it's a sad day!
<n01> every day is a sad day
<BluesBoy> except pay day
<buZz> every day is one day closer to allwinner a80! w00h00!
<oliv3r> a80 is powerVR, dunno if we should be happy about tha
<oliv3r> a60 though, now that's interesting
<buZz> :O
<buZz> is a60 also octa with MP?
<oliv3r> 2:2 i think with MP4 we guess
_massi_ has joined #linux-sunxi
Quarx has quit [Ping timeout: 246 seconds]
Quarx has joined #linux-sunxi
panda84kde has joined #linux-sunxi
<JohnDoe_71Rus> try build android 4.2 this end of log http://pastebin.com/PJnvLThe out/pack.log does not exist.
popolon has joined #linux-sunxi
Quarx has quit [Ping timeout: 246 seconds]
arokux2 has quit [Remote host closed the connection]
enrico_ has joined #linux-sunxi
<focus> buZz: having 8 cores or even 4 cores is useless if the DRAM cycle time is 10MHz
<focus> most applications will not see improvement in performance
<focus> allwinner engineers and arm world living in delusion
<focus> the only things that see improvement and anything that can spend a lot of time computing with local cache
<focus> not many applications then!
<focus> most applications need to multi-task and that means constant change of context which means ddr cycles at around 10MHz
<focus> its way more powerful to have 2 x dual cores each with its own ram and talking through ethernet - at least that means the total MHz rating goes up to 20MHz
<buZz> focus: i like delusions
<focus> try it with apache - a quad core v 2 x dual core linked by ethernet - one serving images, one serving web pages - it will service twice as many requests
<focus> buZz: u sad tosser!
<buZz> :D
<focus> still there is hope - since A20 is so cheap, i plan to make 2 x dual core boards and 4 x dual core boards and parallel up other bits of hardware to up the through put rates and make it appear as a single computer with shared ram / or ethernet
<focus> such server boards will outperform the best and still clock in at under $100 BOM costs
<focus> you just get one ethernet connection and that is all that is needed for headless server - don't need to understand what is behind that ethernet socket!
<focus> </rant>
<focus> :D
<mnemoc> focus: you might want to talk with tom about it, afaik he is interested in doing something similar and also oshw
notmart has joined #linux-sunxi
<mnemoc> bbl
<hipboi> focus, that's exactly what we are doing now
<focus> mnemoc: excellent!
<focus> hipboi: - need any help?
<hipboi> focus, you can help to review our work :)
<focus> hipboi: yes please joem@martindale-electric.co.uk
<focus> hipboi: i can help with hardware and write the seamless load balancer software for things like servers
<libv> hrm, with allwinner doing only pvr for higher end hw... rockchip really needs a second look
<libv> and when you give rockchip a second look, all you want to do is run away screaming.
<libv> rk stuff really is in the dark ages
EGM has joined #linux-sunxi
<focus> libv: i ran away at the point of buying
<libv> it seems at least 1.5y back in terms of support and openness
<rm> what about imx6?
<oliv3r> hey ya'll
<oliv3r> oh lots of reading todo here :)
<focus> rm: expensive
<libv> rm: vivante.
<arokux> libv: what scaries you the most? closed bootloader?
<arokux> I have some insider info that RK also has u-boot support and this could be released in new products
<arokux> so then the customers may ask for the src of their u-boot
FR^2 has joined #linux-sunxi
<libv> arokux: "new products" are how long away?
<popolon> arokux, good news :)
<libv> arokux: and how long will it take for the source to then be released and made useful, if that at all happens?
<popolon> they will focus on A12 in future i believe ?
<popolon> hi all
<libv> arokux: the rk situation is really pretty dire :)
<arokux> libv: no idea, you can search for this user mosquito520 and see the conversation
<arokux> popolon: what is A12?
<popolon> RK32xx : Cortex-A12 + Mali-T624
<popolon> a light performance version of A15
<popolon> still a big in big.LITTLE architecture, so can work with Cortex A7
<popolon> 4*Cortex A12
<arokux> libv: what makes me feel better about RK is the very big vendors are using their chips
<popolon> Availability: ES Q2 2014
<popolon> Like Lenovo :)
<arokux> and these vendors can be pressed easier to publish GPLed code
<arokux> yep, Lenovo already published the kernel code!
<arokux> do not know how useful it is
<popolon> they will sell a smartbook including a RK31xx
<popolon> in few weeks/month
<popolon> There is already one on amazon.de
<popolon> Lenovo ideapad A10
<hipboi> libv, rk is indeed 1.5 year before allwinner when comes to open source community
<arokux> hipboi: before? please explain!
<arokux> so that guy said the sources of Toshiba AT7 (if released) can include something interesting....
<hipboi> arokux, i mean behind
<arokux> hipboi: ok :)
<arokux> hipboi: they've got some love from big vendors though
EGM has quit [Remote host closed the connection]
<arokux> hipboi: the one case I know about allwinner is that A31s is used by HP
<mripard> n01: yeah, I know.
<JohnDoe_71Rus> Some one has experience read buildings logs? Build android for cb2
<mripard> But you should rather ping the RTC maintainer.
<arokux> hipboi: have you seen this? https://aw-som.com/products.php?cPath=29
<hipboi> arokux, yes
<n01> mripard: ok
<oliv3r> libv: no bootloader source to begin wtih! :(
EGM has joined #linux-sunxi
EGM_ has joined #linux-sunxi
<popolon> rockchip was really popular on mp3player due to the quality of their audio chip
<oliv3r> external audio chip?
EGM_ has quit [Remote host closed the connection]
EGM has quit [Remote host closed the connection]
EGM has joined #linux-sunxi
<hipboi> arokux, aw-som is just a re-seller of wits-tech
<buZz> but its awesome!
<hipboi> yes, if you need some modules, just go to http://www.merrii.com/
<hipboi> it's wits-tech's site
<buZz> i would like to see EOMA68 getting more ground
<hipboi> they provide the same but cheaper modules
<EGM> Hi guys!
<arokux> hi EGM !
<arokux> we did get grip on the hackberry 10 USB problem, but your original problem was different, as said in the e-mail
<JohnDoe_71Rus> How much interesting things
<EGM> arokux: I just noticed that you asked me in mailing list to do bisect. But IIRC, I could not build 3.4.43-r1 because there's no support for A20 yet (sun7i_defconfig is missing)
<arokux> EGM: no problem, can you identify some other working commit?
<arokux> thanks hipboi
<arokux> hipboi: do you know somebody willing to donate a basic A31 board, so I can add mainline and U-Boot USB support to it? :)
<EGM> arokux: I believe that r2 was the commit that added A20 support, but there's already broken.
<arokux> EGM: I see... that is bad. your hardware is cubieboard2?
<EGM> arokux: Yes, Cubieboard2 with A20 and 1GB ram
<EGM> I do not have the A10 based cubieboard.
<arokux> EGM: I have cubietruck (it is also A20 based) now, so I can try to reproduce your problem
<arokux> EGM: to workaround the hackberry issue with the latest kernel you can apply this patch: http://thread.gmane.org/gmane.comp.hardware.netbook.arm.sunxi/2996/focus=2996
<arokux> EGM: it is wrong to apply it in general, but hackberry seems to have some strange (incorrect) PCB design
<rings_IIV> Hi Guys, This is Robert from AW-SOM, to be clear, the sodimm modules are my design but the coreboards are from WITS. We offer them as a courtesy and I added there footprint to upverters for use.
<EGM> arokux: Thanks for the info, but I won't be using Hackberry board anymore probably.
<arokux> EGM: you do not have the first problem (usb devices won't go away) with Hackberry?
<arokux> hi rings_IIV
<EGM> arokux: We are using it for some video capturing, and single core does not have enough CPU power to encode that in real time, so I need A20 based board for that.
<rings_IIV> Hello
<arokux> rings_IIV: can you confirm you'll be releasing some A31+base board?
<EGM> arokux: Yes, I believe that 3.4.43-r1 is working as expected on Hackberry.
<EGM> I think that I wrote that to mailing list.
<rings_IIV> If there is enough people I would finish the design
<arokux> EGM: ok.. so this is cubieboard2 (or maybe A20) related. good to know. I'll continue investigation.
<JohnDoe_71Rus> rings_IIV: For what can applicable sodimm modules format? sodimm mostly for memory
<arokux> rings_IIV: I'm asking just because you seem to have lots of links to the resources created by sunxi.org. it would be nice if you can donate some hardware to sunxi.org :) for example I'd need an A31-board to work on USB support. I've got other boards donated from other manufacturers.
<rings_IIV> Definitely, This was discussed in the past
<arokux> JohnDoe_71Rus: the SODIMM connector is just reused, so they do not need to invent a new connector and can buy ones that are ready available.
<rings_IIV> Yes, my preferred connector brand is by Tyco
<arokux> rings_IIV: the other point is the documentation of the chips. we have the source code of the kernel, but this is sometimes not enough. since you collaborate with WITS (which is close to AW) maybe you can ask them for some docs that sunxi.org needs to improve its kernels?
<rings_IIV> for the SODIMM 200pin 1.8v
<arokux> rings_IIV: here is some dump of the wishes: http://linux-sunxi.org/Documentation_Request
<arokux> rings_IIV: but I think any new documentation is appreciated.
<rings_IIV> I never collaborated with WITS, I just purchased Dev kits from them
<arokux> rings_IIV: ah, then I've misunderstood you, sorry.
<arokux> rings_IIV: (<benn> is the guy behind Cubietech)
<rings_IIV> I have A10 and A31 dev kits
<rings_IIV> currently
Quarx has joined #linux-sunxi
<EGM> arokux: I would love to help you more, but I am afraid that I am out of options (at least with hardware I have access to for testing).
<oliv3r> arokux: you got your delayed CT then? :)
kaspter has quit [Remote host closed the connection]
arete74 has quit [Quit: leaving]
arete74 has joined #linux-sunxi
rellla3 has joined #linux-sunxi
rellla3 has quit [Client Quit]
\\Mr_C\\ has quit [Quit: .]
hollowhead has joined #linux-sunxi
hollowhead has left #linux-sunxi [#linux-sunxi]
Guest21411 has quit [Read error: Connection reset by peer]
soul has joined #linux-sunxi
soul is now known as Guest83880
ZetaNeta has joined #linux-sunxi
ZetaNeta has joined #linux-sunxi
ZetaNeta has quit [Changing host]
<oliv3r> anybody around here got experiemence with sqlite3 (and PHP?)
jemk has joined #linux-sunxi
\\Mr_C\\ has joined #linux-sunxi
<Turl> oliv3r: I have some experience with both but separate
<arokux> oliv3r: yes, Benn forgot 3 persons, and sent later extra packages for them me including
<jemk> i think i have found the ip used for gmac... at least the regs i put in wiki match :)
<Turl> oliv3r: btw, read the backlog :) apparently we can use 400MHz mbus and get some stability guarantee
<Turl> but we need to up a voltage 0.05v
<Turl> ssvb: ^ too
<oliv3r> Turl: same; i'm working on a webapp, that constantly queries a sqlite3 database; read mode 99% of the time
<oliv3r> now is there a button, that does a simple 'drop table '$table''; from the database
<oliv3r> but nomatter what I try, it always says the database is locked
<oliv3r> which is a little bs :)
<oliv3r> insert,update etc works
<oliv3r> only drop fails
<Turl> you said you had people reading? :)
<oliv3r> i allready enabled the journal-mode=wal pragma, set the busytimeout values
<oliv3r> Turl: 0.05V extra volt is acceptable I would think if that means 400MHz mbus
<oliv3r> Turl: did AW test/confirm this, or 'users'
<Turl> oliv3r: maybe you can go with "delete from table;"
<Turl> oliv3r: benn asked allwinner and got that as answer, read the backlog :p
<oliv3r> because in the later case, while helpful, there is still the random stability issue
<oliv3r> Turl: ok will read now
<Turl> oliv3r: benn also offered to test for stability
<oliv3r> Turl: yeah but then the table still remains, so if there's a new 'create table' it won't work ebcause name allready exists :)
<oliv3r> but the delete works ;p
<oliv3r> Turl: how long ago is that?
<Turl> oliv3r: last night
<Turl> so ~8h?
<oliv3r> ok, long backread; check
<oliv3r> oh looks like 3 am :p
<arokux> jemk: that is really cool
<arokux> jemk: do you have an idea what dw can stand for?
<oliv3r> Turl: ah, so from 1.25V to 1.3V for VDDR, as VCORE allready runs at 1.4V is the conclusion right?
<oliv3r> well battery tablets etc might wanna downclock everything
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
<Turl> oliv3r: yes, dcdc3 I think? which turned out to be vddr
<arokux> jemk: how design ware fit together with STMicroelectronics? STMicroelectronics have used the IP too?
<Turl> oliv3r: I was thinking of something like #ifdef 400M_MBUS #define VOLT, FREQ... #else ... #endif
<jemk> arokux: yes, stm used it and wrote a linux driver for it
<Turl> then use 400M_MBUS on boards we get confirmation that it's ok
<oliv3r> Turl: btw, delete from works just fine, but i can't drop it; if i use sqlite3 cli, i can drop fine, while the webinterface gets polled, so for some reason i'm not allowed to drop a table
<jemk> arokux: and allwinner copied some functions from their source and changed many things
<jemk> but many things are copied 1:1...
<arokux> jemk: yes, this is their style.
<Turl> oliv3r: what about delete'ing and using 'create table if not exists'? :)
<oliv3r> i dunno if i wanna introduce such a huge codechange :p
<oliv3r> well actually that might work
<oliv3r> i'm gonna try delete *; drop table;
<oliv3r> i first thought that maybe the webserver kept polling that specific table; but doesn't seem to be true either
rellla3 has joined #linux-sunxi
<oliv3r> Turl: yeah but then there's boards where it's okay and stable, but due to power usage, we want to have it lower anyway
<oliv3r> Turl: personally I feel strongly on haveing it on 400MHz on stable boards, powerusage .. pff who cares :)
<Turl> oliv3r: :)
<oliv3r> but fuck, even delete; drop; doesn't work :S
<arokux> jemk: what is the current state of ethernet for cubietruck? does it work with sunxi-3.4 at all?
<arokux> oliv3r: ^
kz1_ has joined #linux-sunxi
<oliv3r> erm, same as 3 weeks ago? ;p
<oliv3r> i know someone was interested in starting on mainline work for gmac
<oliv3r> wens i think
<jemk> arokux: it works with benns version from github.com/cubieboard
<arokux> oliv3r: I just do not know the status from 3 weeks ago :)
Guest83880 has quit [Ping timeout: 272 seconds]
<arokux> jemk: is somebody working to add the support to sunxi-3.4?
<oliv3r> arokux: gmac only works with lichee kernel
<arokux> oliv3r: will EMAC still work on cubietruck?
<oliv3r> i think that's the lichee-3.4 version copied to cubieboard-3.4; i don't think anybody moved it to sunxi-3.4
<oliv3r> arokux: yes, but the RGMII PHY on the board doesn't like to talk to the EMAC which doesn't talk RMII, only MII
<oliv3r> the PHY only talks RGMII and RMII
kz1 has quit [Ping timeout: 245 seconds]
kz1_ is now known as kz1
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
<arokux> oliv3r: so what it means in the end result? no ethernet on cubietruck with sunxi-3.4?
<oliv3r> rgr
<oliv3r> only if you use 3.3 or 3.4 lichee kernels
<oliv3r> for now
<oliv3r> but gmac from liche-3.4 should be just a copy/paste away
<arokux> oliv3r: the PHY on cubieboard2 is different and that is why ethernet works with sunxi-3.4. is that correct?
<Turl> arokux: cb2 has the same design as cb1
<Turl> the phy is a 100M one
<oliv3r> arokux: ethernet is a bit 'wide' in terms of words; the PHY is different
<oliv3r> 'ethernet' is a MAC and PHY combined I suppose
<oliv3r> in any case, cubietech opted to use the cheaper 32 pins instead of the slightly mo re expensive 48 pin PHY
<oliv3r> difference between those two was mainly MII, GMII support
<oliv3r> with MII support, we could have used the emac driver with the PHY
<oliv3r> Turl: i think al result sets need to be explicitly closed; which makes it fail :S
naobsd has joined #linux-sunxi
<arokux> oliv3r: ok, feel free to improve this stub: http://linux-sunxi.org/A20-Cubietruck#Status_of_the_community_kernel_.28sunxi-3.4.29
<oliv3r> pff, i don't know if it's a great idea to have 'per board kernel status'
<oliv3r> a general 'kernel status' page is more usefull
<oliv3r> stable, 3.4; drivers supported/unsupported/status or something
<oliv3r> spreading it over a few board pages becomes a big bad forest ;)
<libv> oliv3r: start small
<libv> oliv3r: also, users work differently
<libv> oliv3r: they first get the hw, then check out whether and how well it is supported
<slapin> hi, all!
<slapin> do anybody know who's in charge for https://github.com/naguirre/meta-allwinner?
<slapin> I have a few simple fixes for him to pull
<oliv3r> slapin: what's that repo about? don't know him
<slapin> I made cubieboard work well with OE, including ethernet and all, so I can finally publish some jffs2 experiment
<oliv3r> libv: true, but a pointer to a generic kernel page sounds a little more usefull then a 'per board'
<libv> oliv3r: who is ever going to maintain that and keep it up to date?
<slapin> oliv3r: this is OpenEmbedded 'layer' with some board support sith allwinner processors, including cubieboard, cubieboard2, olinuxino-a10s
<libv> oliv3r: unless this is generic A20 info, that is
<libv> oliv3r: which it isn't, only few boards will come with the rtl8211
<libv> slapin: the guy who did this repo messed up the X11 deps again
<libv> slapin: i have seen the name naguire before though
<oliv3r> slapin: ah cool; never heard of the guy though
rmull has quit [Quit: leaving]
<libv> slapin: https://github.com/naguirre?tab=activity he seems to have push permission there
<oliv3r> libv: i guess I understand what you mean, maintaining a single page with all possible drivers would be huge; but i'm worried about the maintanance things, who will maintain all those boards etc
<oliv3r> and the 3.4 kernel is quite limited on supported drivers, since only allwinerized drivers would owrk
<libv> oliv3r: if i had gotten a new board, the first thing i would want to see is a page which lists all i need to know
<libv> i do not wish to trawl through a possibly endless list of obscure pages
<libv> also, what other boards will use this chip?
<libv> if there are other boards, then create an rtl8211 specific page, and link to that
<oliv3r> libv: some nice templates work wonders for that :D
<oliv3r> libv: i like how linuxtv somehwat does it
<libv> oliv3r: i think that you are the only one who works templates
<oliv3r> heh, i wish i could, i know nothing of them!
<oliv3r> but I see how they can be very usefull
<oliv3r> if I knew more i probably would make some
rellla3 is now known as rellla
<oliv3r> Turl: ok every function that access the database to be dropped is for sure 'finalized()';
arete74 has quit [Ping timeout: 246 seconds]
<slapin> ah, cool, he just pulled my changes
* slapin is proud of contribution
<slapin> I think this meta is worth adding to wiki
<slapin> oliv3r: ^
Black_Horseman has joined #linux-sunxi
<oliv3r> slapin: yeah probably too; if you could add it somewhere sensible, that'd be great
<slapin> oliv3r: where you think it would be feasible?
<slapin> oliv3r: I think some setup page could be nice too
<oliv3r> well there's FirstSteps
* slapin is long term OE fag
<slapin> oliv3r: please show the place as my mind is somewhere now
arete74 has joined #linux-sunxi
ykchavan has joined #linux-sunxi
arete74 has quit [Quit: leaving]
Gerwin_J has joined #linux-sunxi
dack has joined #linux-sunxi
HeHoPMaJIeH has quit [Remote host closed the connection]
eebrah has joined #linux-sunxi
<slapin> oliv3r: http://linux-sunxi.org/FirstSteps please review or you might want to change placement, etc, I quite have not got into sctructure...
<slapin> oliv3r: ?
<oliv3r> ok sure
<oliv3r> willd o :) thanks
hipboi has quit [Read error: Connection reset by peer]
<oliv3r> (.)(.) here, have some boobies :p
<slapin> oliv3r: thanks
hipboi has joined #linux-sunxi
<oliv3r> looks good
hipboi has quit [Client Quit]
<oliv3r> it's a big chunk i'll move it to its own page
jemk has quit [Quit: Verlassend]
<oliv3r> slapin: hmm, we had something similar http://linux-sunxi.org/OpenEmbedded
<oliv3r> i made it into 2 sections for now
<oliv3r> as that's from 'ebutera' instead of nugerra
<slapin> oliv3r: OpenEmbedded and Angstrom scripts left on bottom of FirstSteps page
<oliv3r> fixed :)
<slapin> oliv3r: ebutera is no longer updated, it seems
<oliv3r> yeah we probably will purge the upper half of that page
<oliv3r> and only leave your section
<slapin> oliv3r: try to read and fix typoes if you find any, as you see I might do a lot
<oliv3r> yeah :)
<enrico_> slapin: it IS updated :D
<enrico_> actually now i just merge naguirre work
<enrico_> and another repo was even more active then mine/naguirre
<enrico_> if you are interested i can find what was it
<enrico_> i believe the vonfritz one was the last i tested, and the more up-to-date with olinuxino a20 etc...
<oliv3r> yyou busy bees
<enrico_> i just keep an eye on the forks and merge back after i test them, at least for me i'm not "coordinated" with them (unfortunately)
<slapin> enrico_: thanks for clarification
<slapin> enrico_: could you please update wiki page then?
<slapin> enrico_: this makes find stuff easier for newcomers
<slapin> enrico_: and lazy people like me
<enrico_> hehe
<enrico_> link to the wiki?
<enrico_> ok
<slapin> this particuloar page
<slapin> enrico_: I think we should fine 'upstream' repo and propogate thet to koen's scripts so 'next' branch have up to date one
<slapin> enrico_: so to habe 2 less steps
<slapin> s/have/have
<slapin> damn
<slapin> s/habe/have
<enrico_> from "metas" activity the good candidates for upstream are naguirre and vonfritz, i try to keep mine in a working and tested state but they are more active then me
<oliv3r> i'm sure if we want a central linux-sunxi repo, that can be arranged and have that behave as 'upstream'
<oliv3r> for allwinner anyway
<oliv3r> mnemoc: ^
<enrico_> now that you say it, it would be better to have a fork in linux-sunxi and setup the maintainers there
<slapin> enrico_: a good thing about naguirre's repo is that everything is out of the box, just add it to scripts, configure, build, just as per OE docs, no extra steps
<enrico_> yes, i tested it and recently vonfritz one too, you even get a working sd card image that works perfectly
<enrico_> i don't know who manages linux-sunxi github, but i'd create a fork there and someone should maintain it (merging pull requests etc...), and it becomes the official meta
<slapin> mnemoc: ^
<enrico_> about the wiki page: i'd just remove method 1, the second one looks good to me
<oliv3r> enrico_: ok, go for it :)
<libv> naguirre should have his repo at the sunxi github
<enrico_> for now leave the naguirre repo, then it will be changed with the official one
<apo> hm, sync's dead, waiting for IO...
Skaag has joined #linux-sunxi
wingrime has joined #linux-sunxi
apo has quit [Read error: Connection reset by peer]
<mnemoc> if the person maintaining it wants to move the repo to the orga, I can gladly add him to the team
<mnemoc> and there are quite a bunch of admins who can do it too ;-)
<mnemoc> i don't have the monopoly
arete74 has joined #linux-sunxi
<mnemoc> it's better that they move the repo and then fork for development than doing it the other way
<slapin> mnemoc: could you write to github.com/naguirre so he knows the opportunity?
<mnemoc> i think i've talked with him before in... #olimex?.... and he wasn't interested
<slapin> mnemoc: or I could become formal lazy maintainer merging pull requests for the official repo if he won't agree
<mnemoc> it makes more sense to have the "stable" in the orga, and dev trees for wip development
<slapin> mnemoc: it is just the matter of tags and branches
<mnemoc> to keep the users from getting an experimental branch by... accident
<slapin> mnemoc: I can setup CI stuff for testing
<mnemoc> ask him if he want to move it to the orga, then I add him to an oe team so he can move and fork
<slapin> mnemoc: OE IS development stuff, so people are prepared
<slapin> mnemoc: who me?
<mnemoc> sure
* slapin scratches his head
<mnemoc> if he doesn't want to maintain a linux-sunxi/meta-sunxi you would ;-)
<mnemoc> so, you contact him
<slapin> mnemoc: you make lazy person do a thing, do you know consequences?
<mnemoc> =)
ganbold_ has joined #linux-sunxi
ganbold__ has quit [Remote host closed the connection]
<slapin> mnemoc: written that mail, will wait for answer
deasy has joined #linux-sunxi
<mnemoc> thanks!
Sonicadvance1 has quit [Remote host closed the connection]
Sonicadvance1 has joined #linux-sunxi
BluesBoy has quit [Quit: HydraIRC -> http://www.hydrairc.com <- \o/]
<enrico_> wiki updated
codingrobot has quit [Ping timeout: 240 seconds]
codingrobot has joined #linux-sunxi
pfdm has joined #linux-sunxi
Soru has joined #linux-sunxi
Soru__ has joined #linux-sunxi
Soru has quit [Ping timeout: 272 seconds]
<arokux> oliv3r: you have cb2, right?
<arokux> mnemoc: what hardware do you own?
<slapin> enrico_: thanks!
<mnemoc> arokux: all my toys are still on a box. but i hope to resume sunxi programming this weekend on a CT
<arokux> mnemoc: no cb2?
<mnemoc> nope. my former-former employer stole it
<arokux> mnemoc: ?! what kind of employers you have....
<mnemoc> i have 2 cb1, 2 ct, 1 bdd kit, 1 itead kit, and a10s, a20 and a13 olinuxinos
<mnemoc> and one radxa rock
<mnemoc> and an old mele a1000
captainigloo has joined #linux-sunxi
<mnemoc> naguirre!
<captainigloo> hi
<captainigloo> yes it's me :)
<mnemoc> :)
<mnemoc> so you'll move your meta-allwinner into linux-sunxi/meta-sunxi and join the community? ;-)
<captainigloo> yes i do :)
<mnemoc> \o/
<mnemoc> 1m, let me add you to the team
<captainigloo> hehe thanks :)
eebrah has quit [Read error: Connection reset by peer]
<mnemoc> captainigloo: permissions granted, now you can move it
<mnemoc> :)
<captainigloo> ok !
<captainigloo> thanks a lot
<mnemoc> yw ;-)
<mnemoc> slapin: thanks you too ;-)
<captainigloo> slapin: it was in my todo for a while
<captainigloo> ;)
<mnemoc> captainigloo: please ping me after moving it, to grant control over the new repo to the OE team
<mnemoc> so you can keep commiting and admining it
geecko has joined #linux-sunxi
<captainigloo> i plan to do that tonight
eebrah has joined #linux-sunxi
<captainigloo> btw what's the best way for the move ? i push to the the repo and remove mine ?
eebrah is now known as Guest8720
<mnemoc> captainigloo: no, tell github to move it
<mnemoc> yours will get a redirect
<captainigloo> ok perfect
<mnemoc> then you fork the new one
<mnemoc> for your developement
<mnemoc> so naguirre/meta-allwinner is internally redirected to linux-sunxi/meta-sunxi, and naguirre/meta-sunxi a development fork for linux-sunxi/meta-sunxi
<captainigloo> and i would like tochange the name for meta-sunxi ?
<captainigloo> yep ok perfect
<mnemoc> it's better to avoid trademark issues
<mnemoc> and allow you to keep both names
ykchavan has quit [Ping timeout: 264 seconds]
<arokux> what is this meta good for? explain to a noob please :)
<mnemoc> arokux: openembedded overlays
<captainigloo> arokux: it's a onverlay for openembedded/yocto
<arokux> this sounds even more complicated
<mnemoc> captainigloo: btw, we can also host bin packages if you like
<arokux> what can I do with it? :)
<captainigloo> you can byild your own distribution
<mnemoc> custom-linux-distros in a corporate friendly way :p
<captainigloo> mnemoc: what for ?
<arokux> what is the difference if I go for the debian/ubuntu/arch/you-name-it rootfs?
<mnemoc> captainigloo: allow people to just install/update kernel packages maintained by you
<captainigloo> mnemoc: hum ok
<mnemoc> captainigloo: like apt or yum repos
<mnemoc> captainigloo: but only if you want
<captainigloo> mnemoc: hum yes i see
<captainigloo> in fact i also manage a distribution
<captainigloo> and we plan to have binary packages (ipk)
<captainigloo> but we allready have a server for that
<captainigloo> i'm using cubieboard and mele a2000 for home automation server and interface
<captainigloo> it works pretty well
<captainigloo> and since we got opengl working, the touchscreen interface is just perfect ;)
<captainigloo> gles*
<captainigloo> it's a video running calaos on the mele a2000
<mnemoc> captainigloo: nice :)
<arokux> Unfortunately, this video is not available in Germany because it may contain music for which GEMA has not granted the respective music rights.
Black_Horseman has quit [Quit: Αποχώρησε]
<captainigloo> arggg my girlfriend was listening to Adele at the same time ...
<mnemoc> <3 GEMA <3
<captainigloo> youtube filters are really good !
<arokux> captainigloo: maybe you upload it somewhere else?
<mnemoc> or replace the sounds :p
<captainigloo> but it's 297MB
<arokux> downloading it with 5MB/s
<captainigloo> not bad :)
<captainigloo> it's my upload ...
<arokux> captainigloo: but I do not see you using the touchscreen?
<captainigloo> arokux: ah yes indeed
<captainigloo> it's with the mouse :)
<arokux> captainigloo: do you also have touchscreen?
<captainigloo> no i don't
<arokux> ah, ok
<captainigloo> raoul do
<captainigloo> we are working together on calaos
<captainigloo> and he uses the mele with
<arokux> captainigloo: I see, which TS is he using?
<captainigloo> it's elo touchscreen
<captainigloo> i don't know exactly the name
<captainigloo> it uses usb or serial
<arokux> captainigloo: and one can easily connect it to Mele A2000?
<captainigloo> it's a screen with touscreen integrated
Guest8720 is now known as eebrah_
<slapin> elotouch is cool thing, but it is soo huuuge...
bsdfox\ has joined #linux-sunxi
<captainigloo> yep it's for integration into walls
<slapin> captainigloo: cool thing for teaching environment, might buy a few to torture students in more hi-tech way
<mnemoc> poor students having to use EFL...
<mnemoc> (/me loves efl btw)
<slapin> well, my students are not poor, mine are unfortunate ones, and they still use chalk and black board, or marker and whiteboard...
<arokux> so what is the difference if I go for the debian/ubuntu/arch/you-name-it rootfs? (instead of oe/yocto overlays)
<slapin> arokux: you feel closer to corporations
<captainigloo> arokux: depends on what you want to do
<mnemoc> arokux: on one you adopt an existing enviorment, with oe (or similars) you decide each component
<captainigloo> id you want to build your own distro, openembedded is good
<mnemoc> until they start imposing systemd on you :\
<slapin> arokux: actually this is something you make your custom firmware in VERY flexible, hard way, you will feel elite and slightly sad
<slapin> arokux: hint: developer stuff, hardcore and dangerous, and you can feel frustration at times
<slapin> arokux: but unique and unreplacible if you know what you're doing
<slapin> mnemoc: Aah! lets start systemd vs whatever flame!
eebrah_ has quit [Read error: Connection reset by peer]
<slapin> actually I already submitted to systemd in angstrom, it works as you learn to prepare it, but I can't live with it on desktop
<captainigloo> we are using systemd with calaos
<captainigloo> it's just perfect
<captainigloo> i love it :)
<slapin> actually, systemd is not evil, it is just buggy overfeatured undermaintained can of warms
<slapin> *worms
<captainigloo> :P
<slapin> we here have some specific tasks here and had to maintain our own fork of systemd to suit our needs as the politics of the project is too ambitious for our taste
* arokux communicates with systemd devs to fix a very long hang on reboot/shutdown
<slapin> arokux: they refused to make logging modular, this is our primary issue
<slapin> arokux: we had to do this
<slapin> arokux: damn journald
<arokux> slapin: what do you teach?
eebrah_ has joined #linux-sunxi
<slapin> arokux: general workflow with embedded Linux using OE and qemu
<slapin> arokux: a prepare a few girls as educated testers
<arokux> slapin: so it is not university course?
<slapin> arokux: no, it is site-based local excuse for low salary for some employees
<slapin> arokux: you pick up students, teach them and then force them work for food
<arokux> slapin: where can one enroll? :)
<captainigloo> mnemoc: ok i'm transferring the repo
<captainigloo> it ask me for a new owner
<captainigloo> it's linux-sunxi (the organisation) ?
apo_ has joined #linux-sunxi
<slapin> arokux: well, if you want to work with traffic tracking systems (with glonass, etc.) till you die of exhaust, then please come visit Saint Petersburg, Russia, call me and we can talk, but the salary will be low even for Russian standards
<arokux> depends on traffic :D
<slapin> arokux: public busses, tramways, trolleybuses, various other vehicles
apo_ has quit [Ping timeout: 260 seconds]
apo has joined #linux-sunxi
<slapin> captainigloo: linux-sunxi
<mnemoc> captainigloo: yes, linux-sunxi orga
<Tsvetan> slapin why IT salary is low in Russia? here IT sector paychecks are x3 than in any other sector, maybe just banking and finance take more
<captainigloo> it seems i can't
<mnemoc> captainigloo: you are team member. you can.
<slapin> arokux: the good side - you don't pay for education, the bad side - you get salary of 7000-12000 rubles without chance of increasing it, and agree to work for 1 year after graduation
<captainigloo> mnemoc: naguirre for the username ?
<mnemoc> captainigloo: yes. and you should have received a notification email from github
<captainigloo> no i don't :(
<mnemoc> check spam :p
<mnemoc> doh. forgot to save the team :\
<mnemoc> captainigloo: try again
<arokux> slapin: this is not bad. imagine you get nothing in some lousy university and then ask yourself how to use your "knowledge" after graduation.
<slapin> Tsvetan: it is not generally low in Russia - it is greedy organizations exploiting untrained cheap labour
<slapin> arokux: 7000-12000 rubles ~$200-$400 bucks
<captainigloo> i didnt't get any email from github in the last 2 hours
<slapin> arokux: the minimal prace here with flat rent is 25K roubles
<arokux> slapin: I know, I come from a neighbor country
<captainigloo> ah
<captainigloo> i try again :)
<slapin> arokux: so you can only live with parents' support or you should be local punk with own flat (or free rent :))
<Tsvetan> slapin this means the demand for IT graduates is low, here the companies fight and steal employees :)
<Tsvetan> one company even made private own ´university´ to educate free of charge people who want to work in IT industry later
<arokux> they are not yet IT graduates
<slapin> arokux: and knowing the prices, I think you can't be either if toy agree for such "job"
<arokux> slapin: but how is that different if you go to university? you still have to pay 25k rent and get nothing.
<arokux> with IT specialty after your education/work the possibilities are much higher then after university
<slapin> Tsvetan: a problem here is that there is no real industry, only corps supporting militarys and various other government orgs, business wants candidates with experience, so usual student is unable to get any normal salary, so he gets to whatever job he can to gain experience
<slapin> arokux: in Russia in IT education means nothing, but experience means everything
<Tsvetan> so education is not good like here
<arokux> slapin: so you see it is better to go to your university
<arokux> Tsvetan: it is good, but not practically oriented.
<slapin> arokux: I hate myself breedeng hordes of slaves
<Tsvetan> this is what I mean - obsolete programs, probably still learn Fortran77
<slapin> arokux: girls intended to know what embedded linux is fail to find SysRq on keyboard, so the level.
<arokux> what could they do otherwise? they are happy to have you and will get lots of chances!
<slapin> arokux: not obsolete, they know MS Excel quite well, but they don't know what Fortran is. Optimized education, that is
<arokux> Tsvetan: education is strong in math, algos, but not up-to-date technologies. maybe not fortran77, but pascal :)
<slapin> arokux: not strong in anything anymore :(
<slapin> arokux: thay fail at probablity theory even
<arokux> you are too pessimistic, in europe computer science students are much much weaker in math/algos, but have access to technology
<mnemoc> captainigloo: so?
<captainigloo> mnemoc: i'm waiting for the email
<slapin> arokux: well, math/algos work best when actually used in applications, but they don't really associate it with anything they see or can touch
<mnemoc> captainigloo: just try to move it
<slapin> arokux: they know some formulas, but don't know the global picture, so they don't know what to do with them
<captainigloo> ah ok, i misread
<captainigloo> ok it's moved to linux-sunxi/meta-allwinner
<slapin> arokux: they are not educated to think creatibely, like engineer, they don't have any creative freedom in the head, and I have to teach them to think independently and have their own opinion and be dependable at problem resolution
<captainigloo> there was no way to change the name
<mnemoc> captainigloo: now fork https://github.com/linux-sunxi/meta-sunxi
<mnemoc> captainigloo: into your own, for development
<mnemoc> captainigloo: you are admin of the project, and obviusly can commit too
<captainigloo> awesome
<arokux> slapin: how old are they, are they after the university already?
<mnemoc> captainigloo: old checkouts will be redirected internally by github
<slapin> Tsvetan: the IT education was limited to what general consumer have to cope with every day, they have some abstract education about algoruthm theory, but they just forget everything as get out of the building, and nobody cares really to test them
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
<slapin> arokux: pre-graduation diploma practice
<slapin> arokux: then a year after graduation
hramrach has joined #linux-sunxi
* mnemoc looks at his algo. books in the shelf and wonders if he remembers anything from there
<slapin> arokux: ~24 y.o.
<arokux> slapin: I think what you describe is normal :)
<slapin> arokux: it is too good I have my damn trackers to forget all about this at times
<slapin> mnemoc: all you have to remember is method of self-education, then you can learn new things and do your job. But these people fail at this and I have to fix this up. about 1/3 just leave the second day, frustrated. As I'm not going to use magic, that is.
<slapin> strangely, girls are more stubborn at this, like they feel humiliated by the situation, and have great success rates, they really fast learn technically complicated things, probably just to prove something, but lose interest soon, prefering simpler work as rootfs/system testers.
<slapin> aha
<slapin> so we need to update README telling it is OFFICIAL now, and then fix wiki page, again :)
andreasw has joined #linux-sunxi
<enrico_> uhm i don't know if it can be called official, to me official means supported by allwinner
<techn__> captainigloo: thanks! :)
<techn__> Does OE have support for pre-build repository yet?
<captainigloo> hey, np :)
<captainigloo> whatt you mean by pre-build repository ?
<techn__> so that I wouldn't have to build everything again everytime
<mnemoc> enrico_: but now it's meta-sunxi, not meta-allwinner. and it's officially supported by the sunxi.org community now ;-)
rz2k has joined #linux-sunxi
<enrico_> mnemoc: right :D
<captainigloo> ah it's up to the distro to do such things and provides binary packages
<captainigloo> IMO
<slapin> techn__: if you build first, then you can just build what you need in additive manner, as long as you don't update metadata
<slapin> techn__: there are also image builders from binary packages
<slapin> techn__: whateber you prefer
<techn__> yeah.. so situation is same as 2 years ago
<mnemoc> enrico_: should I add you to the OE team too?
<mnemoc> captainigloo: ---^
<captainigloo> i'm not against :)
<enrico_> sure, thanks
<mnemoc> ebutera?
<enrico_> yes
<mnemoc> done
<slapin> techn__: you can build repository of packages in install in debianish way with opkg, so have homebrew binary distro.
<mnemoc> i offered we can host an ipkg/opkg repo in packages.linux-sunxi.org....
<slapin> techn__: I just don't understand your goal, as this is not primary OE target
<techn__> slapin: but still I have to build it from beginning..
<techn__> I need to build even toolchain to build it ?
<techn__> and for every board?
<slapin> techn__: you can as somebody to build it for you :) then it will look as it is really binary distro
Fusing has joined #linux-sunxi
<slapin> techn__: you better read docs as here YMMV and lots of things can be shortcut
<enrico_> wiki updated
<slapin> techn__: angstrom, for example, provide binary packages
<slapin> techn__: but you might not like some options
EGM has quit [Ping timeout: 264 seconds]
FR^2 has quit [Quit: Connection reset by peer]
<slapin> enrico_: you did half-assed job :), as you didn't fix commands, and better leave development repositories links somwhere at bottom of the page
<captainigloo> techn__: not for every board, as most of them have the same arch, so it's build once per arch
<enrico_> slapin: ops, more than half :D i'm fixing it
* slapin is going to bed, CUL8r, people!
dwilkins has quit [Ping timeout: 260 seconds]
rellla has joined #linux-sunxi
<apo> Hm, can't run ntpd on my cubietruck...
<apo> weird
nove has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
_massi_ has quit [Remote host closed the connection]
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
n01 has quit [Ping timeout: 245 seconds]
rellla has joined #linux-sunxi
enrico_ has quit [Quit: Bye]
panda84kde has quit [Read error: Operation timed out]
awafaa has quit [Remote host closed the connection]
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
FR^2 has joined #linux-sunxi
ojn has quit [Remote host closed the connection]
steev has quit [Remote host closed the connection]
jeremb_ has quit [Remote host closed the connection]
bsdfox\ has quit [Remote host closed the connection]
pfdm has quit [Ping timeout: 250 seconds]
steev has joined #linux-sunxi
awafaa has joined #linux-sunxi
jeremb_ has joined #linux-sunxi
rz2k has quit []
ojn has joined #linux-sunxi
<jelly-home> Oopsie
nove has quit [Quit: nove]
<hramrach> apo where did yo uget that kernel?
<hramrach> do you have JUMP_LABEL in your config?
<hramrach> does it go away if you disable it (and rebuild whole kernel because it affects all objects ..)
* hramrach thought nobody else builds JUMP_LABEL kernels
notmart has quit [Quit: notmart terminated!]
arokux2 has joined #linux-sunxi
<arokux2> ping oliv3r
<apo> hramrach: on an Allwinner A20 (cubietruck)
<apo> hramrach: I'll take a look
<apo> CONFIG_JUMP_LABEL=y
<apo> oh, 'get', not 'use'
<apo> I built it myself :P
<apo> hramrach: Why's this a bad thing to use? :P
<wingrime> who have angstrom linux on sunxi screen shot?
<arokux2> wingrime hi
<wingrime> )
<arokux2> wingrime: you have cb2?
<hramrach> apo: because it crashes for you in something that looks like part of the JUMP_LABEL mechanism
* hramrach has cb2
<hramrach> running 3.12 kernel off nfs
<mnemoc> nice :)
<hramrach> probably locked up by now because the nfs always falls apart after a while
<wingrime> arokux2: yes
codingrobot has quit [Ping timeout: 264 seconds]
<apo> hramrach: Fair enough.
<arokux2> wingrime: can you please try to reproduce this issue? http://thread.gmane.org/gmane.comp.hardware.netbook.arm.sunxi/3973
<arokux2> wingrime: you can try what ever kernel you have after sunxi-3.4.43 I think
<hramrach> arokux2: for me devices disconnect normally on CT on the EHCI port (1 or 2, not 0)
<arokux2> hramrach: ok. this was on CB2
<hramrach> I don't use port 0 dues to wiring problems and it's device mode by default
<hramrach> that should not make any difference and I did not notice any issue there
<hramrach> but can't test easily atm
<wingrime> mnemoc: thats for apply
<wingrime> mnemoc: thanks
<arokux2> hramrach: it would be very kind of you! please reply with your findings to that thread
<wingrime> mnemoc: I simply afraid send big patches
<hramrach> arokux2: actually, I use only USB1 devices, probably
<hramrach> that might make more of a difference
<arokux2> hramrach: what do you mean by USB1?
<hramrach> full-speed, not high-speed
<hramrach> but I used the USB Etherenet thing and that should be high-speed and it disconnects all right
<arokux2> that guy says your image (which has some other kernel) works, but ours sunxi-3.4 won't disconnect the devices. are you testing with ours sunxi-3.4 now?
<arokux2> hramrach: also, maybe you haven't just payed attention if it disconnects or not? :)
<hramrach> actually, it's broken. the usb ethernet does not disconnect
<hramrach> it got reset on reconnect all right, though
<arokux2> hramrach: so you are able to reproduce it?
<arokux2> hramrach: "it" the issue reported by EGM
<hramrach> yes, only with high-speed/usb2/ehci device
<hramrach> a serial port goes away on disconnect which is presumably because it's full-speed/ubb1.1/ohci
<hramrach> yes, it's dangling off one of the ohci buses
<arokux2> hramrach: what?
<arokux2> hramrach: "dangling off one of the ohci buses" ?
<hramrach> when you see the lsusb output - thete is bus number for each device
lump has joined #linux-sunxi
<hramrach> the 1.1 and 2 hubs have each its bus number and so does every device
<hramrach> or you can look at this in some nice graphical device manager or /sys
<deasy> :)
<arokux2> hramrach: so you just said that OHCI device is disconnecting fine == "dangles off"? :)
<arokux2> deasy: you have cb2, right?
<deasy> nop, cubie one
<deasy> a10
<deasy> popolon, bip cb2 user
techn__ has quit [Ping timeout: 240 seconds]
eebrah_ has quit [Ping timeout: 246 seconds]
uwe__ has joined #linux-sunxi
froy has quit [Read error: Connection timed out]
uwe_ has quit [Ping timeout: 240 seconds]
<arokux2> right! popolon can you also try to reproduce http://thread.gmane.org/gmane.comp.hardware.netbook.arm.sunxi/3973
awatch has quit [Quit: awatch]
<arokux2> popolon: make sure you use EHCI USB device
<deasy> maybe he's busy
<hramrach> deasy: do you have that disconnect issue?
<deasy> with what?
* deasy brb
<hramrach> because I don't have on a10 but I have somewhat dated kernel - Sept 17
wingrime has quit [Quit: Lost terminal]
<popolon> oh this is a newsgroup
<popolon> long time didn't used it
<hramrach> arokux2: no, I mean that the the USB to serial converter is a loose exterior part of the OHCI bus - as you could see in something like the kde device manager
hramrach has quit [Remote host closed the connection]
<popolon> I will try to register to it then
<arokux2> popolon: you do not need to register
<popolon> oh no, google groups ?
<arokux2> popolon: ?
<popolon> I mean subscribe/add to a newsreader...
<arokux2> popolon: this is just our mailing list in a nice to read form
<deasy> back :)
hramrach has joined #linux-sunxi
<popolon> ah ok
<popolon> comp.hardware.netbook.arm.sunxi <= this remember me newsgroup hierarchies
<arokux2> popolon: please try to reproduce the issue once you have time
<deasy> hramrach, hmm dunno if i have this issue
<hramrach> that bug could have been there for ages without anybody noticing. I mean, I don't even have usbutils on cb1, and there is not problem with devices breaking because of that
<deasy> it's cubian ?
<hramrach> what's cubian?
<deasy> debian for cubieboard
<popolon> I've a little time now, I can try, but where is it's kernel ?
<hramrach> cubian is a debian image for cubieboard created by somebody
<popolon> ah he uses cubian
<deasy> no i have not say it
<deasy> it was a question
<deasy> as i use cubian
<hramrach> I run debian on cubieboard. Probably since before there was any cubian :p
<deasy> lot of change in 3.12, in a good way for desktop :)
<popolon> with the 3.4 kernel I didn't seen this kind of problem
<popolon> but I don't have usb wifi key
<arokux2> popolon: you should try with the latest sunxi-3.4 kernel
<popolon> but used lot of usb devices with 0 problems
<popolon> from nighty ?
<hramrach> popolon: it should manifest with any high-speed device
<popolon> nighty build ?
<hramrach> whatever you have
<hramrach> if it does not that's good data point too
<arokux2> popolon: there could be no noticeable issues. you would need to issue lsusb after plugging off the device
<hramrach> eg, thumb drive or usb ethernet should work for testing
<popolon> ok
<arokux2> popolon: just issue lsusb before plugging and after unplugging
<popolon> do you think wacom tablet would be a good test ?
<popolon> ah ok
<hramrach> depends on the tablet
<popolon> but I never had problem with lususb
<popolon> lsusb and usb devices
<deasy> i try with the last cubian
<popolon> I pluged/unpluged a lot
<hramrach> it's not a problem per se
<popolon> tablet, keyboard, mouse
techn_ has joined #linux-sunxi
<hramrach> it's just untidy
<hramrach> the high-speed devices don't go away when unplugged
<popolon> will high speed
<popolon> (meaning usb2.0
<hramrach> yes, usb2
<popolon> I've card reader perhaps, that's sur is usb2
<hramrach> the tablet might too
<hramrach> you can see with lsusb
<popolon> no problem with lsusb so far
<hramrach> note the bus number next to device and next to a root hub
<popolon> I use it a lot
<popolon> but will retry
<popolon> ok
<deasy> time for dl the last cubian and write it on my sd
<hramrach> popolon: also hte issue only happens with devices sonnected directly to port 1 or port 2 of cubieboard.
<popolon> I use both
<hramrach> you cannot connect keyboard, mouse and tablet to those.
<hramrach> that's too many devices
<popolon> http://dl.linux-sunxi.org/nightly/linux-sunxi/linux-sunxi-3.4-sun7i/ <= what is the difference between the 2 version
<popolon> I connect 2 by 2
<popolon> :)
<popolon> unplug mouse => plug tablet
<popolon> as the tablet can be used as mouse
<popolon> I will try the second one, as the first crashed
<arokux2> popolon: what do you mean by 1st and 2nd version? different hashes in the names?
<popolon> yes
<popolon> and the size is not the same
<popolon> are the two the same version ?
<arokux2> popolon: those are builds from different states of the stage/sunxi-3.4
<popolon> ok thanks
<arokux2> with latest being the latest one
<popolon> will try it and if does not work last stage
<arokux2> popolon: so grab the latest
<popolon> else mine
<popolon> someone speak about gcc 4.8 incompatibility
<arokux2> popolon: yes, how is that connected?
<popolon> just about every try I made to compile kernel recently didn't work on my cb2
<popolon> and I use gcc 4.8
<popolon> download is too lon
<popolon> g
<arokux2> popolon: I see, do not use it...
<popolon> I will try with my version during the download
<hramrach> my old tablet is USB 1.1
<hramrach> I use gcc 4.7.2 for cross-gcc
<hramrach> and it WorksForMe(tm)
<popolon> I'm really sur it worked on 3.4
<popolon> at that's strange
<arokux2> gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux
<popolon> perhaps an ubuntu update killed him
<arokux2> this works for me
<popolon> ok
<arokux2> popolon: yes, it was update! the other guy had the same problem
<arokux2> Skaag: hi
<popolon> the beta2 worked fine
<popolon> ubuntu 13.10 beta2 version
<popolon> but even binary recently precompiled didn't work for me :/
<hramrach> popolon: I can pack the binary that works for me and upload it somewhere
<popolon> Bus 003 Device 002: ID 0bda:0161 Realtek Semiconductor Corp. Mass Storage Device
<popolon> how to be sure that is an usb 2.0 high speed (i belive intel renamed 1.0, 2.0 xxx)
Nyuutwo has quit [Ping timeout: 246 seconds]
<hramrach> look what kind of root hub is on bus 003
<hramrach> I have: Bus 003 Device 016: ID 056a:0065 Wacom Co., Ltd Bamboo
<hramrach> Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
awatch has joined #linux-sunxi
<popolon> ah ok
<popolon> so it's 2.0
<popolon> and no problem
<hramrach> what kernel version?
<popolon> Linux linaro-ubuntu-desktop 3.4.61+ #1 SMP PREEMPT Sat Oct 5 02:01:27 CEST 2013 armv7l armv7l armv7l GNU/Linux
<popolon> I will try with recent kernel
<popolon> I mean nightly
<popolon> this from 5 october this one
<hramrach> so about same as my working a10 kernel
<popolon> the first I compiled (with gcc-4.8 on beta2 i believe
<popolon> or perhaps beta1 ?
<popolon> of ubuntu 13.10
<popolon> will try last nightly (if it boot)
<arokux2> the guy with the issue had an even older kernel
<popolon> (from 28 october)
<arokux2> on 14th of October he also tried stage/sunxi-3.4
<hramrach> that's odd because ancient kernels seem to work
<Skaag> hi arokux2
<arokux2> Skaag: compiled sunxi-3.4?
<Skaag> I had to move the whole folder to another location, now git won't recognize it as a repo :-\
<Skaag> (out of space on main partition)
<Skaag> git status: fatal: Could not switch to '/usr/src/sunxi-bsp/': No such file or directory
<Skaag> (I moved it to /host/home/skaag/src/)
* hramrach has moved many repos without issues
<Skaag> hm.
<Skaag> maybe I need to do something after I move them
<Skaag> ok I created a symlink from /usr/src/sunxi-bsp to the new location
<Skaag> now it works
<Skaag> now to clean and switch to the 3.4 branch
<arokux2> :)
<Skaag> can you please remind me how to switch to 3.4 under linux-sunxi?
<Skaag> (sorry)
<arokux2> Skaag: git checkout sunxi-3.4
<Skaag> branch switched :)
<Skaag> ok going to go over my own documented instructions on settings in linux-config...
<Skaag> options may be slightly different in 3.4
Nyuutwo has joined #linux-sunxi
<popolon> crash
<popolon> next try => last nightly stage
<Skaag> is firmware EDID possible on ARM?
Nyuutwo has quit [Ping timeout: 260 seconds]
<popolon> last stage crash too :(
<Skaag> done configuring. now making. wish me luck.
<popolon> Is there someone that report working version of recent stage 3.4 on vb2 ?
<popolon> or any sun7i device ?
<Skaag> what's vb2?
<popolon> cb2, sorry
<Skaag> I have an A13 here, I plan to get an A20 soon.
<popolon> cubieboard2
<Skaag> CB = CubieBoard?
<mnemoc> :o
<Skaag> ah ok, don't have one of those yet...
<popolon> there are plans for multiprocessors cards soon
<popolon> several A20
<Skaag> mnemoc, wow :)
<popolon> as other allwinner use powervr instead of mali
<Skaag> 2gb ram, what a dream come true!
<mnemoc> Skaag: nah. it's not that. I do have two of those here
<Skaag> the price?
<popolon> taht's a little expensive, ?
<mnemoc> Skaag: but dealextreme selling cubieboards
<Skaag> ah, yes, I was surprised to see that too
<Skaag> I'm still a big fan of Olimex hardware
<arokux2> popolon: post the crash logs
n01 has joined #linux-sunxi
Soru__ has quit [Ping timeout: 260 seconds]
<popolon> arokux, http://sprunge.us/haaZ
<arokux2> I wonder if that the the root cause of the crash "try to kill cpu:0 failed!" there was another guy here yesterday with the same problem.
<Skaag> it fails building, fatal error: plat/dma.h: no such file or directory
<Skaag> (the 3.4 branch)
<Skaag> maybe I didn't clean properly
Soru has joined #linux-sunxi
<popolon> Skaag, make mrproper
<popolon> copy the deconfig
<Skaag> I did that
<popolon> make menuconfig (with ARM option)
<popolon> if you make a step without -march=ARM
<popolon> everything will goes wrong
<Skaag> I re-ran ./configure a13_olinuxino
<Skaag> it fetches a good base deconfig
<Skaag> trying to build now
<popolon> sorry
<popolon> with : ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
<popolon> option
awatch has quit [Quit: awatch]
<popolon> every make at each step should have this
awatch has joined #linux-sunxi
<arokux2> popolon: oh, I remember what that guy said, he said such a crash happens only on reboot, not on cold boot
Soru has quit [Read error: Operation timed out]
<popolon> but this doesn't happen with my kernel 1 month old
<popolon> and at this time with the non stage
<popolon> I mean 3.4 non stage
<popolon> now every recent kernel crash
<popolon> I can still use the 3.4.61+ I used, without problem
<popolon> only uImage, lib/modules lib/firmware are changed on the system
<popolon> and I each time choose by hand to boot on µSD instead of sata
<Skaag> did you change your gcc to 4.8 by any chance?
<popolon> I was already using 4.8
<popolon> but from ubuntu beta
<popolon> and from this time was updated :/
<popolon> but this doesn't explain the crash of ALL nightlies
<popolon> and at the time stage started to crash
<popolon> stable 3.4 still worked
<popolon> (by compiling myself)
<popolon> still with gcc 4.8
<popolon> I will retry to compile a stable from one month old
<popolon> with my version of gcc to be sure
Quarx has quit []
<arokux2> popolon: please consider git bisect if no other ideas
<deasy> re
<deasy> i test it now
<popolon> bisect = fork ?
naobsd has quit [Quit: Page closed]
<arokux2> popolon: http://sprunge.us/JgaF
<apo> Learn This Weird Trick, Discovered By Two Georgia Moms, For Making Each Other Feel Good
<deasy> usb disconnected, seems proper
<deasy> but i don't use last kernel
<arokux2> deasy: have you checked looking at the output of the lsusb?
<deasy> Linux Cubian 3.4.43+ on cubian r5 for cubie1
<deasy> yes
<deasy> nothing :)
<deasy> it's ok
<arokux2> deasy: so you tried on cb1?
<deasy> yep
<popolon> ok, wrote this little doc at a good place :p
<arokux2> popolon: and where is this good place? :)
<popolon> deasy, did you checked it was usb 2.0 ?
<arokux2> deasy: you can try cb2, if you have it.
<popolon> beside my kernels
<deasy> i don't have one ^^
<popolon> perhaps could be added in wiki about => helping find kernel regression
<popolon> or something like that
<deasy> hehe the soc is almost cold :)
<deasy> maybe 3x degree
<Skaag> failed on same missing file :-(
Nyuutwo has joined #linux-sunxi
pfdm has joined #linux-sunxi
awatch has quit [Read error: Connection reset by peer]
FR^2 has quit [Quit: und weg...]
n01 has quit [Ping timeout: 260 seconds]
apo has quit [Read error: Connection reset by peer]
apo has joined #linux-sunxi
ZetaNeta has quit [Quit: Leaving]
Montjoie has quit [Ping timeout: 240 seconds]
geecko has quit [Read error: No route to host]
geecko has joined #linux-sunxi
Montjoie has joined #linux-sunxi
<deasy> which allwinner has crypto hardware ?
<arokux2> deasy wants to fight NSA
<deasy> lol no
<arokux2> deasy works for NSA
<deasy> *whistles*
dack has quit [Remote host closed the connection]
<deasy> http://linux-sunxi.org/TrustZone all soc allwinner have it ?
shineworld has joined #linux-sunxi
<eagles0513875> hey guys :)
<eagles0513875> cant wait to get back to setting up buildroot on my cubieboard 2 :)
hramrach has quit [Remote host closed the connection]
hramrach has joined #linux-sunxi
jinzo has joined #linux-sunxi
Fusing has quit [Quit: Nettalk6 - www.ntalk.de]
<libv> lkcl: where did you pluck 30% from?
<libv> i stated 60% over the performance of the X11 binary, due to fire-and-forget job interleaving and proper integration with the display engine
<libv> i seem to be at 6% (or more) ahead atm, and proper job interleaving adds about 50% in performance, getting to just under 60
shineworld has quit [Quit: Leaving]
jinzo has quit [Quit: Leaving]
jinzo has joined #linux-sunxi
jinzo has joined #linux-sunxi
jinzo has quit [Changing host]
<Turl> deasy: yeah, all supposedly have trustzone
<Turl> I've never seen anyone using it though
<Turl> and trustzone won't accelerate your crypto operations, I dunno why do people always think that
<deasy> Turl, thank you, yes a people ask me it
<arokux2> Turl: it won't accelerate nothing at all?
<pfdm> Turl: Maybe because of this on the wiki : Allwinner SoC include a TrustZone cryptographic (crypto) engine co-processor that optimizes cryptographic operations with a 100x factor or even more comparing to a plain software implementation run on the CPU.
<Turl> arokux2: trustzone it's a thing to run a 'second OS' on a secure world
<arokux2> Turl: I see
<deasy> "TrustZone cryptographic engine and security accelerator co-processor that supports both decryption and encryption of AES, DES, and 3DES, as well as SHA-1, "
<Turl> arokux2: the security system (SS) should be able to do hardware crypto though
<Turl> deasy: I think the person who wrote that wiki page just mixed up SS and trustzone
<eagles0513875> hey Turl
<Turl> hi eagles0513875
<eagles0513875> hows it going Turl
<deasy> Turl, thank for informations :)
<arokux2> Turl: isn't that page just a dump from aw's user manual?
<arokux2> "security system" should be interesting
<Turl> would you rather see the page deleted or sanitized?
<Turl> if I clean it of inaccuracies it's not going to be any sunxi-relevant really
<arokux2> Turl: I'm not sure the effort it worth it. somebody who will write the drivers will clean it
<arokux2> Turl: as I did with AXP
<Turl> arokux2: there is no driver for trustzone
<Turl> unless you're designing some commercial system, it won't get much use
<arokux2> Turl: and security system?
<Turl> SS is useful, esp for people who use encrypted disks and the like
geecko has quit [Quit: Quitte]
pfdm has quit [Ping timeout: 250 seconds]
<Turl> we don't seem to have a SS page though :p
<Turl> I'll write one
<Turl> and kill the trustzone one
<Turl> hopefully people will get less confused then
<arokux2> Turl: now I get you
pfdm has joined #linux-sunxi
<arokux2> Turl: yes, this seems to be a good idea
pfdm has quit [Ping timeout: 250 seconds]
<popolon> I just realized
<popolon> that my version is not from 5 october, but the last one compiled the 5 october
<popolon> 3.4.61+ is from beginning of september
<popolon> but that's strange I don't see the defconfig
<popolon> ???
<popolon> If I checkout to version from this date
<popolon> checked this version that modify a file that I don't see ???
<popolon> probly a problem with branches ???
<Turl> popolon: run 'git status'
<popolon> starting with a fresh one + checkout work
<popolon> try to compile
<arokux2> good night
arokux2 has quit [Remote host closed the connection]
<popolon> http://pastebin.com/9LSH08k8 <= the result of status on strange version :)
<Turl> popolon: you're not on a branch, your HEAD is detached
<popolon> is this because I git chekout-ed a special revision ?
<popolon> I'm really a nuts with git
<Turl> if you checkout a revision it'll detach, yes
<popolon> but I suppose I done something wrong else
<popolon> unable to remember, trying lot of things with git to learn
<popolon> ok, managed to compiled fresh clone+checkout
<Turl> that revision looks like mainline kernel
<Turl> probably it's a revision from reference branch
<popolon> oh, ok
<popolon> no sun7i_deconfig here
<popolon> does not matter, I probably made some mistakes