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/
<mentis> then i dd'ed the spl at bs=1024 seek=8
<mentis> synced
<mentis> then i dd'ed the uboot at bs=1024 seek=32
lerc_ has joined #arm-netbook
lerc has quit [Ping timeout: 264 seconds]
TheLarch has joined #arm-netbook
TheLarch has joined #arm-netbook
TheLarch has quit [Changing host]
voronaam has quit [Quit: Leaving.]
L84Supper has quit [Ping timeout: 272 seconds]
<Skaag> ssvb: I just found something interesting. I booted Android on it, and discovered the brightness in Android is reversed
<Skaag> that is, it is brightest when the slider is all the way to the left
<Skaag> the more I move it to the right side, it dims, until the backlight is completely off
voronaam has joined #arm-netbook
<libv> Skaag: *sigh*
<libv> Skaag: i seem to remember crap like that from the sunxi disp unification
<libv> i have the exact same hw, but all i did with it so far is take it out of the box and then put it aside, as i am spending my time on lima right now
<libv> and there is no chance that i will get to boot this device until the 30th or so
<Skaag> lime is the mali reverse engineering effort to produce an open source version right?
<Skaag> lima
<Skaag> damn autocorrect
<libv> yes
<Skaag> I suspect this is something to do with brightness
<Skaag> I inspect the processes, the drivers, etc, it all looks good
<Skaag> in theory.
<libv> ok, so fbdev is showing up ok?
<Skaag> I'm trying to find a way to manually set the brightness via some device in /sys or /proc
<Skaag> yes, and fbset shows the correct resolution, memory location, etc.
<Skaag> fbset -i
<Skaag> funny thing is that this LCD is not even going to be my final device, it is going to be working with a regular VGA monitor, which I am pretty sure will work just fine
lerc has joined #arm-netbook
<Skaag> But until I get there, I need this to work because it's my R&D platform and I rely on this small LCD with a Touch Screen until the more expensive one arrives towards the end of January...
<Skaag> and I know the hardware is fine because I boot its built-in android and the screen works fine, the touch screen is great and accurate
<mentis> what is eGON.BT0 ?
lerc_ has quit [Ping timeout: 255 seconds]
<libv> Skaag: DISP_CMD_LCD_SET_BRIGHTNESS
<libv> in include/video/sunxi_disp_ioctl.h
<libv> hack the vga enabling code which can be found somewhere
<libv> it's a mess, i know, but lima is much higher priority for me now
<libv> i can barely believe that it will soon be two months since i did a quick once over over this code
<Skaag> this one: DISP_CMD_LAYER_SET_BRIGHT = 0x5b, /* brightness */ ?
lundman has left #arm-netbook [#arm-netbook]
<Skaag> the lima stuff must be exhausting
<Skaag> why are you doing it? :-)
<libv> Skaag: that's the messed up and horribly broken ioctl number which violates everything, yes
<Skaag> LOL
<libv> Skaag: you can find this in the drivers/video/sunxi/disp/ code
gsilvis has quit [Read error: Connection reset by peer]
<libv> and see how it is hooked up
gsilvis has joined #arm-netbook
<libv> Skaag: look at the header file, near the top of the ioctl definitions
tinti has joined #arm-netbook
<Skaag> I'm grepping the entire tree for DISP_CMD_LAYER_SET_BRIGHT ;-)
<libv> /* fail when the value is 0x02 in linux,why??? */
<libv> why? because someone did not RTFM on ioctls :)
<libv> as i said
<libv> drivers/video/sunxi/disp/
<Skaag> drivers/video/sunxi/disp/dev_disp.c
<libv> i think it might just be an int being passed through, or worse, a char or so
<libv> so the interface should be really simple
<Skaag> it's calling BSP_disp_lcd_set_bright()
<ssvb> Skaag: and in any case, better enable more debugging output for sunxi disp code and check what it is doing, for example I had troubles with 16bpp r5g6b5 mode because of this hardcoded DISP_FORMAT_ARGB1555 crap here: https://github.com/linux-sunxi/linux-sunxi/blob/sunxi-3.0/drivers/video/sunxi/disp/dev_fb.c#L912 :)
<ssvb> Skaag: you can't be sure that it's just brightness, it can fail for many different reasons
<libv> Skaag: google for DISP_CMD_VGA_ON
<libv> Skaag: this gets you something to hack quickly
<Skaag> foud a utility
<libv> yes
<mentis> is eGON.BT0 important when booting from sdcard?
<libv> it's a horrible mess, so you could just copy a few ideas from it
<Skaag> :-)
<libv> all you need it to do is set your brightness
<libv> basically open /dev/disp, ioctl argv[1], exit
<Skaag> let's see if I can get that to work
<Skaag> hopefully that's all it is. a reversed default brightness issue.
<libv> wait and see :)
<libv> Skaag: if it is, then the fex name seems to be "lcd_pwm_pol"
<libv> yeah, the code backs it up
<libv> lcd_pwm_pol
<Skaag> thanks for that
<Skaag> right now it's set to 0
<Skaag> what do you think…? :-)
<libv> nothing?
L84Supper has joined #arm-netbook
<Skaag> ha :)
<libv> ...
TheLarch has quit [Ping timeout: 272 seconds]
<libv> the pwm code is one of those nasty bits where, for no currently apparent hw reason, they seem to have completely rewritten the logic
<Skaag> ok I managed to get it to compile, not to see how to target armhf platform with gcc
<libv> ah, no, i am talking out of my ...
<Skaag> s/not/now/g
<ibot> Skaag meant: ok I managed to get it to compile, now to see how to target armhf platform with gcc
<Skaag> lol :)
<libv> Skaag: compile it on the device
<Skaag> right, good idea
<ssvb> yeah, if you want to have a good nap :)
<Skaag> ok the display blinked
<libv> ssvb: for a 20 line max c file?
<libv> my mele and a7hd are quite happy compiling my limare code
<ssvb> libv: ah, it's not the kernel
<libv> i did end up forgoing autoconf though.
<libv> that was quite glacial, but that was more to do with nfs over wifi
<ssvb> I have a cortex-a15 based chromebook sharing nfs root with my mele
<ssvb> so I'm offloading some of the compilation work to it
<Skaag> I tried setting the brightness to 10, the return code is -1
<Skaag> I'm guessing that's a failure
<libv> yes
<libv> anything in dmesg?
<Skaag> nothing important
<Skaag> just this: disp: process 1979 (disp_util) has skipped the version handshake
<Skaag> I'm going to check what values that function accepts
<libv> Skaag: unsigned int
<Skaag> but what ranges are valid...?
<Skaag> I see it's a __u32
<libv> Skaag: nothing in the actual code behind it that could return -1
<libv> the error is from the ioctl handler
<libv> top level
<Skaag> :-(
<Skaag> ah, it takes two values: BSP_disp_lcd_set_bright(__u32 sel, __u32 bright);
<libv> oh, right on
<mentis> guys, there is a tool - mksunxiboot in u-boot-sunxi/tools; it is supposed to crate sun4i bootable image, what do i pass as input file? spl.bin? uboot.bin? sth else?
<libv> this sel stuff, this really must go, but so should this whole disp ioctl interface tbh
<libv> sysfs and debugfs make this crap so much easier to deal with from userspace
<Skaag> argh I'm getting rusty
<Skaag> I'm trying to add send_cmd() an optional extra argument by adding unsigned long extval = 0x00 but am getting errors
<Skaag> I guess this is C, not C++
<libv> it ends in .c
<Skaag> no optional parameters in C? I forgot already.
<libv> there's ways to avoid that :p
<Skaag> never mind I'll do this differently
<libv> which mainly means to claim all the time that c++ is magic :p
<libv> after a while, people stop asking you about c++ code, and you never do crazy things in c code anymore :p
<libv> oh, as a consequence, you might need to change your job description and/or your job though :p
<libv> nothing important
<Skaag> :-)
lerc has quit [Read error: Operation timed out]
<Skaag> I sent it in args[2] and set it to 0x20
<Skaag> I tried 5 also, not working
<libv> try 0xFFFFFFFF
<libv> there is no range checking on this thing
<libv> so who knows what the real range is
<Skaag> argh...
<libv> ah, 0-256 might be a sane range
hp__ has joined #arm-netbook
voronaam has quit [Quit: Leaving.]
<Skaag> still 01
<Skaag> -1
<Skaag> I'm basically checking if cmd == DISP_CMD_LAYER_SET_BRIGHT and if yes, I set args[2] to 0x7f
<Skaag> I also printf() something to make sure that point in the code is reached
<libv> give me a minute... typing up some fresh c code now
<Skaag> thanks
<libv> (i should be attaching tying textures to samplers properly in lima, but hey...)
<libv> actually
<libv> hah
<libv> Skaag: Documentation/sunxi/disp/disp_version.c
<libv> some idiot with very short term memory wrote it
<Skaag> LOL :)
<Skaag> reading
<Skaag> awesome, thanks!
<Skaag> i'll modify that one
<Skaag> compiled it, it outputs: sunxi disp kernel module version is 1.0
<Skaag> DISP dimensions are 800x480
<Skaag> now I'll add the brightness command into it
<Skaag> I need to set it a struct with two values, right?
<Skaag> in the third ioctl() argument
<Skaag> this is what's actually called by the driver: __s32 BSP_disp_layer_set_bright(__u32 sel, __u32 hid, __u32 bright)
<libv> Skaag: my code works np here.
<Skaag> that code just returns the dimensions
<Skaag> how did you set the brightness via ioctl()?
<libv> 0x00, 0xFF work as expected.
<libv> reading the disp_ioctl code again, i think it is safer to always pass a 4 sized array of ints
<libv> everything else is nasty copy-paste and no fixes
<libv> Skaag: and?
<Skaag> nothing happens..
<libv> then something else must be buggered.
popolon has quit [Quit: Quitte]
stefanro has joined #arm-netbook
<Skaag> yes :-(
<Skaag> nothing is ever so simple
stefanro1 has quit [Ping timeout: 250 seconds]
<Skaag> honestly, I'm at a loss right now
<Skaag> I don't know what to do about this
<libv> well, it will be 2013 when i can play with the olinuxino again
<libv> err, s/ again//
<libv> first q3a on lima.
countz has joined #arm-netbook
<countz> <- skaag
<countz> the guy had to turn off tvout
<countz> but I tried this, and I also switch the polarity of the brightness in my script.bin
<countz> I have a feeling some module is missing
tinti has quit [Quit: Leaving]
Jef91 has quit [Remote host closed the connection]
mikey_w has quit [Remote host closed the connection]
mikey_w has joined #arm-netbook
<countz> libv: that tutorial is for vga output
mentis has quit [Quit: Konversation terminated!]
Jef91 has joined #arm-netbook
servili007 has quit [Read error: Connection reset by peer]
Jef91 has quit [Quit: Instantbird 1.3 -- http://www.instantbird.com]
Jef91 has joined #arm-netbook
aholler has joined #arm-netbook
lerc has joined #arm-netbook
<steev_> hmm, anyone have one of those little square "google tv" devices? build.prop seems to report it as an "apollo-tvdevb"
* steev_ would really like to get TED Talks working on it
aholler_ has quit [Ping timeout: 244 seconds]
jquip has joined #arm-netbook
jquip has quit [Ping timeout: 265 seconds]
Jef91 has quit [Quit: Instantbird 1.3 -- http://www.instantbird.com]
antonl has joined #arm-netbook
eebrah has joined #arm-netbook
Ershov has joined #arm-netbook
Ershov has left #arm-netbook [#arm-netbook]
ibrah has joined #arm-netbook
eebrah has quit [Ping timeout: 244 seconds]
ibrah is now known as eebrah
eebrah is now known as Guest73227
Guest73227 is now known as ibrah
jquip has joined #arm-netbook
ibrah is now known as eebrah|away
eebrah|away is now known as ibrah
ibrah has quit [Ping timeout: 256 seconds]
eebrah has joined #arm-netbook
eebrah is now known as eebrah|away
rellla has joined #arm-netbook
eebrah|away has quit [Ping timeout: 264 seconds]
eebrah has joined #arm-netbook
eebrah is now known as eebrah|away
popolon has joined #arm-netbook
jquip has quit [Quit: jquip]
specing has quit [Ping timeout: 252 seconds]
ssspiff has quit [Ping timeout: 252 seconds]
specing has joined #arm-netbook
ganbold has quit [Remote host closed the connection]
ganbold has joined #arm-netbook
Quarx has joined #arm-netbook
rsalveti has quit [Ping timeout: 272 seconds]
rsalveti has joined #arm-netbook
oliv3r has quit [Remote host closed the connection]
oliv3r has joined #arm-netbook
jquip has joined #arm-netbook
rz2k has joined #arm-netbook
lerc_ has joined #arm-netbook
lerc has quit [Ping timeout: 250 seconds]
lkcl_ has quit [Ping timeout: 272 seconds]
tinti has joined #arm-netbook
lerc_ has quit [Ping timeout: 252 seconds]
lerc has joined #arm-netbook
Gumboot has quit [Remote host closed the connection]
TAsn has joined #arm-netbook
Gumboot has joined #arm-netbook
<TAsn> Hey guys. My wifi doesn't work with my mele a2000 with arch linux. It won't scan, and I get failures doing everything.
<hno> TAsn, which kernel verision and wifi driver are you using? Any errors in dmesg?
<TAsn> Linux alarm 3.0.39-3-ARCH
<TAsn> the wifi driver module is: 8192cu
<TAsn> [ 2757.960000] -871x_drv - drv_open, bup=1
<TAsn> [ 2757.960000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
<TAsn> when trying to up the connection
<TAsn> but otherwise, "fw upload ok" and etc
<TAsn> I'm starting to believe that maybe my kernel is too old and it got properly supported only later
<TAsn> wth
<TAsn> it works now
<TAsn> dunno what I did
<TAsn> thanks. :)
jquip has quit [Ping timeout: 255 seconds]
jquip has joined #arm-netbook
<rz2k> TAsn: just fyi, archlinux for sunxi is slightly outdated, you might want to compile yourself a newer kernel.
<TAsn> rz2k, yeah, I've noticed it is. ;\
<TAsn> I hope they'll update it. I'll ping some of the guys later.
<TAsn> as I can't be bothered with tinkering with that
jquip has quit [Quit: jquip]
merbanan has joined #arm-netbook
TAsn has left #arm-netbook ["later and thanks."]
eebrah|away has quit [Ping timeout: 248 seconds]
<hp__> this little printer is soo cute.. i might just buy it: https://www.adafruit.com/products/600
<buZz> ja schattig :)
<buZz> costed 20 euros on ebay
<hp__> ohh
<buZz> hi hp__ ;)
<hp__> i gota buy that
<hp__> hi buzz :)
<buZz> :P
<buZz> i just bought an e-ink device
<hp__> i meet you in allot of channels
<buZz> 6" touch interface
<hp__> buzz oh kindle?
<buZz> just 30 euros :O
<orly_owl> cheap, where from?
<buZz> this one
<buZz> guy in a local hackerspace suddenly had a lot of them
<buZz> supposedly the contrast on the display is really low
<hp__> buzz that one isn't thermal is it?
<hp__> and it can only print labels
<buZz> it IS thermal
<hp__> but can it also print on continous thermal paper?
<buZz> well, i think it can
<buZz> never tried, these labels have some encoding on the back
<buZz> for the printer to know where a label starts etc
<orly_owl> that 4FFF N618 looks nice
<orly_owl> wonder if you can replace the OS
<orly_owl> like openinkpot
<buZz> supposedly yes
<buZz> the guy who sells me one said i could run any linux on it
<orly_owl> there has to be a distro that actually supports it though
<buZz> cool
<orly_owl> hmm?
<orly_owl> only b/g wifi, is it an older model?
<buZz> i think so
<orly_owl> the screen looks good nough
<orly_owl> probably why he had so many then
<orly_owl> maybe i can source one locally/online
hp__ has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/]
<orly_owl> not having much luck >_>
<buZz> :(
<orly_owl> wanna sell me one?
<buZz> where do you live?
<orly_owl> australia
<buZz> wow
<buZz> let me check what shipping would cost
<orly_owl> heh ok
<orly_owl> you're in india?
<buZz> netherlands
<buZz> 25 euros for secured shipping
<orly_owl> oh euros, right
<buZz> on a 30 euro item O_o
<orly_owl> |:
<orly_owl> hmmmmmmmmm
<buZz> even unsecured shipping, is 18 euros
<orly_owl> im sure it sells for far more retail
<orly_owl> 55 eur is 70 aud
<orly_owl> still a good price
<oliv3r> what are you trying to buy?
<orly_owl> found it! \o/
<orly_owl> oliv3r: ereader
<buZz> orly_owl: found it?
<orly_owl> yep
<buZz> cool :) saves me shipping!
<orly_owl> =D
<orly_owl> cheaper too
<buZz> what will you pay? :)
<oliv3r> ereader? Plenty on dx.com or aliexpress I would guess?
<orly_owl> slighlty less
<orly_owl> oliv3r: im never sure if they run a libre os
<orly_owl> or that they can run a libre os
<oliv3r> true, the 3FFF will?
<oliv3r> 'indian company'
<orly_owl> seems so, yes
<orly_owl> *4FFF
<orly_owl> buZz: €48.64
Jef91 has joined #arm-netbook
<oliv3r> does run a linux kernel, but are they GPL violators? is there a git repo?
<orly_owl> all good questions i should research
<oliv3r> the wiki doesn't mention that, but it does atleast run linux ;)
<orly_owl> ^^
<oliv3r> in any case, if it's a GPL violator, it runs linux, but it'll be hell to work with ;)
<orly_owl> ;_;
<orly_owl> i also wonder if there are any blobs
<orly_owl> does eink ic need fw loaded onto it
<orly_owl> etc
<oliv3r> absolutly no idea
<orly_owl> aye
<oliv3r> personally, I am waiting for color eink (16 shades of color is plenty) with something like the A10 powering it
<oliv3r> making linux possible on it
<orly_owl> that would be great
<oliv3r> the tech exists, just need someone to actually build it :)
<orly_owl> true
<orly_owl> oliv3r: kickstart it =D
<orly_owl> may as well use a13, you dont need sata or hdmi
<oliv3r> hdmi out :p
<oliv3r> to hook it up to a tv
<oliv3r> a20!
<orly_owl> true
<orly_owl> what features does a20 have
<oliv3r> dualcore dual gpu
<orly_owl> ahah
<orly_owl> -h
<oliv3r> linux-sunxi.org metnions the a20
<orly_owl> does it use moar powah
<oliv3r> possibly
<oliv3r> I'd hope not
<orly_owl> ill put in my request for ath9k wifi chipset now
<orly_owl> ty
hp__ has joined #arm-netbook
<buZz> could be worse :P
<orly_owl> what am i reading
<orly_owl> kernel and μ-boot
<orly_owl> ok
<orly_owl> at least some work has been done on it
<buZz> yeah that wiki has a lot of info
<orly_owl> jolly good
<orly_owl> maybe ill just test it the hard way and compile everything and flash it
<orly_owl> or load from μsd, etc
<orly_owl> buZz: what will you do with yours?
<buZz> no idea exactly
<buZz> if nothing else, maybe use the eink display in some other project
<orly_owl> ah ok
<orly_owl> usually i keep my devices in one piece ^^
<orly_owl> i like openinkpot but development seems to have stalled
<buZz> i void warranty as one of the first things i do with new devices
<buZz> just to give myself piece-of-mind
<orly_owl> lol
<orly_owl> what piece of mind is that =p
<buZz> ;)
<buZz> its removing the 'OH NO DONT TAKE IT APART OR I WILL LOSE WARRANTY'
<buZz> insecurity
<orly_owl> ah yes
<orly_owl> fair point
<buZz> i just want to _own_ devices i own
<buZz> :)
<orly_owl> (:
<orly_owl> Qisda-eBook is the 4FFF N618
<orly_owl> ?
<buZz> yes
<orly_owl> ah
nemik_ has joined #arm-netbook
nemik has quit [Ping timeout: 255 seconds]
<countz> If you guys are curious, I managed to get the LCD to work on my A13 board.
<mnemoc> wiki wiki :)
<oliv3r> I HATE THE WIKI
<oliv3r> it's frustrating me
<mnemoc> :(
<mnemoc> because of the templates or "rocker"'s flooding?
<oliv3r> templates
<oliv3r> :p
<mnemoc> :)
<oliv3r> ah! yes, i should do that
<oliv3r> once i get even close to that :p
<slapin_> oliv3r: add boobs to wiki, then it will be fine
<oliv3r> What if they are tehre allready! Hidiing in an easter egg!
<oliv3r> no, what confuses me the (code i'm stealing) use of </noinclude><includeonly></includeonly><noinclude> vodoo
<slapin_> oliv3r: cool story bro
<oliv3r> they are hiding on the slapin user talk page!
<mnemoc> oliv3r: noinclude stuff is to be shown only when opening the template as a page
<mnemoc> oliv3r: includeonly is to be shown only when rendering the template as a template
<mnemoc> noinclude for the documentation, includeonly for the actual template
<mnemoc> ugly xml style markup, but not voodoo
<oliv3r> yeah, but they interweave it confusingly
<oliv3r> and just gotta figure out how and why they do it, so i can copy paste it :p
<slapin_> hno: ping
<oliv3r> I may have it now thoough, or something
<oliv3r> now i have to decide on how to structure the data :p
<mnemoc> oliv3r: mediawiki templates are write-only... like perl apps
<mnemoc> oliv3r: it's easier to write your own again than to try to understand existing code
<oliv3r> it is, but that also means learning the whole template mechanism stuffs
<oliv3r> but it's slowly happening
<aholler> like regexps
<oliv3r> I like where it's going
<oliv3r> it's just .. really slow, cause i'm putting it off and off :p
<mnemoc> coward
<slapin_> mnemoc: you're wrong about perl programs
<oliv3r> mnemoc: YOU write the template, i'll fill it :)
<mnemoc> oliv3r: :(
<slapin_> wow, mediaviki does have templates!
<mnemoc> {{foo|key=val|....}}
<mnemoc> simple in theory. awful in real life
<mnemoc> like perl :)
<countz> my touchscreen device is being ignored by xorg, anyone has experience with something like this
<countz> ?
<oliv3r> slapin_: you be scared too, the first template tests i'm doing with NAND Flash Controller!
<slapin_> oliv3r: OMG!
* slapin_ is scared
<slapin_> hno: ping -f
<countz> :-)
<oliv3r> speaking of NNNNNNNFC, you fixed it allreeeeeeeeeeeeeeeeeeeeady? :p
<oliv3r> ohch, ouch keyboard lag
<slapin_> oliv3r: it is perfectly working, with some strings attached.
<slapin_> oliv3r: nand dump doesn't work reading spare (oob) area dunno why
<slapin_> oliv3r: randomizer and ECC need some thought.
<slapin_> oliv3r: writing is not implemented, too.
<slapin_> otherwise it is in perfect condition
<oliv3r> excellent :)
<oliv3r> ( . ) ( . )
<oliv3r> here, a reward :p
<oliv3r> gottta gooooo home now though
<oliv3r> $$$ work is done for today
* orly_owl tries to squeeze and is disappointed
avernos has quit [Quit: quit]
avernos has joined #arm-netbook
avernos has joined #arm-netbook
avernos has quit [Changing host]
<slapin_> orly_owl: squeeze what?
<orly_owl> nuffi
<orly_owl> n
<slapin_> hmmmmm
<slapin_> hno: have you seen seed values for different blocks?
Jef91 has quit [Quit: Instantbird 1.3 -- http://www.instantbird.com]
<mnemoc> slapin_: he isn't here during work hours
<hno> slapin_, I have. But it's set on page level, not sector within the page.
* mnemoc shuts up
eebrah has joined #arm-netbook
eebrah is now known as eebrah|away
eebrah|away is now known as eebrah
<slapin_> mnemoc: you make my timezone problem even worse
<slapin_> hno: _read_single_page_seq forcefully sets seed to 0x4a80 (like brom).
<slapin_> hno: _read_single_page_spare sets proper seed; but there is no 4a80 in seed table (see nand_simple_r.c:35 and line 335.
<slapin_> hno: some magic?
<slapin_> hno: what is so magical about 0x4a80?
merbanan has quit [Ping timeout: 272 seconds]
<slapin_> hno: also, for some reason, it sets seed both for oob and for data, dunno if different
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
antonl has quit [Ping timeout: 250 seconds]
<libv> countz: you apparently missed the obvious bits on that page.
<libv> like, a known good .fex for lcd.
<slapin_> hno: can it be, that you first seed staff using normal seed, then fill 0x4a80 to read the rest?
mentis has joined #arm-netbook
tinti has quit [Quit: Leaving]
<mentis> hi
lkcl_ has joined #arm-netbook
merbanan has joined #arm-netbook
<slapin_> hno:
<arete74> /whois oliv3r
arokux has quit [Ping timeout: 272 seconds]
<mentis> why zygoteinit failed? http://pastebin.com/UXTH6WpU
<mnemoc> E/HAL ( 1023): Cannot load library: link_image[1916]: 1023 could not load needed library 'libCedarX.so' for 'camera.exDroid.so' (load_library[1118]: Library 'libCedarX.so' not found)
Quarx has quit []
mentis has quit [Ping timeout: 246 seconds]
mentis_ has joined #arm-netbook
popolon has quit [Quit: Quitte]
<mentis_> where can i find libCedarX.so ?
mentis_ has quit [Read error: Connection reset by peer]
mentis_ has joined #arm-netbook
tinti has joined #arm-netbook
drachensun has quit [Quit: Leaving]
drachensun has joined #arm-netbook
eebrah has quit [Ping timeout: 250 seconds]
mentis_ has quit [Quit: Konversation terminated!]
eebrah has joined #arm-netbook
arokux has joined #arm-netbook
ibrah has joined #arm-netbook
eebrah has quit [Ping timeout: 252 seconds]
ibrah is now known as eebrah
eebrah is now known as Guest64227
Guest64227 is now known as ibrah
Jef91 has joined #arm-netbook
servili007 has joined #arm-netbook
merbanan has quit [Ping timeout: 246 seconds]
<servili007> hno, could you bring my pull request in sunxi-boards to amery's attention?
<jinzo> mnemoc, ^^
<jinzo> servili007, mnemoc == amery
<servili007> ah, good to know, thank you
<servili007> Also, anyone willing to test some CM10 work that has an mk802ii, let me know
<jinzo> uh, you're fighting the noble battle - how's it going?
<servili007> fine actually, lol, my source building setup isn't wonderful, but I've got working builds
<jinzo> sounds good
<techn_> servili007: seems that you have different mk802ii than the other
<servili007> techn_, based on?
<techn_> in you .fex there seems to be addional/different parameters
<servili007> the additions are from the most recent 10-29 rikomagic release
<techn_> [boot_disp], ie
<servili007> right
<techn_> also could you check with a10-meminfo which one is right density
<techn_> 2048/4096
<servili007> according to the other user, they did, and it does show 4096. I was taking their word for it, but since I had one disassembled and my memory was reporting right, I didn't bother
ibrah has quit [Read error: Connection reset by peer]
<mnemoc> servili007: making a .fex based on a different device is... risky
<servili007> mnemoc: I took quite a few precautions and thoroughly tested both devices, I'm quite confident in it
<mnemoc> servili007: why didn't you start from the script.bin in nanda?
<servili007> I did
<mnemoc> your commit says it's based on the uhost
<servili007> right, I started at the mk802ii, then used the uhost and mele and a few others to figure out details
<servili007> since, honestly, the stock script seemed to be a mess of guess work and copy-pastes
<servili007> most mk802ii users have started to flash uhost updates to solve problems because of the better builds on that front
<servili007> plus I own one as well, so I already had some work and experience on it
<servili007> I still have one more commit to make before I'd like it pulled, I can change the density based on what meminfo reports
<techn_> servili007: if that is same device with mk802-ii.. I'd like to see your commit top mk802-ii and then file renamed to correct
<mnemoc> +1
<servili007> techn_: The device is the same. I had started working on that script before the pull request for the misnamed one was created, so it floated under my radar without me saying anything
<mnemoc> servili007: git rebase is very friendly
<mnemoc> make a rename
<servili007> mnemoc: okay okay, fair enough :P
<servili007> I'll have it up within a few hours
<mnemoc> one commit to rename the .fex to the name you like, another commit making the changes you want
rellla has joined #arm-netbook
ibrah has joined #arm-netbook
ibrah is now known as eebrah
raoulh has quit [Quit: ZNC - http://znc.sourceforge.net]
raoulh has joined #arm-netbook
tinti has quit [Read error: Connection reset by peer]
<drachensun> does any one know what that AV sync driver does?
<drachensun> I noticed it wont build but I don't know if its worth fixing
ohama has quit [Remote host closed the connection]
ohama has joined #arm-netbook
Jef91 has quit [Quit: Instantbird 1.3 -- http://www.instantbird.com]
<mnemoc> drachensun: considering those drivers include all the knowledge we have, fixing them sounds like a good idea ;-)
<mnemoc> and maybe in the process find out what is it about :p
<drachensun> lol
<drachensun> yeah I guess so
<drachensun> I've locked at them before, they used some kind of kernel lock that changed and they didn't update to the new lock style correctly
<drachensun> s/locked/looked/
<ibot> drachensun meant: I've looked at them before, they used some kind of kernel lock that changed and they didn't update to the new lock style correctly
popolon has joined #arm-netbook
<mnemoc> drachensun: 3.0 or 3.4?
<drachensun> 3.0
<mnemoc> ok
Dessimat0r has joined #arm-netbook
eebrah is now known as eebrah|away
rellla has quit [Quit: rellla]
rz2k has quit []