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/
hipboi has joined #arm-netbook
<lundman> damn.. I thought it was just kernel version, but something changes when I do my kernel and all video is software only
<lundman> oh heh I fiddled with the config file
<lundman> ok, rebuilding
<Turl> make sure you have the cedarx stuff enabled in the kernel config
<Turl> lundman: btw, how's the eth stuff coming along?
* lundman slaps turl
* Turl feels slapped
<Turl> (why was that btw?)
<lundman> after I rebuild kernel, and android boots with my kernel that supports video drivers, I can finally test my nic with playing video
<lundman> :)
<Turl> ah :P
<lundman> now what was the script file that added "+" to version if it has git
<Turl> there's a config variable that controls that
<Turl> LOCALVERSION_AUTO or something like that
<lundman> also time to comment out //DE_WRN("dac %d short to ground\n", i);
<lundman> thats so effing annoying
<Turl> never seen it
<Turl> the USB stuff is effing annoying
<Turl> spams the logs like no tomorrow
<lundman> prints 3 messages on console every second
<lundman> only if you use VGA out
<Turl> ah
<Turl> my tablet doesn't even have vga :)
<lundman> and when debugging at work, i do
<CIA-122> rhombus-tech: Satish master * r9a70a46e2b11 /allwinner_a10/orders/sgkini.mdwn:
* Turl still wants to hit some samsung employee
nibb has joined #arm-netbook
<lundman> oh hey, that built fast
<furan> anybody tried any flash upgrades (soldering larger nand tsop) for the allwinner a10 devices?
<furan> going to switch out the nand in my ydpg18a with 2 toshiba 32gb chips
<hipboi> furan: flash upgrading is possiable
dfletcher has joined #arm-netbook
<lundman> holy shit
<lundman> i can watch 1080p video
<ZaEarl> android?
<furan> hipboi: I figured with the a10's flash stuff in brom
<furan> not sure it supports 32gb nand chips though
<hipboi> 32GB?
<furan> yeah
<furan> gB not gb
<lundman> ok A10 is back in my good books
<hipboi> i think i should be tested
<lundman> the new nic drivers are smooth on 1080p as well
<furan> ok. well, I'll be testing it out this week
<lundman> testing higher bit rate see were the limit is
<RITRedbeard> how about drawing out the SATA lines, eh?
<lundman> homer cares not about sata!
<lundman> although, I did port zfs to it
<ZaEarl> lundman, try these http://www.auby.no/files/video_tests/
<furan> ok. a10 definitely supports at least 32gb nand flash, but that might be in total
<furan> actually I take that back
<furan> yep at least 32gb
<hipboi> furan: you can take a look at the nand driver
<lundman> just pulling in planet earth, bird scene is always a good test
<hipboi> all supported nand chip information are there, i think
<furan> ooh
<furan> good idea
<RITRedbeard> wait
<ZaEarl> a10 should be smooth on all those samples
<RITRedbeard> is this under linux or android?
<lundman> dunno if you are talking to me, but I'm playing under android
<RITRedbeard> I wasn't aware the lima folks got that far yet unless there is a way to boot the blobs under linux?
<ZaEarl> lima doesn't do video
<ZaEarl> android has a proprietary blob for the cedarx video chip
<furan> hipboi: what happens when the block driver doesn't know what to do with a nand chip?
<furan> e.g. there isn't a table entry for the part
<hipboi> i have tried to created partition table on a nanda part
<furan> I guess if I'm really lazy I can patch the block driver binary
<furan> easy enough to modify a table entry
<hipboi> that will be good
<furan> the other thing I'm wondering about is if there is a hardcoded nand table in on chip BROM, used when flashing the device
<CIA-122> rhombus-tech: Casey master * r7348587108f7 /allwinner_a10/orders/CaseyAU.mdwn:
<hipboi> when flashing, there are program downloaded into dram
<hipboi> that contains the nand table
<furan> same block driver used?
<hipboi> yes, i think
<furan> ok
<furan> this will be interesting :)
<Turl> furan: you can always boot from SD Card though
<Turl> boot a linux supporting the new chip and flash that way
<lundman> i boot linux, modprobe nand driver, and dd a new android kernel
<lundman> but then I7m crazy
<Turl> lundman: I dd them inside android :)
<CIA-122> rhombus-tech: Casey master * r353efdfb5bfc /allwinner_a10/orders/CaseyAU.mdwn:
<lundman> that works when kernel is good enough to boot :)
<Turl> lundman: actually I don't even dd them
<Turl> I cat them and pipe :P
<hipboi> if you don't have a working kernel
<Turl> lundman: if your kernel is crap you can boot the recovery partition with a key combo usually
<lundman> too much effort
<Turl> and dd another one
<hipboi> you can boot it and test with fastboot
<lundman> :)
<Turl> hipboi: fastboot boot works?
<furan> i like how hackable the a10 is
<furan> wish there were more docs
nibb has quit [Read error: Connection reset by peer]
<hipboi> Turl: yes, it works though the code is ugly
<Turl> the one time I tried fastboot it was too fragile, even fastboot reboot broke it :P
<furan> I've been reading the rhombus-tech site
<lundman> ok I think I'll clean up the nic code more, and send a pull request
nibb has joined #arm-netbook
<Turl> lundman: what did you end up doing?
<Turl> fixing wemac or moving to mainline driver?
<lundman> took code from dm9000 and inserted into wemac
<Turl> lundman: any relation between wemac and dm9000?
<lundman> there is "script parsing" code, which appears to read the boot/script.bin files for settings
<lundman> which mainline dm9000 just dont have
<Turl> but otherwise it's the same driver?
<hipboi> lundman: you can just remove script parsing
<hipboi> i think with script parsing, the kernel code can never be mainlined
<lundman> yes, but it needs it to get MAC address, and without MAC I could never get dm9000 to "link up"
<hipboi> MAC address can be passed by bootloader
<Turl> how does the other driver get address lundman?
<lundman> } else if(SCRIPT_PARSER_OK != script_parser_fetch("dynamic", "MAC", (int *)\
<lundman> bird scene passes
<lundman> \o/
ka6sox-away is now known as ka6sox
<furan> what is the difference between allwinner and boxchip?
<furan> same company?
<A2Sheds> yes, same co new name
<A2Sheds> boxchip = old
<furan> ic
<lundman> yes, ic chips too
<DonkeyHotei> aren't they changing the name again?
<lundman> Alldestroyer
<ejstacey> Allbinaryblobs
<lundman> ohhh rush them to the burn unit!
<furan> lundman, you have a lot of energy :P
<lundman> monday morning and I'm full of caffeine
<lundman> hmm maybe I will take mele home and try it out
<A2Sheds> whats the price of the Mele? ~$70? the same as all the other media boxes like Roku
<ejstacey> yeah
PYV has joined #arm-netbook
<A2Sheds> ok, same as the MK802, no real incentive to sell for less then until one of the major devices drops their price
<lundman> nah, its a good price
<A2Sheds> yet only $125 for the quad core module and IO board http://www.hardkernel.com/renewal_2011/products/prdt_info.php?g_code=G133999328931
<Turl> A2Sheds: the dual core has sata
<Turl> and was like 350$
<A2Sheds> why is the dual core module nearly 2x the price of the quad core module + IO board?
<A2Sheds> and yeah, the dual core module + IO board with SATA is $350
<A2Sheds> maybe they have a volume application for the quad core so they get better pricing?
<Turl> quad core = currently in production?
<Turl> SGS3 has that quadcore
<Turl> (except on the states where it has qualcomm's S4)
<A2Sheds> Shipment will be started from end of July. First come, first serve.
<A2Sheds> Please email us the serial number of the product for Schematics(PDF format)
<A2Sheds> lets see what their 100K price is
<lundman> that sure would be interesting.. a mele like product will be out eventually for me to buy
<Turl> lundman: there's an OMAP4 mele-like device around the corner
<Turl> it's called nexus q :P
<Turl> but if you don't need the mele-like case, http://www.hardkernel.com/renewal_2011/products/prdt_info.php?g_code=G133999328931 looks like a good deal
<lundman> i looked at nexus q, it does not fit the specs of a mediaplayer :)
<Turl> huh?
<Turl> it is designed to be a media player :)
<Turl> (and has waay more chance of playing an unsupported format with sw decoding than an A10 device I must say :P)
<A2Sheds> s the schematics of Exynos4412 CPU module included?
<A2Sheds> Yes. You will get the full schematics of Exynos4412 CPU module and ODROID-X base board.
<lundman> no, its designed to search for things to play, like youtube, netflicks etc.
<A2Sheds> Can I get layout file and gerber file?
<A2Sheds> No
<lundman> if you like in a country without those services... :)
<lundman> I've seen no indication that the nexus q can play your own media (like the retail apple tv3)
<Turl> lundman: out of the box, yeah. But would you use the out of the box software? :)
<A2Sheds> Q : If you had Gerber files and a BOM will Samsung sell you the Exynos4412 CPU soc?
<Turl> let me find out
<A2Sheds> A: they don't even return your emails or calls so unlikely
<A2Sheds> Q: How did hardkernel get Samsung to sell you the devices?
<A2Sheds> A: Photographer and board members at same "golf outing" without wives
<Turl> lundman: I was told you can hack the Q and if you build CIFS modules you can stream some stuff
gimli has joined #arm-netbook
tallnerd1985 has joined #arm-netbook
<rm> 36 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kfantasy
<rm> anyone knows what is this thread?
<Turl> rm sounds like allwinner's fantasy governor thread
<Turl> either that or a rootkit you acquired on a porn site, but I would think it's the former
<rm> ha
<rm> so is it good/bad? is there any description of it?
<Turl> well, in my experience it works loads better than ondemand
<Turl> it competes with interactive
<Turl> interactive can be a bit 'jumpy' though
<rm> hmm, ondemand is a cpufreq governor, no?
<Turl> yeah
<Turl> as well as interactive
<rm> and kfantasy too?
<Turl> the k is prolly there because it's a kernel thread :)
<Turl> the governor name is fantasy
<furan> i was thinking about getting that a10 powered netbook
<furan> anybody have board pics?
<rm> ah right # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
<rm> fantasy interactive conservative ondemand powersave userspace performance
<hipboi> furan: you can contact me, if you want A10 netbooks
<furan> ok cool
<lundman> turl: on pch we run the software with it, with extra shit, so yeah :)
<lundman> it shouldnt be normal to have to replace everything we got, but it certainly became the defacto standard
<lundman> so, speaking of A10 video codec, they are still only binary blobs? can't add 10bit ourselves?
<lundman> actually, what is the VPU part called in A10
JordonWu has joined #arm-netbook
<lundman> cedar
gimli has quit [Remote host closed the connection]
tallnerd1985 has quit [Quit: Colloquy for iPad - http://colloquy.mobi]
JordonWu has quit []
dfletcher has quit [Ping timeout: 264 seconds]
rellla has joined #arm-netbook
dfletcher has joined #arm-netbook
eebrah has joined #arm-netbook
simonckenyon has joined #arm-netbook
RITRedbeard has quit [Read error: Connection reset by peer]
RITRedbeard has joined #arm-netbook
mikey_w has quit [Ping timeout: 264 seconds]
PYV has quit [Quit: Page closed]
A2Sheds has quit [Ping timeout: 264 seconds]
mike__ has quit [Ping timeout: 264 seconds]
A2Sheds has joined #arm-netbook
mikey_w has joined #arm-netbook
mike__ has joined #arm-netbook
ejstacey has quit [Quit: leaving]
ejstacey has joined #arm-netbook
lupul has quit [Ping timeout: 245 seconds]
Quarx has joined #arm-netbook
kaspter has joined #arm-netbook
<RaYmAn> anyone here bought anything from hardkernel? They don't exactly inspire confidence based on their site
<specing> no sata :(
hno has quit [Quit: Coyote finally caught me]
hno has joined #arm-netbook
<rm> you mean this
<rm> very nice
<specing> rm: still no SATA
<specing> rm: and only usb ethernet
<rm> right
<rm> but 4 cores and 1GB RAM
<rm> now if price was <$80
<specing> then it would still not have sata
<specing> I wouldn't need sata if it had gigabit REAL ethernet for NFS
simonckenyon has quit [Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/]
<RaYmAn> rm: exactly..But their shopping page tries to load some weird plugin... Seems kind of worrying when they just use paypal :P
kaspter has quit [Ping timeout: 245 seconds]
<RaYmAn> rm: 12$ for quad core + mali400mp4 isn't bad thoughh. The biggest issue for me is that they claim HDMI->DVI adapter won't work :( kind of limits dev when your lcd's only have DVI :P
<rm> because of HDCP?
<RaYmAn> "HDMI-DVI converter will not work properly because Exynos4 HDMI is not compatible with VESA standard."
* specing has a currently unused 7" LCD panel
<RaYmAn> LVDS?
<specing> probably
<specing> it has 3 connectors
<specing> one big flat one with >30 pins?, one smaller flat with ~10 pins and one for backlight power
eFfeM_work has quit [Quit: Leaving.]
hipboi has quit [Quit: 暂离]
hno has quit [Quit: Coyote finally caught me]
<CIA-122> rhombus-tech: Luca master * r8bfb42c79cc7 /allwinner_a10/orders/Luke.mdwn:
eFfeM_work has joined #arm-netbook
eebrah has quit [Ping timeout: 255 seconds]
eebrah has joined #arm-netbook
eebrah is now known as Guest30557
Guest30557 is now known as ibrah
lerc has quit [Ping timeout: 245 seconds]
lerc has joined #arm-netbook
<CIA-122> rhombus-tech: master * ra750ece6812b /allwinner_a10/orders/.mdwn: If possible I'd like to see this computer in a covering
ibrah is now known as eebrah
kaspter has joined #arm-netbook
lerc has quit [Ping timeout: 252 seconds]
lerc has joined #arm-netbook
lerc has quit [Ping timeout: 245 seconds]
kaspter has quit [Ping timeout: 264 seconds]
eebrah has quit [Ping timeout: 252 seconds]
kaspter has joined #arm-netbook
<traeak> mnemoc: at one poitn i saw 70MB/s off sata
gnexus has joined #arm-netbook
nibb has quit [Read error: Connection reset by peer]
nibb has joined #arm-netbook
<gnexus> lundman: you around here?
<gnexus> it is very quiet here. . .
<DonkeyHotei> we're hunting wabbits
<gnexus> DonkeyHotei: hey you got a Mele?
<DonkeyHotei> it hasn't arrived yet
<gnexus> DonkeyHotei: :(
<gnexus> i just put android 4 on mine!
<DonkeyHotei> tracking says "Origin Post is Preparing Shipment"
<gnexus> did you get it from hipboi?
<DonkeyHotei> yes
<DonkeyHotei> tracking has not changed in nearly a week
<gnexus> good plan. he ships pretty fast.
<gnexus> it takes a while to get through Chinese customs.. .
<Turl> my mele tracking says
<Turl> 2012-07-09 10:50 CHINA Insert item into bag (Otb)
<DonkeyHotei> i would have thought usa customs would be the bulk of shipping time
<gnexus> so does anybody here know how to get root in Android 4 on the Mele?
<rm> Insert item into bag
<rm> ha
<Turl> rm it always says that
<rm> my second MK802 is at "Departure from outward office of exchange" from China
<gnexus> it seems rooting ICS is not so easy as 2.3. . .
<rm> then it could be up to a month until it appears as imported in Russia
<Turl> ~10 days later it hits my country
<mnemoc> gnexus: all a10-based devices I know come with `su`
<gnexus> mnemoc: su - Permission denied. . .
<traeak> what system are you trying to root?
rellla has quit [Quit: ChatZilla 0.9.88.2 [Firefox 13.0.1/20120614114901]]
<gnexus> mnemoc: busybox pkg will not install. . .
<DonkeyHotei> your ip address appears to be irish. fitting, since xchat shows your nick in green
<traeak> the new ofifcial ICS is interesting in that it seems they dont' hvae all the canned applications
<gnexus> traeak: Mele ICS needs rooting.
<traeak> gnexus: ahh okay...i just installed it to look at it, then went back to my linux install :-p
<gnexus> traeak: the Mele apps are in a single install
<traeak> gnexus: a different installerthen?
<mnemoc> gnexus: just use Tom's image
<Turl> rm ~ how much time from buying to receiving @ your home then?
<mnemoc> gnexus: or build your own
<Turl> gnexus: wanna root mele ICS? :)
<gnexus> traeak: there's a pkg called "Initialization settings."
gimli has joined #arm-netbook
<rm> well, 1-1.5 months usually
<rm> up to 2 in rare cases
<mnemoc> o_O ... 3 weeks here, both times
<traeak> mightr look at it...at some point :-p
<Turl> gnexus: boot a sd card with some kind of linux, then mount system, copy a su binary and set the suid boot et all :)
<gnexus> mnemoc: Toms?
<mnemoc> gnexus: yes
<Turl> rm here it's ~3 weeks - 1 month
<Turl> 1.5 month on the weird cases
<traeak> took a while for me
<gnexus> Turl: the 3.0.8+ kernel i'm using can't access the flash :(
<rm> I once waited for a package from the USA for something silly like 3 months
<Turl> from anywhere that I have ordered, USA; china, same deal
<rm> and it was untracked
<rm> which is common for stuff from the USA
<traeak> mnemoc: did you take a shot at a sata drive?
<Turl> gnexus: build your own?
<mnemoc> traeak: found a disk. but no time yet
<Turl> rm yeah
<traeak> hehe, sata hotplug does work fine
<mnemoc> yeah: No such file or directory
<Turl> rm my untracked HDMI cable from china arrived the other day, takes the same that registered airmail
<gnexus> Turl: I could not get HDMI on my kernel to work and had no serial port before
<gnexus> Turl: I have new kernel built now and am fixing to try it on the mele
<gnexus> I just wish there was an easier way to root it.
<Turl> rm the funny thing is, as soon as they reach the country, they add a tracking # to all packages
<gnexus> the Mele apps are cool!
<rm> yes but you know it only after you get the package :)
<Turl> rm yeah :P
<Turl> rm for the china tracked ones, you can put the intl code on their site and it tells you the local tracking after it arrives on the country
<rm> a couple of times I had our post just ignore the chinese tracking number, btw
<Turl> (or usa tracked, wherever)
<rm> just slapped a new one RAxxxxxxxxxRU next to it
<Turl> :P
<gnexus> my tablet was easier to hack than the mele. . .
<gnexus> only thing missing on it really is the serial port. . .
<traeak> you mean ics ?
<Turl> rm they also have this thing that, if it's stopped by customs and you need to pick it up, they charge you 5ARS for 'postal services'. it's free if it arrives at your home
<rm> luckily never happened to me so far
<mnemoc> rm: the code ending in RU is espeedpost.com's
<Turl> mnemoc: sure?
<traeak> for me, i really hate ICS on a tablet. put it on one of my home tablets for a short bit and then tend to end up going back to some form of cm7
<rm> mnemoc, not really
<Turl> mnemoc: espeedpost's end in CN
<rm> the last 2 letters is the country code
<Turl> (as in china)
<mnemoc> nope, chinapost ends in CN
<rm> simple as that
<Turl> mnemoc: espeedpost looks like a chinapost brand
<mnemoc> a reseller
<rm> country code of the package's originating country
<mnemoc> they use codes ending in country of destination
<mnemoc> while the post standard code ends in country of origin
<Turl> mnemoc: the espeedpost looks way shorter and starts with 'ER'
<mnemoc> the initial letters say the type of shipment
<Turl> chinapost starts with RA, and local post with RD
<rm> naaaah
<rm> sec
<mnemoc> I get RA,RB,RC,RD,...RF and RR
<Triffid_Hunter> traeak: I have cm7 on my phone, it's sooo sloooww.. seems to reload every icon from flash every time it's displayed, can take up to dozens of seconds to respond to swipes and things
<mnemoc> it's the paid shipping service
<gnexus> Linux poweroff works better on the Mele than a tablet.
<Triffid_Hunter> the stock rom is heaps faster, but also misses various crucial features
<gnexus> i don't like CM
<Turl> Triffid_Hunter: you must have an ancient phone
<Triffid_Hunter> Turl: htc aria (also known as liberty)
<traeak> Triffid_Hunter: i doh't have a phone so i couldnt tell you..running tablets
<Turl> Triffid_Hunter: it's an ARMv6
<traeak> Triffid_Hunter: and i bet ics wouldn't bothert me so much on a phone..phones are used different form 10" tablets
<Turl> and knowing htc you probably have ~250M usable ram
<Turl> traeak: ICS is phone oriented too
<gnexus> this is a pita. I don't want to copy a kernel and install it just to root ICS
<Turl> traeak: it has a diff ui on a phone
<gnexus> mnemoc: any idea why the internal USB device port is disabled on Mele ICS?
<traeak> Turl: i have a couple of issues with ics...i want to move that action bar around and i want to get rid of all the fancy effects. it seems the launcher i normally use isn't available on ics (at last onthe tablets i have), etc
<Turl> Triffid_Hunter: ADW is crappy though, install some other launcher from the market and enjoy
<Turl> Triffid_Hunter: launcher pro works fast
<Turl> some people like go launcher too
<traeak> Turl: oh yeah and video tanks on my tablet with ics, forgot about that one
<traeak> anyway
<mnemoc> gnexus: the otg? enable it in script.bin
<gnexus> mnemoc: so how do i edit the script.bin in the flash?
<Turl> traeak: define 'tanks'
<mnemoc> gnexus: nanda1 is vfat
<rm> a sad nanda
<Turl> beware with nanda
<gnexus> mnemoc: yes. but how do I access it with a kernel with no nvram suppt?
<Turl> idk if it's just me, but after changing script bin, I have like a 30% chance my tablet won't boot again, even if I just copy the same one
<gnexus> I know use another kernel ;)
<mnemoc> gnexus: mount -t vfat ...
<gnexus> mnemoc: no android root...no android mount. . .
<mnemoc> gnexus: then boot linux from the uSD
<mnemoc> gnexus: then mount nanda and make your changes
<traeak> Turl: same video i play on cm7.2 smoothly slide shows on ICS. just means ICS isn't quite suporete yet. but i'm mostly pissed that the action bar is at the bottom for my tablet. i'll just wait for cm9 or cm10 to mature more.
<gnexus> mnemoc: but the SD kernel does not support NVRAM. . .
<Turl> traeak: on what device?
<gnexus> i need a better kernel. . .
<mnemoc> gnexus: nand support is enabled by default in sun4i_defconfig
<traeak> Turl: thatone is tegra2 which i'm guessing is problematic. i's been awhile since i put ics on my nook color
<gnexus> mnemoc: but not in hipboi's old kernel. . .
<traeak> Turl: but not too relevant. i just need those to be stable since i dont' play with them.
<Turl> traeak: as you see, there's no CM9 there
<mnemoc> gnexus: build your own
<gnexus> mnemoc: i'm copying the newer kernel to sd right now. . .
<traeak> Turl: yeah cm7.2 on th enook color works great
<traeak> Turl: will probably hack my sister in law's nook color to run this
<Turl> traeak: if you find any cm9 build, it's probably made by randoms, with hacked up parts which break the ICS compatibility document
<gnexus> mnemoc: it's already built. Just did not have a mele before to try it.
<traeak> Turl: viewsonic g tablet has about 3 ics variations
<traeak> Turl: i also have a zt-180 that runs ics, it's also irritating in some ways.
<Turl> traeak: my point was, it's not CM's fault that those devices work like crap on whatever CM9 build you downloaded :P
<traeak> Turl: sry zt280 hehe
<traeak> Turl: not cm9 on these, ICS builds....
<traeak> Turl: i'm just sayign that for a tablet i hate ICS, i hate the way the defaut action bar works on a tablet, and other extra eye candy crap they tossed onto it
rmull has left #arm-netbook [#arm-netbook]
<Turl> idk if you've been following the news, the verizon galaxy s 3 has a locked bootloader that won't boot unsigned bootimages
<Turl> traeak: you can probably disable the animations on spare parts or developer tools
<traeak> Turl: i'm guessing cm9 allows more tuning of where the action bar goes, but in addition to all the other stuff that makes it a nogo for me
rellla has joined #arm-netbook
<traeak> anyways
<traeak> i hope the linaro libc performance fixes for string operations have made their way to glibc
<Turl> heh really?
kaspter has quit [Ping timeout: 264 seconds]
<traeak> Turl: yup...if it were a phone i wouldn't mind so much is all
<Turl> hm, I think I misread that
<Turl> they have made their way to glibc, or you hope so?
<traeak> i hope they have
<Turl> yeah, I misread it then :)
<traeak> looks like jun11 article
<traeak> mention of patents in there...how horrible
<traeak> and the tables aren't exactly clear
<gnexus> mnemoc: make modules_install . . .DEPMOD 3.0.36+ But does it boot?
rmull has joined #arm-netbook
<rmull> lkcl: Thanks for the "history" mailing list post. As a new subscriber, I like reading things like that.
<gnexus> mnemoc: INIT: Switching to runlevel: 6
<gnexus> mnemoc: that is some very messy boot output!
<gnexus> mnemoc: Image Name: Linux-3.0.36+
rellla has quit [Quit: ChatZilla 0.9.88.2 [Firefox 13.0.1/20120614114901]]
<gnexus> mnemoc: nand is there
<traeak> which branchshould i use for 3.4 ?
<gnexus> mnemoc: still no video
<Turl> traeak: I'm guessing the one ending in /forward
<Turl> traeak: but mnemoc will have to confirm
<gnexus> mnemoc: Linux T-01 3.0.36+ #1 PREEMPT Thu Jul 5 21:49:22 IST 2012 armv7l GNU/Linux
<gnexus> so if I just replace ICS su binary and have proper permissions on it I should have ICS root?
<gnexus> anybody?
<Turl> yeah
<Turl> then install superuser app from market
<gnexus> Turl: thanks! su app is already installed. just does not work yet.
<Turl> permissions should be 4755 if memory serves me well
<Turl> chown root.root
<gnexus> Turl: which partition on Mele is rootfs?
<gnexus> nevermind: The 3 disk name = system, class name = DISK, disk size = 1048576
<gnexus> Mele ICS system partition is /dev/nandd
<gnexus> Mele ICS system partition is also /dev/nande. that is where "/system" is.
<rmull> Is there anything available on the market (hosts, peripherals) that use the eoma68 interface? or is the a10 device on the rhombus-tech website the first device to use it?
<gnexus> rmull: i thought eoma-68 was some type of std?
<Turl> gnexus: nande is usually /data
<Turl> gnexus: nandd is /system indeed
<gnexus> Turl: yes
<Turl> / itself is a ramdisk that's built in the boot image (nandc)
<gnexus> Turl: i got confuzed
<gnexus> Turl: found it. I was looking for /system. forgot that is what nandd is mounted as. . .
<gnexus> im tired...
<Turl> ext4 usually
<rmull> gnexus: That's the idea (eoma68 being a standard interface) but afaik the a10 rhombus-tech device is the only one that intends to use it? all the devices that mention it are still just theoretical
<gnexus> rmull: so no other devices use it?
<rmull> That's what I'm asking :P
<rmull> Example motherboards on the bottom of this page are just conceptual: http://elinux.org/Embedded_Open_Modular_Architecture/EOMA-68
<gnexus> rmull: i just found that page in google ;)
<gnexus> the elinux one
<gnexus> looks like a good idea and standard!
<traeak> rmull: too much chinese :-p
<Turl> https://lkml.org/lkml/2012/3/9/617 maybe worth reading?
<Turl> I haven't read it myself
<gnexus> Turl: it is mounted now and I'm going to just scp over the su binary from my tablet
<rmull> gnexus: Yes, I agree, and I wanted to start implementing the EOMA-68 passthrough card on that wiki page
<rmull> But I didn't want to step on any toes
<rmull> I think it would be nice to have something ready if and when the EOMA-68 host stuff hits the market
<CIA-122> rhombus-tech: Wiktor master * r1d98badb5e39 /allwinner_a10/orders/.mdwn:
<Turl> oh, loongson quad core, nice :p
<specing> loongson, now with more x86 instructions
<Turl> I thought they implemented a completely diff instruction set?
<specing> Loongson is a X86 MIPS
<specing> nice eh?
<gnexus> my tablet is jealous of the mele now. It wont work.
<Turl> o.O
<Turl> gnexus: you can grab su from the interwebz too btw
<DonkeyHotei> there's nothing really x86 about loongson
<DonkeyHotei> it just has hardware acceleration for qemu
<gnexus> Turl: i have it on my pc also
<DonkeyHotei> the x86 is still from the qemu
<gnexus> Turl: looks like I need to use it. The tablet died and is stuck at the boot screen.
<specing> DonkeyHotei "Loongson 3 adds over 200 new instructions to speed up x86 instruction execution at a cost of 5% of the total die area. "
<DonkeyHotei> read the rest of the paragraph
<specing> that is 5% that could reduce cost or be used to add an another core
<DonkeyHotei> it could just as well accelerate qemu-arm
nibb_ has joined #arm-netbook
nibb has quit [Read error: Connection reset by peer]
<Turl> 128GFLOPS on 40W, nice
<rm> also
<rm> where are my MIPS netbooks
<rm> other than the Yeeloong
<rm> no Ingenic-based netbooks :/
madmalkav has joined #arm-netbook
<traeak> 4750 isn't anything ot write home about
<traeak> not to mention that keyboard is epic craptastic
<rzk> atleast they exist
<rm> yeah
<rm> that one is special
<rm> and it's out of stock so probably not made anymore
<rm> after that there came the huge wave of WM8650 Android 2.2
<rm> anyways, there's now the new generation of Ingenic chips, see Ainol Paladin
<traeak> 4770
<traeak> acceptable for tablets somewhat
<traeak> 512MB max ram, no hdmi
<traeak> so the jz4770 is technically toast for android 4.0 or higher whicih really suggest 1GB ram for best experience
<Turl> you can run with 512
<Turl> it's not too future proof though, and a bit tight already
<rm> hm,, I see
<Turl> see nexus s for example
<gnexus> mnemoc: Xorg.0.log: (EE) open /dev/fb0: No such file or directory
<gnexus> at least the wifi and nvram work. . .
ka6sox is now known as ka6sox-away
<Turl> gnexus: modprobe disp, lcd, hdmi?
<gnexus> Turl: i built them into the kernel this time. . .
<Turl> all 3?
<gnexus> Turl: yes.
<gnexus> Turl: i think. . .
<Turl> gnexus: look into /dev/, sometimes they're in /dev/graphics/fb0
<gnexus> Turl: no /dev/graphics either.
<Turl> my a10 has /dev/graphics/fb[0-7]
<gnexus> Turl: what kernel?
<Turl> source one
<Turl> $ adb shell zcat /proc/config.gz|grep LYCHEE
<Turl> CONFIG_LYCHEE_FB_SUN4I=y
<Turl> CONFIG_LYCHEE_LCD_SUN4I=y
<Turl> CONFIG_LYCHEE_HDMI_SUN4I=y
<gnexus> Turl: linux-allwinner?
<Turl> yeah
<gnexus> Turl: looks like I have bad luck then. . .
<gnexus> i'll just recompile again. . .
<Turl> gnexus: that is my defconfig if you want to compare
<gnexus> Turl: thanks!
<gnexus> Turl: i didn't really want to play with a new kernel right now :(
<rm> Turl, will that one work on a Mele?
<gnexus> but at least it boots and lets me get root for Android!
<rm> seems much saner than the sun4i_defconfig, IPv6 and iptables actually enabled
<Turl> rm well, I guess it could, but it'd require changes
<gnexus> rm: sun4i_defconfig sucks!
<Turl> rm I based it on sun4i_defconfig, enabled ipv6 and the netfilter modules for android and a couple other stuff
<Turl> moved pretty much everything that was feasible to builtin too, so to not fight with .ko maintenance on system
<rm> ah, that's a downside for me
<gnexus> Turl: inet6 addr: fe80::2da:72ff:fe44:5de1/64 Scope:Link
<gnexus> at leas that works!
<Turl> rm all the lychee stuff is =y and not =m for example (disp, lcd, hdmi)
<Turl> gnexus: :)
<gnexus> Turl: no ipv6 in the defconfig . . . wtf?
<Turl> mine has +CONFIG_IPV6=y
<Turl> bbiab, gonna beat someone @ hedgewars
<gnexus> i don't think the Mele would be FCC compliant
<gnexus> it's blocking my tv signal!
Quarx has quit []
<Turl> o.O
ZaEarl has quit [Ping timeout: 255 seconds]
<traeak> are you sure it's not just a crappy digital signal?
<traeak> i mean ever since the changeover to digital HDTV i don't get a clean signal for anything anymore
ZaEarl has joined #arm-netbook
<gnexus> traeak: the signal is very bad. the mele makes it worse when you change res to 1080p. its not as bad in 720p.
<gnexus> so at the higher res the mele makes more rf interference
mike__ has quit [Remote host closed the connection]
mikey_w has quit [Read error: Connection reset by peer]
mikey_w has joined #arm-netbook
mike_ has joined #arm-netbook
mike_ is now known as Guest22846
Guest22846 has quit [Client Quit]
mike__ has joined #arm-netbook
mike__ has quit [Remote host closed the connection]
dfletcher has quit [Changing host]
dfletcher has joined #arm-netbook
dfletcher is now known as drgreenthumb
mike__ has joined #arm-netbook
mike__ has quit [Client Quit]
mike__ has joined #arm-netbook
mike__ has quit [Remote host closed the connection]
ka6sox-away is now known as ka6sox
mike__ has joined #arm-netbook
mike__ has quit [Remote host closed the connection]
rellla has joined #arm-netbook
rellla has quit [Quit: ChatZilla 0.9.88.2 [Firefox 13.0.1/20120614114901]]
<arokux> any Arch user here?
<specing> probably
gnexus has left #arm-netbook ["has left the channel."]
<xenoxaos> ya
<traeak> yes
<traeak> cool
<traeak> just ran an update and appaerntly the arch idiots blasted the package manager
<arokux> traeak, do you compile with arch (arm)?
nibb_ has quit [Read error: Connection reset by peer]
<traeak> arokux: huh? i cross compile the kernel that's it
nibb_ has joined #arm-netbook
<arokux> traeak, you compile it on arch as host and use distcc?
<traeak> arokux: no
<arokux> traeak, ok
<traeak> i have a xeon, i installed a cross copmiler and i compile the kernel there
<traeak> dual xeon actually although its an older one
<specing> hp?
<traeak> huh? what's that?
<specing> nwm
<rzk> arokux: I had archlinux as host for crosscompile
<traeak> my desktop uses some stupid assed supermicro almost microatx core2quad xeon. Our real dev machines use standard atx asus boards with nehalem based i7's. Need to update those
<traeak> i haven't bothered yet to actually set up a compile farm with the mele, don't really see the point for myself at this time
<rzk> got stuck at weird grep problem in mali sources
<arokux> rzk, arch is on an arm board and u are using x86?
<rzk> x86 archlinux compiling linux-allwinner for arm
<arokux> ok, that's not what i'm asking.
<traeak> i just installed some cross compilation stuff from AUR and directly compile there
<traeak> i think regardless you need the cross compiler
<arokux> really? what package?
<traeak> arm-eabi-gcc
<rzk> I thought about getting archlinux-arm on my ly-f1, but after zero support from #archlinux-arm I gave up
<traeak> and that will have you pull in all the other ones
<rzk> A2Sheds had some troubles with arch-arm too.
<traeak> what kind of troubles?
hno has joined #arm-netbook
<traeak> i haven't been on that irc so no idea about those folks
<rzk> no documentation whatsoever
<traeak> hmm
<hno> what's up tonight?
<traeak> yave you run x86 arch before?
<rzk> yep, its my laptop main system
<traeak> you mean no documentation for an a10 system in particual
<rzk> I didnt even get how to configure abs (arch build system) to work with ALARM (AchLinux-ARM) repository
<rzk> on debian you have debootstrap or rootstock and you are ready
<rzk> on gentoo I remember some tool like debootstrap too.
<traeak> well i did sort of rig my system
<traeak> basically i took the debian boot image
<traeak> extracted the boot partition stuff and the modules
<traeak> then popped the omap3 arm stuff
<traeak> and then overlayed the stuff i extracted from the debian image
<CIA-122> rhombus-tech: Jeremy master * r3d3a8f6e34f3 /allwinner_a10/orders/jamarzka.mdwn:
<traeak> although that's not necessary if you are confident enough to build and install your own kernel (and bypass the debian stuff)
ZaEarl has quit [Remote host closed the connection]
<arokux> arch ain't no debian, guys.
<rzk> thats.. sorta not my way :3 omap is omap, we need to build our own hwpack and image, so with patches and updates that overlaying stuff will not happen again
<traeak> omap3 ? that a mislabelling on the part of the archlinux arm guys
<traeak> thjey need to break their binary image names into something more reasonable based on armv5/6/7
<rzk> also they've said that they will work on mele a100 support
<A2Sheds> rzk: we started working with arch-arm in its infancy but the devs didn't really want to share the scripts to build it, they seem to want to have a almost open project yet keep the build process private
<traeak> the omap3 userspace happens to be armv7
<traeak> not sure if it assumes neon or not
<rzk> build process private? wtf?
<rzk> thats totally no opensource, lol.
<A2Sheds> rzk: they seem to want to be in control of the docs to build it, they would probably share it in exchange for money or recognition of some sort
<A2Sheds> they ted to get upset when pressed for docs
<traeak> interesting
<A2Sheds> ted/tend
<traeak> i dunno how well that meshes with the raspberry pi guys
<traeak> since a proper rpi arch distro should do armv6hf
<A2Sheds> we offered to create and support a tool chain for building their packages, they weren't interested, they even ended up backing all the patches out of the repos, so we went on to to other projects
<rzk> also, toolchain for arm from AUR is broken on arch-testing
<A2Sheds> that was over a year ago, I haven't checked on what they are up to recently
<mnemoc> DX got the 1GB version
<traeak> reports of overheating on these units though
<traeak> so that's skeery
<traeak> mnemoc: which branch for 3.4 ?
<rzk> no wonder that mk802 will overheat
<rzk> a10 on my ly-f1 heats up thru display
<A2Sheds> rzk: it's similar to ubuntu, it's open source but the docs for building are never accurate and it can be difficult to actually to build from scratch
<mnemoc> traeak: wip/linux-3.4-sunxi/forward
mike_ has joined #arm-netbook
mike_ is now known as Guest47617
Guest47617 has quit [Read error: Connection reset by peer]
mike__ has joined #arm-netbook
mike__ is now known as mikie_w
eFfeM has joined #arm-netbook
ZaEarl has joined #arm-netbook
<traeak> mnemoc seems my drm.h change didn't get committed?
<mnemoc> traeak: which?
<traeak> mnemoc: don't worry i suspect i'm getting hosed by git
<traeak> mnemoc: i'm not grasping how to force going back to master
nibb_ has quit [Read error: Connection reset by peer]
nibb_ has joined #arm-netbook
<traeak> yuk
<mnemoc> eh? it's not that ugly...
<traeak> no i mean working with git :-p
<mnemoc> ^^
<traeak> i thought i submitted a patch for include/drm/drm.h
<mnemoc> url?
nibb_ has quit [Read error: Connection reset by peer]
eFfeM has quit [Quit: Leaving.]
gimli has quit [Remote host closed the connection]
nibb has joined #arm-netbook
<mnemoc> traeak: It's very possible I've missed a commit when preparing the 3.4/mali branch.... if you find one, please let me know
madmalkav has quit [Quit: Leaving]
<mnemoc> arm-linux-gnueabi-ld: drivers/gpu/mali/mali/linux/mali_osk_atomics.o: invalid string offset 4293984260 >= 213 for section `.strtab'
<mnemoc> uh
<traeak> 'k seems 3.4/forward doesn't build for now regardless :-p
<mnemoc> o_O
<mnemoc> builds here (tm)
<mnemoc> traeak: can you give me some details to fix it before going to sleep?
<traeak> just commenting out a couple of unnecessary includes is all
<mnemoc> that doesn't help to fix the problems in the repo...
<traeak> nono there's no problems sorry
<mnemoc> o_O
<lundman> gnexus: whats up?
<CIA-122> rhombus-tech: marco master * rc6745a10de3e /allwinner_a10.mdwn:
arokux_h has joined #arm-netbook
hp_ has quit [Ping timeout: 276 seconds]
<Turl> woot jelly beans on my intertubes
arokux_h has quit [Quit: Leaving]
leming has joined #arm-netbook
<leming> A2Sheds, i'm curious as to who exactly you say you worked with in Arch Linux ARM, especially regarding toolchains and building packages, because I don't remember you at all :)
Turl has quit [Excess Flood]
Turl has joined #arm-netbook