mnemoc changed the topic of #arm-netbook to: EOMA: Embedded Open Modular Architecture - Don't ask to ask. Just ask! - http://elinux.org/Embedded_Open_Modular_Architecture/EOMA-68 - ML arm-netbook@lists.phcomp.co.uk - Logs http://ibot.rikers.org/%23arm-netbook or http://irclog.whitequark.org/arm-netbook/ - http://rhombus-tech.net/
alcides has joined #arm-netbook
alcides has joined #arm-netbook
alcides has quit [Changing host]
aexl has left #arm-netbook [#arm-netbook]
freakazoid0223 has quit [Quit: Leaving]
merbanan has quit [Ping timeout: 252 seconds]
voronaam has quit [Quit: Leaving.]
merbanan has joined #arm-netbook
SouL_ has joined #arm-netbook
SouL_ has left #arm-netbook [#arm-netbook]
KoH has joined #arm-netbook
KoH_ has quit [Ping timeout: 248 seconds]
tinti_ has quit [Ping timeout: 252 seconds]
stefanro has quit [Ping timeout: 246 seconds]
nemik_ has joined #arm-netbook
nemik has quit [Ping timeout: 255 seconds]
merbanan has quit [Ping timeout: 264 seconds]
merbanan has joined #arm-netbook
stefanro has joined #arm-netbook
leowt has left #arm-netbook [#arm-netbook]
freakazoid0223 has joined #arm-netbook
dfletcher has joined #arm-netbook
drgreenthumb has quit [Ping timeout: 248 seconds]
alcides has quit [Remote host closed the connection]
freakazoid0223 has quit [Ping timeout: 248 seconds]
aholler_ has joined #arm-netbook
aholler has quit [Ping timeout: 248 seconds]
Jef91 has joined #arm-netbook
gzamboni has quit [Ping timeout: 276 seconds]
gzamboni has joined #arm-netbook
Alex1269 has joined #arm-netbook
<Alex1269> I'm working on gpio driver for sunxi3,0/3.4. I think the "right way" to implement it is to use gpiolib. But gpiolib doesn't support attributes for pin drive_level/pull/mode_select. Is there any reasons against extending gpiolib ?
KoH_ has joined #arm-netbook
KoH has quit [Ping timeout: 240 seconds]
Jef91 has quit [Quit: Instantbird 1.3 -- http://www.instantbird.com]
Avernos_ is now known as Avernos
servili007 has quit [Read error: Connection reset by peer]
gimli has joined #arm-netbook
drachensun has quit [Remote host closed the connection]
RITRedbeard has quit [Quit: Leaving]
rellla has joined #arm-netbook
Quarx has joined #arm-netbook
RITRedbeard has joined #arm-netbook
ZaEarl has quit [Ping timeout: 252 seconds]
pcat has quit [Ping timeout: 248 seconds]
Dessimat0r has quit [Read error: Connection reset by peer]
Dessimat0r has joined #arm-netbook
RITRedbeard_ has joined #arm-netbook
RITRedbeard has quit [Ping timeout: 256 seconds]
rz2k has joined #arm-netbook
hipboi has joined #arm-netbook
<oliv3r> Alex1269: could it be that 3.4 is just to old?
pcat has joined #arm-netbook
<mripard> Alex1269: that's the role of pinctrl, not gpiolib
xenoxaos has quit [Quit: ZNC - http://znc.in]
<mnemoc> mripard: he is implementing it for the "legacy" script.bin based 3.0/3.4 tree
<oliv3r> anybody has started to work on pinctrl? I was thinking of playing alittle with it today
<mnemoc> pinctrl with script.bin is a nightmare
<mnemoc> and iirc not available for 3.0
<oliv3r> i ment for 3.4-3.8
<mnemoc> oliv3r: in 3.8+ it's already done properly
<mnemoc> the only point of re-implementing gpio properly would be to bring that to 3.0/3.4 people, not further
<mnemoc> properly in 3.0 terms obvisly.
<oliv3r> mnemoc: i ment for sunxi
<oliv3r> i don't think i saw anything for the A10 and pinctrl
<mnemoc> oliv3r: it will go into 3.9
<mnemoc> oliv3r: mripard already submited that
<oliv3r> ah, i didn't see any of that on the 'mainlining effort' wiki
<oliv3r> nor on our git tree i don't think :(
<mnemoc> that stuff lives in arm-soc's tree
<oliv3r> ah kewl
<oliv3r> well it would have helped if the wiki reflected that mripard :p
<mnemoc> +1
<oliv3r> i was getting all excited about looking into that, as it seemed reasonable easy :(
<mnemoc> in the legacy *cough* tree we only need to turn the current gpio-ugly driver into one using the proper (by 3.0 standards) class
<mnemoc> to give decent gpio support to people needing it today
<oliv3r> why, WHY won't php output any error? Just Why. E_ALL and error reporting is obviously enabled :S
<mnemoc> o_O
<oliv3r> google is FULL of people not having that on :S so all that doesn't help
<oliv3r> i assumed that E_ALL would always output all errors. phpinfo(); even lists E_ALL and display_errors as on; yet no error output, no output at all
<mnemoc> anything I need to change in the sunxi wiki?
<mnemoc> Alex1269: even if the gpiolib-based sunxi-gpio only supports reading and writing values it will be a great win for people runing sunxi devices with pins today
<mnemoc> Alex1269: for more complex stuff (as mripard said) it's pinctrl, but that effort isn't that much needed because setup is assumed to be done on the script.bin file
tinti_ has joined #arm-netbook
<oliv3r> mnemoc: na, this is my own test box :(
<mnemoc> so you do php intentionaly??? very sorry for you
<oliv3r> lol I have a mysql and postgres test database requirement, and wanted to install myphp and mypg-admin; pg admin works fine , myphpadmin doesn't do anything and since i don't get error output, i can't figure out why or what could be missing
<oliv3r> hmm, maybe php was outputting errors, but phpmyadmin wasn't producing output! *facepalm*
<mripard> mnemoc: I'll try to update the wiki today
<mnemoc> mripard: thanks!
pcat has quit [Ping timeout: 252 seconds]
SouL_ has joined #arm-netbook
popolon has joined #arm-netbook
<slapin> oliv3r: php allows apps to disable output, and many apps can't work with it enabled (as they use wicked output caching schemes).
hipboi has left #arm-netbook ["Leaving"]
<oliv3r> slapin: aye, but it's not obvious and not documented why phpmyadmin does it :S so i have to experiment as to find out why it's not dumping _any_ info _anywhere_
Alex1269_ has joined #arm-netbook
pcat has joined #arm-netbook
<Alex1269_> Ok, I'll write simple read/write/irq gpio driver (for gpiolib) using [gpio_para] fex section and then i'm going to add drive_level/pull attributes to gpiolib for myself
<mnemoc> Alex1269: send it too, but on a separated commit please
<Alex1269_> Ok. As for 3.8+... Is is usable ?
<mnemoc> for 3.8+ it won't be accepted, they use pinmux for that
<Alex1269_> No... i'm asking about whole 3.8 version. Is it usable for production?
tinti has quit [Quit: Leaving]
tinti has joined #arm-netbook
<Alex1269_> For example for automation server: gpio controlable hardware, i2c sensors, several rs232, nginx+php+mysql (on sata ssd), usb 3g modem for SMSing, one camera
<mripard> Alex1269: support is quite minimal for now
<mripard> we only have interrupts, timers and UARTs support in 3.8
<mripard> in 3.9, we will (I hope) have pinctrl and gpios, and maybe clocks
<mripard> it would be great to begin to have storage devices support in 3.10
<mripard> SPI and I2C as well, so that we can begin to have something actually useful
<Alex1269_> So 3.0 stable, 3.4 devel, 3.8 - experimental... Right?
<mripard> yes
<mnemoc> Alex1269: but "3.8" isn't a fixed target, it just happened to be the next once the mainlining began. currently the goal is 3.9 and so on
<ssvb> what would be the next long term support kernel after 3.4?
<mnemoc> ssvb: mainline
<mnemoc> ah, you mean theirs... 3.8 I guess
<mnemoc> odd numbers have never get much favour
<ssvb> actually I like the idea of always having something that just works :) after tracking the status of omap support in the mainline, I get an impression that something is always broken there
xenoxaos has joined #arm-netbook
<mnemoc> :)
<slapin> ssvb: for my boards omap generally works, as they improved their testing under rmk's pressure
<mnemoc> mripard: will try to merge i2c and spi drivers from the source drops and then clean them this weekend, for 3.0/3.4 and then to be adapted for dt
<mripard> mnemoc: ok, great
Avernos_ has joined #arm-netbook
Avernos has quit [Read error: Connection reset by peer]
wingrime has joined #arm-netbook
jlj has quit [Remote host closed the connection]
jlj has joined #arm-netbook
KoH_ has quit [Ping timeout: 260 seconds]
nemik has joined #arm-netbook
nemik_ has quit [Ping timeout: 248 seconds]
SouL_ has left #arm-netbook [#arm-netbook]
ganbold_ has joined #arm-netbook
gzamboni has quit [Ping timeout: 248 seconds]
gzamboni has joined #arm-netbook
aholler_ is now known as aholler
rellla2 has joined #arm-netbook
rellla has quit [Ping timeout: 246 seconds]
pcat has quit [Ping timeout: 276 seconds]
ssspiff has joined #arm-netbook
ssspiff has quit [Changing host]
ssspiff has joined #arm-netbook
datagutt has joined #arm-netbook
lkcl_ has quit [Read error: Connection timed out]
lkcl_ has joined #arm-netbook
ssvb has quit [Quit: Leaving]
kaspter has joined #arm-netbook
ssvb has joined #arm-netbook
Jef91 has joined #arm-netbook
rsalveti_ has joined #arm-netbook
rsalveti has quit [Ping timeout: 245 seconds]
rsalveti_ is now known as rsalveti
_whitelogger has joined #arm-netbook
ssspiff has joined #arm-netbook
drachensun has joined #arm-netbook
hp___ has joined #arm-netbook
deathz0r- has joined #arm-netbook
dyoung has joined #arm-netbook
nemik_ has joined #arm-netbook
bsdfox\ has joined #arm-netbook
pcat has joined #arm-netbook
SouL_ has joined #arm-netbook
Jef91 has joined #arm-netbook
ssvb has joined #arm-netbook
rsalveti has joined #arm-netbook
kaspter has joined #arm-netbook
datagutt has joined #arm-netbook
lkcl_ has joined #arm-netbook
rellla2 has joined #arm-netbook
gzamboni has joined #arm-netbook
ganbold_ has joined #arm-netbook
wingrime has joined #arm-netbook
jlj has joined #arm-netbook
popolon has joined #arm-netbook
Alex1269_ has joined #arm-netbook
Avernos_ has joined #arm-netbook
tinti has joined #arm-netbook
Alex1269 has joined #arm-netbook
tinti_ has joined #arm-netbook
dfletcher has joined #arm-netbook
merbanan has joined #arm-netbook
aholler has joined #arm-netbook
rz2k has joined #arm-netbook
WarheadsSE has joined #arm-netbook
Dessimat0r has joined #arm-netbook
TestModule_ has joined #arm-netbook
RITRedbeard_ has joined #arm-netbook
hramrach has joined #arm-netbook
gimli has joined #arm-netbook
xenoxaos has joined #arm-netbook
toxicpsion has joined #arm-netbook
jelly has joined #arm-netbook
Quarx has joined #arm-netbook
Gujs has joined #arm-netbook
discopig has joined #arm-netbook
ccssnet has joined #arm-netbook
lerc has joined #arm-netbook
specing has joined #arm-netbook
Holo_ has joined #arm-netbook
marcan has joined #arm-netbook
nomadic has joined #arm-netbook
stefanro has joined #arm-netbook
captainigloo has joined #arm-netbook
xxiao has joined #arm-netbook
rm has joined #arm-netbook
focus_well has joined #arm-netbook
arete74 has joined #arm-netbook
L84Supper has joined #arm-netbook
grevaillot has joined #arm-netbook
techn_ has joined #arm-netbook
blahee has joined #arm-netbook
ibot has joined #arm-netbook
Marex has joined #arm-netbook
mac- has joined #arm-netbook
br- has joined #arm-netbook
jinzo has joined #arm-netbook
niftylettuce has joined #arm-netbook
Kraln- has joined #arm-netbook
Mazon has joined #arm-netbook
Gumboot has joined #arm-netbook
hugoroyd has joined #arm-netbook
uwe_ has joined #arm-netbook
buZz has joined #arm-netbook
Workboot has joined #arm-netbook
XenGi_ has joined #arm-netbook
vgrade has joined #arm-netbook
piezo has joined #arm-netbook
steev has joined #arm-netbook
pucko has joined #arm-netbook
ManoftheSea has joined #arm-netbook
xymox has joined #arm-netbook
robws has joined #arm-netbook
libv has joined #arm-netbook
orly_owl has joined #arm-netbook
ganbold has joined #arm-netbook
Turl has joined #arm-netbook
markatto has joined #arm-netbook
gsilvis has joined #arm-netbook
arokux1 has joined #arm-netbook
hno has joined #arm-netbook
sspiff has joined #arm-netbook
traeak has joined #arm-netbook
slapin has joined #arm-netbook
IEF has joined #arm-netbook
oliv3r has joined #arm-netbook
mnemoc has joined #arm-netbook
robclark` has joined #arm-netbook
Entropy512 has joined #arm-netbook
jukivili has joined #arm-netbook
Pulser has joined #arm-netbook
acfrazier has joined #arm-netbook
ChanServ has joined #arm-netbook
Thomas42 has joined #arm-netbook
harrow has joined #arm-netbook
e-ndy has joined #arm-netbook
projectgus has joined #arm-netbook
barqux has joined #arm-netbook
raoulh has joined #arm-netbook
RaYmAn has joined #arm-netbook
NAiL has joined #arm-netbook
Brandon15811_ has joined #arm-netbook
mripard has joined #arm-netbook
andoma has joined #arm-netbook
Triffid_Hunter has joined #arm-netbook
Maqs has joined #arm-netbook
destinal has joined #arm-netbook
fredy has joined #arm-netbook
luka has joined #arm-netbook
zoobab has joined #arm-netbook
valhalla has joined #arm-netbook
ajmitch has joined #arm-netbook
ohama has joined #arm-netbook
jelly-home has joined #arm-netbook
Brandon15811 has joined #arm-netbook
uwe_mobile has joined #arm-netbook
aholler has quit [*.net *.split]
pcat has quit [*.net *.split]
acfrazier has quit [*.net *.split]
br- has quit [*.net *.split]
merbanan has quit [*.net *.split]
techn_ has quit [*.net *.split]
robws has quit [*.net *.split]
Jef91 has quit [*.net *.split]
dfletcher has quit [*.net *.split]
Quarx has quit [*.net *.split]
vgrade has quit [*.net *.split]
gimli has quit [*.net *.split]
WarheadsSE has quit [*.net *.split]
sspiff has quit [*.net *.split]
gsilvis has quit [*.net *.split]
XenGi_ has quit [*.net *.split]
niftylettuce has quit [*.net *.split]
slapin has quit [*.net *.split]
Workboot has quit [*.net *.split]
arete74 has quit [*.net *.split]
Gujs has quit [*.net *.split]
xenoxaos has quit [*.net *.split]
drachensun has quit [*.net *.split]
deathz0r- has quit [*.net *.split]
rsalveti has quit [*.net *.split]
datagutt has quit [*.net *.split]
tinti has quit [*.net *.split]
RITRedbeard_ has quit [*.net *.split]
Alex1269 has quit [*.net *.split]
TestModule_ has quit [*.net *.split]
ChanServ has quit [*.net *.split]
Alex1269_ has quit [*.net *.split]
nomadic has quit [*.net *.split]
ccssnet has quit [*.net *.split]
robclark` has quit [*.net *.split]
kaspter has quit [*.net *.split]
hp___ has quit [*.net *.split]
ssvb has quit [*.net *.split]
Avernos_ has quit [*.net *.split]
rz2k has quit [*.net *.split]
hramrach has quit [*.net *.split]
discopig has quit [*.net *.split]
ganbold has quit [*.net *.split]
pucko has quit [*.net *.split]
Triffid_Hunter has quit [*.net *.split]
focus_well has quit [*.net *.split]
toxicpsion has quit [*.net *.split]
Holo_ has quit [*.net *.split]
jinzo has quit [*.net *.split]
ohama has quit [*.net *.split]
ganbold_ has quit [*.net *.split]
lkcl_ has quit [*.net *.split]
jlj has quit [*.net *.split]
popolon has quit [*.net *.split]
uwe_ has quit [*.net *.split]
oliv3r has quit [*.net *.split]
specing has quit [*.net *.split]
xymox has quit [*.net *.split]
xxiao has quit [*.net *.split]
steev has quit [*.net *.split]
ManoftheSea has quit [*.net *.split]
luka has quit [*.net *.split]
Pulser has quit [*.net *.split]
barqux has quit [*.net *.split]
ajmitch has quit [*.net *.split]
buZz has quit [*.net *.split]
jelly has quit [*.net *.split]
lerc has quit [*.net *.split]
IEF has quit [*.net *.split]
captainigloo has quit [*.net *.split]
dyoung has quit [*.net *.split]
Mazon has quit [*.net *.split]
L84Supper has quit [*.net *.split]
wingrime has quit [*.net *.split]
arokux1 has quit [*.net *.split]
grevaillot has quit [*.net *.split]
nemik_ has quit [*.net *.split]
orly_owl has quit [*.net *.split]
blahee has quit [*.net *.split]
Maqs has quit [*.net *.split]
harrow has quit [*.net *.split]
projectgus has quit [*.net *.split]
ssspiff has quit [*.net *.split]
gzamboni has quit [*.net *.split]
SouL_ has quit [*.net *.split]
Brandon15811_ has quit [*.net *.split]
rellla2 has quit [*.net *.split]
tinti_ has quit [*.net *.split]
Gumboot has quit [*.net *.split]
libv has quit [*.net *.split]
andoma has quit [*.net *.split]
RaYmAn has quit [*.net *.split]
Thomas42 has quit [*.net *.split]
rm has quit [*.net *.split]
jelly-home has quit [*.net *.split]
piezo has quit [*.net *.split]
traeak has quit [*.net *.split]
hno has quit [*.net *.split]
Brandon15811 has quit [*.net *.split]
Dessimat0r has quit [*.net *.split]
stefanro has quit [*.net *.split]
ibot has quit [*.net *.split]
markatto has quit [*.net *.split]
raoulh has quit [*.net *.split]
valhalla has quit [*.net *.split]
e-ndy has quit [*.net *.split]
mripard has quit [*.net *.split]
hugoroyd has quit [*.net *.split]
destinal has quit [*.net *.split]
mnemoc has quit [*.net *.split]
uwe_mobile has quit [*.net *.split]
bsdfox\ has quit [*.net *.split]
Kraln- has quit [*.net *.split]
Entropy512 has quit [*.net *.split]
zoobab has quit [*.net *.split]
Marex has quit [*.net *.split]
jukivili has quit [*.net *.split]
marcan has quit [*.net *.split]
Turl has quit [*.net *.split]
NAiL has quit [*.net *.split]
mac- has quit [*.net *.split]
fredy has quit [*.net *.split]
gzamboni has joined #arm-netbook
ganbold_ has joined #arm-netbook
nemik_ has joined #arm-netbook
Avernos_ has joined #arm-netbook
deathz0r- has joined #arm-netbook
jlj has joined #arm-netbook
xenoxaos has joined #arm-netbook
arokux has joined #arm-netbook
Alex1269_ has joined #arm-netbook
RITRedbeard_ has joined #arm-netbook
pcat has joined #arm-netbook
Jef91 has joined #arm-netbook
rellla2 has joined #arm-netbook
bsdfox\ has joined #arm-netbook
tinti has joined #arm-netbook
ssspiff has joined #arm-netbook
kaspter has joined #arm-netbook
wingrime has joined #arm-netbook
tinti_ has joined #arm-netbook
rz2k has joined #arm-netbook
dfletcher has joined #arm-netbook
stefanro has joined #arm-netbook
Dessimat0r has joined #arm-netbook
lkcl_ has joined #arm-netbook
datagutt has joined #arm-netbook
WarheadsSE has joined #arm-netbook
SouL_ has joined #arm-netbook
rsalveti has joined #arm-netbook
dyoung has joined #arm-netbook
popolon has joined #arm-netbook
TestModule_ has joined #arm-netbook
Gujs has joined #arm-netbook
jelly has joined #arm-netbook
ssvb has joined #arm-netbook
gimli has joined #arm-netbook
Alex1269 has joined #arm-netbook
aholler has joined #arm-netbook
hp___ has joined #arm-netbook
merbanan has joined #arm-netbook
hramrach has joined #arm-netbook
Quarx has joined #arm-netbook
drachensun has joined #arm-netbook
toxicpsion has joined #arm-netbook
discopig has joined #arm-netbook
Mazon has joined #arm-netbook
lerc has joined #arm-netbook
jukivili has joined #arm-netbook
L84Supper has joined #arm-netbook
arete74 has joined #arm-netbook
Gumboot has joined #arm-netbook
ganbold has joined #arm-netbook
rm has joined #arm-netbook
Turl has joined #arm-netbook
specing has joined #arm-netbook
nomadic has joined #arm-netbook
captainigloo has joined #arm-netbook
xxiao has joined #arm-netbook
sspiff has joined #arm-netbook
marcan has joined #arm-netbook
focus_well has joined #arm-netbook
gsilvis has joined #arm-netbook
techn_ has joined #arm-netbook
Holo_ has joined #arm-netbook
ccssnet has joined #arm-netbook
hugoroyd has joined #arm-netbook
piezo has joined #arm-netbook
Marex has joined #arm-netbook
buZz has joined #arm-netbook
grevaillot has joined #arm-netbook
libv has joined #arm-netbook
XenGi_ has joined #arm-netbook
ibot has joined #arm-netbook
niftylettuce has joined #arm-netbook
steev has joined #arm-netbook
hno has joined #arm-netbook
br- has joined #arm-netbook
arokux1 has joined #arm-netbook
orly_owl has joined #arm-netbook
IEF has joined #arm-netbook
pucko has joined #arm-netbook
blahee has joined #arm-netbook
mac- has joined #arm-netbook
acfrazier has joined #arm-netbook
xymox has joined #arm-netbook
robws has joined #arm-netbook
Kraln- has joined #arm-netbook
jinzo has joined #arm-netbook
Pulser has joined #arm-netbook
markatto has joined #arm-netbook
traeak has joined #arm-netbook
destinal has joined #arm-netbook
Workboot has joined #arm-netbook
mnemoc has joined #arm-netbook
Entropy512 has joined #arm-netbook
robclark` has joined #arm-netbook
ManoftheSea has joined #arm-netbook
slapin has joined #arm-netbook
uwe_ has joined #arm-netbook
barqux has joined #arm-netbook
oliv3r has joined #arm-netbook
vgrade has joined #arm-netbook
Maqs has joined #arm-netbook
luka has joined #arm-netbook
harrow has joined #arm-netbook
ChanServ has joined #arm-netbook
e-ndy has joined #arm-netbook
RaYmAn has joined #arm-netbook
uwe_mobile has joined #arm-netbook
fredy has joined #arm-netbook
valhalla has joined #arm-netbook
Triffid_Hunter has joined #arm-netbook
ohama has joined #arm-netbook
raoulh has joined #arm-netbook
ajmitch has joined #arm-netbook
Brandon15811_ has joined #arm-netbook
projectgus has joined #arm-netbook
NAiL has joined #arm-netbook
Brandon15811 has joined #arm-netbook
andoma has joined #arm-netbook
mripard has joined #arm-netbook
jelly-home has joined #arm-netbook
Thomas42 has joined #arm-netbook
zoobab has joined #arm-netbook
kaspter has quit [Ping timeout: 276 seconds]
focus_well has quit [Remote host closed the connection]
pcat has quit [Read error: Connection reset by peer]
<slapin> hi, all!
<slapin> do anybody knows the link to bypass mentor's registration page to download toolchain?
<slapin> or something?
<mnemoc> googling for the file name tends to help
ZaEarl has joined #arm-netbook
<WarheadsSE> what is "mentor's toolchain"
<mnemoc> a toolchain that requires registration to download I assumed
<mnemoc> new owner of CodeSourcery
<rz2k> mentorgraphics bought codesourcery
<rz2k> year or so ago
<rz2k> you need to enter email to get the link
<mnemoc> and that link has a token or it's something we can link?
<rz2k> token :(
<mnemoc> so, someone grabs it, and then we upload to dl.linux-sunxi.org? :) still gpl isn;t it?
jukivili has quit [Ping timeout: 260 seconds]
ganbold_ has quit [Remote host closed the connection]
<WarheadsSE> mmm.... I have my own toolchain
<rz2k> no idea if it is GPL or whatever, I use linaro's toolchain and selfcompiled by ct-ng
<WarheadsSE> basically the same
<WarheadsSE> although with glibc 2.17/gcc 4.7.2 there is a glitch at the moment with ld.so.cache not being properly used
<WarheadsSE> linaro's patch apparently borks on proper indexing w/ flags of the hardfloat eabi in use, cause failure. Simply patch for the time being is to export LD_LIBRARY_PATH
* mnemoc uses linaro's. it's only an apt-get install away for me
<WarheadsSE> Ah, if only I used a debian based system ... :P
<mnemoc> :)
<WarheadsSE> Psst, theirs is broken too
<slapin> mnemoc: no ppa support for debian :(
<WarheadsSE> shouldn't stop you from manually grabbing it, no?
lkcl_ has quit [Ping timeout: 244 seconds]
lkcl_ has joined #arm-netbook
<slapin> WarheadsSE: I'm too lazy for that things... and I think it is binary-incompatible with debian.
<WarheadsSE> orly
<mnemoc> having different lxc-based build servers is easier :)
* specing wasn't able to get LXC to run
<slapin> mnemoc: work build servers do fine, but I want to compile various things on localhost, and Denx people say my toolchain, which is based on OE, which is based on Linaro, is b0rked.
<specing> mnemoc: could package Gentoo's toolchain
* WarheadsSE has complete packages chain set.
<slapin> mnemoc: I tried to install eldk, but it is non-relocatable and wants to go in /opt which is no-no at my side.
ZaEarl has quit [Quit: Ex-Chat]
<WarheadsSE> you just need the v7? hardfloat or not?
<specing> armv7a-hardfloat-linux-gnueabi- ?
<slapin> CodeSourcery is relocatable, but I don't have version for 64-bit host, and it is dated.
<WarheadsSE> http://archlinuxarm.org/developers/distcc-cross-compiling - has link for armv7l, relocatable, 64bit host
ZaEarl has joined #arm-netbook
<slapin> specing: I need to build for lots of variants, including arm7tdmi, armv5te, armv7a/7a-hf, with newlib and with glibc.
<WarheadsSE> the chain itself is not Arch specific. We have many people using it on ubuntu.
* WarheadsSE doesn't have armv7tdmi
<specing> slapin: get Gentoo
<slapin> WarheadsSE: arm7tdmi is mmu-less fpu-less v4t
<slapin> specing: my devel pc is too slow for that
<WarheadsSE> i know what it is :P
<specing> slapin: even if you bootstrap a toolchain in qemu-arm it only takes like a day on 800 MHz
<slapin> WarheadsSE: tegra contains arm7tdmi with mmu, which is weird thing
<specing> slapin: just let it run overnight
gzamboni has quit [Ping timeout: 264 seconds]
<WarheadsSE> slapin: eeww
ZaEarl_ has joined #arm-netbook
<slapin> specing: I have better things for it to do than compile toolchains
<WarheadsSE> well that took gentoo ~ 28 minutes to compile nodejs on an amd64 vm.. sheesh
<slapin> WarheadsSE: it is service processor to bootstrap real cores
<WarheadsSE> Yeah, not the first time I have seen that kind of implementation
<specing> slapin: Gentoo comes with a toolchain building program
<slapin> it seems I need to bug someone from mentor - to death, if nothing else helps :(
<specing> Or Gentoo
<slapin> specing: I know, and I know about crosstool-ng, too. And I build OE SDK all day everyday on work build farm.
<slapin> I need something I can point people on and say - this is respectable toolchain, and your stuff fails to build on it, please fix it.
<slapin> I can't give off-the-ground sdks in such case
<WarheadsSE> mm
<WarheadsSE> well, aside from the tdmi, our chains are known to work, since we build all of ALARM on them via distcc.
<slapin> well, this is not that, my toolchains build everything allright, too
<WarheadsSE> so what is broken then
<slapin> binaries size is twice the maximal allowed
<slapin> linaro-toolchain-is-always-broken motto is there, too.
<WarheadsSE> slapin: holy crap
pcat has joined #arm-netbook
<WarheadsSE> for uboot?
<WarheadsSE> your outputted uboot.bin is how big!?
<TestModule_> is 3.4 stable, and is there a defconfig ?
<mnemoc> TestModule_: context please
<TestModule_> the 3.4 kernel
Avernos has joined #arm-netbook
Avernos has quit [Changing host]
Avernos has joined #arm-netbook
Avernos_ has quit [Ping timeout: 276 seconds]
nemik_ is now known as nemik
gzamboni has joined #arm-netbook
Quarx has quit []
<slapin> WarheadsSE: for some boards expected size is 256K, result size is 400K
rellla2 has quit [Quit: Nettalk6 - www.ntalk.de]
<WarheadsSE> definitely odd that it is coming up that large.
Alex1269_ has quit [Ping timeout: 245 seconds]
<WarheadsSE> almost wonder if it is attempting to leave some debug information in there.
popolon has quit [Quit: Quitte]
<Turl> you can try the codesourcery toolchains
ssspiff has quit [Ping timeout: 264 seconds]
<WarheadsSE> I think that is his issue
<WarheadsSE> not wanting to register with mentor
<mnemoc> if someone already did, we can push it to dl.linux-sunxi.org and link there
<mnemoc> I'm only consuming 200G of the 10TB/M
lkcl_ has quit [Ping timeout: 248 seconds]
TestModule_ has quit [Ping timeout: 245 seconds]
TestModule has joined #arm-netbook
<nemik> hi, which branch of linux-sunxi should i use to compile a kernel module (for bluetooth) to run on the 'stock' Android image?
<mnemoc> the default, sunxi-3.0
<mnemoc> sun4i_crane_defconfig for A10 or a13_nuclear_defconfig for A13
lkcl_ has joined #arm-netbook
<nemik> mnemoc: ok cool, thank you. and those modules will then work even on the 3.0.8 lichee kernel inside the stock ones?
<slapin> sourcery.mentor.com/public/gnu_toolchain/ is open, but not adverticed...
<mnemoc> no
<mnemoc> slapin: wiki wiki :)
<mnemoc> nemik: i was assuming you were going to replace the whole kernel
<nemik> mnemoc: no, i'd like to keep it all the same and just insmod the bluetooth stuff on startup so it could work with a bluetooth USB module for serial
<mnemoc> nemik: there is a lichee something branch, but isn't really maintained. not sure if it compiles at all
<nemik> ah ok, yea that's probably the one i'd need then. as cheap as these little units are they're a giant pain to work with
<hno> nemik, further, to acutally work you need the kernel .config and any other relevant modifications your device vendor have done. 3.0.8 != 3.0.8.
<hno> but might work anyway.
<slapin> mnemoc: I'm not a wiki person, you know
<slapin> mnemoc: you can ask oliv3r :-P
<mnemoc> slapin: just drop the link into http://linux-sunxi.org/Codesourcery :)
<slapin> mnemoc: done
<slapin> mnemoc: looks bad
<slapin> mnemoc: OMG, I've got a headache, no more such things :(
<mnemoc> slapin: well... that's not a url
<mnemoc> slapin: ftp:// or http:// missing
<nemik> hno: it's too much to futz around with, especially for something i'd like to distribute. probably better than to just buy ug007's or whatever with bluetooth built in
<slapin> mnemoc: it asks questions out of sudden
<slapin> mnemoc: done
<slapin> mnemoc: still looks bad, though
<mnemoc> slapin: * [http:.... blah blah] --> <li><a...>blah blah</a></li>
XenGi_ is now known as XenGi
<slapin> mnemoc: can't do that now, sorry - need to go
<mnemoc> :)
XenGi is now known as XenGi_
eFfeM has joined #arm-netbook
TestModule has quit [Ping timeout: 245 seconds]
Brandon15811_ has quit [Read error: Operation timed out]
ssspiff has joined #arm-netbook
robclark` has quit [Quit: Coyote finally caught me]
Brandon15811_ has joined #arm-netbook
Alex1269 has quit [Ping timeout: 245 seconds]
rellla has joined #arm-netbook
TestModule has joined #arm-netbook
fredy_ has joined #arm-netbook
NAiL__ has joined #arm-netbook
barqux has quit [Ping timeout: 255 seconds]
mac-_ has joined #arm-netbook
TestModule has quit [Ping timeout: 245 seconds]
fredy has quit [Ping timeout: 260 seconds]
NAiL has quit [Ping timeout: 260 seconds]
mac- has quit [Ping timeout: 260 seconds]
fredy_ is now known as fredy
fredy is now known as Guest50854
j0ep0 has joined #arm-netbook
hp___ has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/]
freakazoid0223 has joined #arm-netbook
<RaYmAn> heh, damn. Looks like my gk802 got caught in customs :(
<RaYmAn> but at least that means it was sent and is in my country!
SouL_ has left #arm-netbook [#arm-netbook]
<WarheadsSE> lol
<WarheadsSE> true
<mnemoc> good news then :)
<RaYmAn> I'll probably end up paying like 50$ in taxes and processing fees
<RaYmAn> :/
<mnemoc> bad news then :(
<RaYmAn> indeed
<RaYmAn> can't win them all
datagutt has quit [Quit: kthxbai]
hp__ has joined #arm-netbook
XenGi_ is now known as XenGi
<rm> RaYmAn, any weird shipping method?
<rm> like DHL/FedEx?
<RaYmAn> nope
<RaYmAn> singapore post with tracking
<RaYmAn> if they declared it 100$ that will probably be why
gzamboni has quit [Ping timeout: 252 seconds]
<br-> rm: eek, the expensive methods tend to get picked up more often?
<rm> absolutely!
<RaYmAn> usually (depending on country probably), the courier explicitly asks for tax processing
<rm> DHL/FedEx love to throw you under the bus with customs
<RaYmAn> it's not a matter of whether or not they get 'caught', they offer up your good s:P
<rm> that's everyone's experience here
<br-> that may explain why my mele never made it here
<RaYmAn> usually here, they just pay the charges then charge it on delivery
<br-> estonian customs refused the import due to lack of CE mark
<RaYmAn> ah
<br-> i tried the 'its for parts' thing, didnt work
<mnemoc> my mele has CE marking
<br-> fucker sent me a pdf of the law (in estonian)
eFfeM has quit [Quit: Leaving.]
<br-> mnemoc: on the actual device? when did you order it and what model
<rm> someone had their Ben Nanonote held on customs with FedEx, because it was "not a certified encryption device"
<rm> Russian
rz2k has quit []
<mnemoc> no, the device hasn't. the power adapter and the packing
<br-> mnemoc: according to customs, there was a CE mark on the documentation, but regulations require it on the device itself
<mnemoc> ic
<br-> funny, because my macbook and nexus one have no such marks
<br-> fuckers just wanted to take it home
<mnemoc> :)
<br-> arguing about the law with someone via google translate over email doesn't work very well
mac-_ has quit [Quit: leaving]
tinti has quit [Read error: Connection reset by peer]
dfletcher has quit [Changing host]
dfletcher has joined #arm-netbook
dfletcher is now known as drgreenthumb
barqux has joined #arm-netbook
KoH has joined #arm-netbook
XenGi has quit [Excess Flood]
XenGi has joined #arm-netbook
XenGi is now known as XenGi_
wingrime has quit [Ping timeout: 248 seconds]
freakazoid0223 has quit [Quit: Leaving]
<techn_> drachensun: http://lxr.free-electrons.com/source/drivers/input/touchscreen/edt-ft5x06.c this seems to be same as our ft5x_ts :/
TestModule has joined #arm-netbook
j0ep0 has quit [Ping timeout: 245 seconds]
<mnemoc> what that 'edt-' means?
rellla has quit [Quit: rellla]
gzamboni has joined #arm-netbook
gzamboni has quit [Ping timeout: 276 seconds]
<drachensun> techn_: interesting, he has set __set_bit(EV_SYN, input->evbit); also
<drachensun> mnemoc: This is a driver for the EDT "Polytouch" family of touch controllers
<drachensun> 20 * based on the FocalTech FT5x06 line of chips.
<drachensun> mnemoc: thats a quote from the header
<drachensun> so it might be a little different
<TestModule> a10_mid_1gb.fex = MK802 1GB / + ?
freakazoid0223 has joined #arm-netbook
XenGi_ is now known as XenGi
<drachensun> techn_: I'm still not sure how it gets the x and y at init and it doesn't seem to have support for swapping or inversion like our driver
<drachensun> but I guess it does make it unlikely any work on it will go upstream
KoH has quit [Read error: Connection timed out]
gzamboni has joined #arm-netbook
pcat has quit [Ping timeout: 244 seconds]
XenGi has quit [Excess Flood]
XenGi has joined #arm-netbook
XenGi is now known as XenGi_
gzamboni has quit [Ping timeout: 248 seconds]
gimli has quit [Ping timeout: 252 seconds]
aholler has quit [Quit: 3.7.3]
servili007 has joined #arm-netbook
vgrade has quit [Quit: Lost terminal]
aholler has joined #arm-netbook
gzamboni has joined #arm-netbook