IRC log for #arm-netbook on 20120613

00:03.54hnoTurl, what do you mean? Have never seen GUID in Linux boot, only UUID. boot1 requires MBR or Allwinner partition. In Linux you can specify partition by either device or UUID. An UUID root device requires an initramfs that searches for the right root device.
00:04.36Turlhno: you didn't get what I meant
00:04.42hnoneither have anything to do with boot0/boot1/boot.axf. For all what we care those are only alternative means of getting u-boot loaded so we can load th kernel in a sane manner.
00:04.44Turlhno: instead of using DOS-like partition tables
00:04.49Turlhe wants to use GUID
00:04.56hnoGPT?
00:05.01Turlto accomodate more than 5 partitions without using extended ones
00:05.04Turlisn't it called GUID?
00:05.10Turlwell that thing :P
00:05.22Turlhttps://en.wikipedia.org/wiki/GUID_Partition_Table
00:05.29TurlGUID Partition Table yep
00:05.52hnoNAND is not using MBR type partition table. Allwinner have their own.
00:06.39Turlhe's working on SD Cards tho
00:06.55hnoand on SD we don't need boot0/boot1 at all. But you need to make sure the space used for the bootloader is reserved.
00:08.09CIA-121rhombus-tech: Gary master * r76df0ba36a40 /allwinner_a10/hacking_the_mele_a1000/Building_Debian_From_Source_Code_for_Mele.mdwn: Add link to script for this procedure.
00:09.26hnonot 100% sure the bootloader layout is GPT friendly. Don't remember which blocks GPT uses. The A10 boots from sector 16-64.
00:09.56hnoand whatever partitioning scheme you use MUST NOT use any blocks in that range.
00:10.31hno(offsets 8Kbyte - 32Kbyte)
00:11.29CIA-121rhombus-tech: Gary master * rc256e58c094e /allwinner_a10/hacking_the_mele_a1000/script_for_installing_debian_on_sdcard.mdwn: Correct misspellings (comments only).
00:12.13*** join/#arm-netbook PhantomsDad (~PhantomsD@c-69-255-33-53.hsd1.md.comcast.net)
00:12.14*** join/#arm-netbook PhantomsDad (~PhantomsD@konversation/developer/PhantomsDad)
00:14.38CIA-121rhombus-tech: Gary master * rb3442e4c2b51 /allwinner_a10/hacking_the_mele_a1000/script_for_installing_debian_on_sdcard.mdwn: Hyperlink back to article.
00:17.08hnoLooking at the wikipedia description it should be possible to tweak a GPT partition table to reserve space for the A10 bootloader area. But most likely not using standard tools.
00:18.17hnoyou ned to move the partition entries and first usable LBA to after the bootloader area.
00:18.55hnowonder if other systems supports moving the partition entries.. maybe not. Kind of unusual.
00:20.41XlabIs there somebody who managed to boot from sd card on ainol device?
00:21.04Xlabi'm doing all right as described on hno's wiki
00:21.36Xlab& a10 mmc boot page
00:21.45Xlabbut boot fails witch no uart output ;((
00:22.00Xlabs/witch/with/
00:22.16hnoXlab, which version of u-boot are you using? There is reports about SPL not working depending on toolchain used. The v2011.09-sun4i tag should work better.
00:22.53Xlabtoolchain? i'm using the newest linaro toolchain
00:23.10Xlaband u-boot is from "sun4i" branch
00:23.22hnoThen SPL reportedly crashes.
00:23.27Xlabi've tried "linchee-mmc-boot" also, but with same result
00:23.52Xlab>Then SPL reportedly crashes.
00:23.52XlabSo, linaro is useless?
00:24.01hnogit checkout v2011.09-sun4i and try again.
00:24.22hnono, it's something in later u-boot versions which is useless..
00:24.35hnotriggered by newer toolchains.
00:25.37hnoyou can also try the prebuilt u-boot-mmc-hno-201203.img I have at http://www.henriknordstrom.net/code/A10/
00:31.15hnoXlab?
00:33.54Xlabtrying v2011 .09 tag
00:34.04Xlabone minute..
00:34.09hnov2011.09-sun4i
00:35.28Xlabyep
00:37.35XlabIt works!!
00:37.42Xlab=)
00:38.07XlabU-Boot SPL 2011.09 (Jun 13 2012 - 04:29:48)
00:38.08XlabMMC:   SUNXI SD/MMC: 0
00:38.08XlabLoading U-Boot...   OK!
00:38.08XlabJumping to U-Boot...
00:38.08Xlab<PROTECTED>
00:38.08XlabU-Boot 2011.09 (Jun 13 2012 - 04:29:48) Allwinner Technology
00:38.11Xlabetc..
00:38.28hnoOk. Have reset sun4i to 2011.09.
00:39.22*** join/#arm-netbook hipboi_ (~hipboi@221.4.213.95)
00:39.27Turlhno: just wondering, what's the bps on uboot and such?
00:40.15Turlhey hipboi_ :)
00:41.05hnoTurl, what do you mean?
00:41.11hnobps?
00:41.46Turlhno: speed
00:42.17Turlhipboi_: if you're around let me know, I have a 'sales' question for you
00:43.06hnospeed?
00:43.35Turlyeah
00:43.50hnoboot time is very much dependent on your SD-card.
00:43.59Turlno, not that speed
00:44.01Turlserial speed
00:44.09hno115200
00:44.27Turlis that hardcoded somewhere?
00:44.59hnoFor SPL it's hardcoded. In u-boot it's configurable in the environment I think.
00:45.13hnonever looked into having any other speed.
00:46.10hnoTurl, it appears to be set in include/configs/sun4i.h
00:47.50Turlnice to know
00:48.16Turlthey want 20US for a usb to uart thing in here, that's not including the uSD adapter
00:48.22Turl(+ shipping)
00:49.32hnoSD booting and console on SD port is mutually exclusive.
00:49.44Turlhm good point
00:49.50TurlI still can UART a nand kernel though
00:50.05hnoyou should have UART pads on the board somewhere.
00:50.56hnoYes. SD console works with NAND boot. But u-boot SPL do not support NAND yet.
00:51.30hnoso you need to use the Allwinner bootloaders then.
00:52.01*** join/#arm-netbook t0dbld|work (~t0dbld@unaffiliated/t0dbld)
00:52.29Turlhno: yeah, I'm using the stock nanda
00:52.43t0dbld|workhno, we are severely bottled by not having boot0 and boot1 source , the reason we need uboot at certain spot , and why we need vfat etc is all because of that
00:52.47Turlhno: I'd open the tablet but it's pretty much sealed :p I have a hard time putting stuff back together
00:53.20t0dbld|workhonestly we should be working to not use boot0 or boot1 at all
00:53.28t0dbld|workand jsut port a main stream uboot
00:53.46t0dbld|workbut one thing is sure we need source of boot0 and boot1
00:53.46ZaEarlI asked Dora @ wits for the source, she said no.
00:54.01t0dbld|workZaEarl, was there a reason ?
00:54.06ZaEarlno
00:54.23t0dbld|workno as in we cant have iit or no as in she doesnt have it ?
00:54.34ZaEarlwe can't have it
00:54.42t0dbld|workwell thats a reall bummer
00:54.49ZaEarleven if we purchased a dev board, we'd still not get it
00:56.13t0dbld|workWOW
00:56.20t0dbld|workwell thats a major letdown
00:57.07t0dbld|workthan android and sdcard linux booting is about the ceiling on this device than
00:57.37ZaEarlwhy not linux on nand?
00:58.04t0dbld|workits possible but also unlikely , as we are playing blank
00:58.18t0dbld|worklinux on nand i can prob get done with some work
00:58.23t0dbld|workduel boot is not going to happen though
00:58.34t0dbld|workit will be trial and error
00:58.37t0dbld|workan flashing nand alot
00:58.55t0dbld|workand will prob require nasty DD for install rather than clean install
00:58.59ZaEarlas nice as dual booting would be, single booting linux would be far more important
01:00.06t0dbld|workwell linux is also stalled till we can get touch in linux
01:00.12t0dbld|worki have everything else working
01:00.18t0dbld|workand running well
01:00.40t0dbld|workbut install on nand will prob be DD ing if i cant write those files
01:00.42ZaEarlpost an sdcard image so I can try it!
01:01.16t0dbld|workyou have a a working SD card build right
01:01.25t0dbld|workthe mele one ?
01:01.36ZaEarla mele ubuntu 10.04 i think it was
01:01.45ZaEarlhdmi-out only, no lcd
01:01.48t0dbld|workif so ill post a kernel to replace and a script to replace in p1
01:01.59t0dbld|workand youll be working no HDMI
01:02.04t0dbld|workInternal instead
01:02.08ZaEarlperfect
01:02.29t0dbld|workas of now android included hdmi and internal doesnt seem to work at same time
01:02.45t0dbld|worki think its a framebuffer issue
01:03.56t0dbld|workwell time to start digging than need to find some one with source to boot0 and boot1 other wise my time left on this device is deminishing fast :-(
01:04.36t0dbld|workim really bummed to cause i think the aurora and new chome os would be perfect match
01:07.27t0dbld|worki wonder what stock uboot config is ? meaning what are its settings for kernel and FS , and i wonder if i replaced its uboot with one for sdcard if i could have it default to boot fs and kernel on sdcard but using the nand u-boot
01:07.36t0dbld|workthat might be one last shot to get a test image down
01:08.00t0dbld|workassuming it can see the sdcard at boot with out having a uboot on it
01:26.48*** join/#arm-netbook naobsd (7230149f@gateway/web/freenode/ip.114.48.20.159)
01:51.33naobsdhmm. FEL dump is very interesting
01:54.30naobsdno idea about 1st write 0000 to 0x7e00... it looks like just testing it's RAM or ROM. it may be initialization
01:56.46*** join/#arm-netbook mikey_w (~mike@c-71-63-115-202.hsd1.va.comcast.net)
01:59.48naobsdwhat is first 0xb4 bytes write to 0x7010?
02:00.02*** join/#arm-netbook ZaEarl (~malmrose@c-24-6-238-36.hsd1.ca.comcast.net)
02:00.51naobsdconfiguration register is mapped at 0x7010?
02:03.06naobsd0x7210 is used to get result of code execution... the code written to 0x7220 is for DRAM initialization?
02:03.38naobsdDRAM initialization is done twice?
02:23.10naobsdlast 0x5d0 bytes write to 0x7220 is "FES     _FES_200000000000" ?
02:32.26naobsdhmm, difficult :(
02:49.00*** join/#arm-netbook Darkwing (~quassel@ip68-7-148-234.sd.sd.cox.net)
02:49.02*** join/#arm-netbook Darkwing (~quassel@ubuntu/member/davidwonderly)
02:52.19hipboi_Turl: hi
02:53.06hipboi_Turl: i went to shenzhen yesterday
02:56.06Turlhipboi_: :)
02:57.03lundmani keep meaning to visit shenzhen
02:57.10Turlhipboi_: did you visit goodix offices? :p
02:58.17Turlhipboi_: I wanted to ask you, do you still sell that microSD UART adapter?
03:29.20*** join/#arm-netbook ssvb (~ssvb@a88-114-220-213.elisa-laajakaista.fi)
03:33.43*** join/#arm-netbook Guest92236 (~mike@c-71-63-115-202.hsd1.va.comcast.net)
03:33.48*** join/#arm-netbook mikey_w (~mike@c-71-63-115-202.hsd1.va.comcast.net)
03:48.42*** join/#arm-netbook mikey_w (~mike@c-71-63-115-202.hsd1.va.comcast.net)
03:56.15*** join/#arm-netbook JordonWu (~jordon.wu@61.191.143.66)
04:04.19Turlgood night all :)
04:04.38Turlhipboi_: if you still sell it /msg me
04:19.56*** join/#arm-netbook gimli (~gimli@xbmc/staff/gimli)
04:30.32*** join/#arm-netbook hipboi_ (~hipboi@221.4.213.95)
05:01.18*** join/#arm-netbook traeak (~bolsen@75-151-91-165-Colorado.hfc.comcastbusiness.net)
05:23.26*** join/#arm-netbook QingPei (~qingpei@inet-hqmc05-o.oracle.com)
05:39.47*** join/#arm-netbook gsilvis (~almostsix@50.12.163.241)
06:01.20*** join/#arm-netbook eebrah (~Ibrahim_K@41-139-199-130.safaricombusiness.co.ke)
06:17.04*** join/#arm-netbook Mazon (~Mazon@95.166.104.217)
06:31.31*** join/#arm-netbook rell01 (~chatzilla@p5B078316.dip0.t-ipconnect.de)
06:45.36*** join/#arm-netbook eebrah (~Ibrahim_K@41-139-199-130.safaricombusiness.co.ke)
07:16.57hnoI don't get what t0dbld is having issues with. u-boot SPL will support nand in due time, not only sdcard. Mostly a matter of reshuffling code so it fits in the limited SPL area (24KB max including data). And it's also fairly well documented how to make multiboot systems with the Allwinner bootloader (boot / sprite) both on NAND and SDCard. What do he need the boot0/boot1 sources for?
07:57.15*** join/#arm-netbook QingPei (~qingpei@inet-hqmc01-o.oracle.com)
07:59.01*** join/#arm-netbook adester (~ade@esterling.plus.com)
08:03.19*** join/#arm-netbook adejones (~ade@esterling.plus.com)
08:05.22adejoneshello everyone
08:06.59adejonesdoes anyone know of a list of compatable  sd cards for booting mele a2000?
08:13.42lundmani thought they all worked
08:13.46*** join/#arm-netbook naobsd (6fbc5ffd@gateway/web/freenode/ip.111.188.95.253)
08:13.51lundmani use a micro-sd in adapter
08:14.25lundmanbut you do have to prepare it for boot. ie, boot1 at block 8, boot2 at block 32.
08:15.40*** join/#arm-netbook eebrah (~Ibrahim_K@41-139-199-130.safaricombusiness.co.ke)
08:23.02*** join/#arm-netbook ibrah (~Ibrahim_K@41-139-199-130.safaricombusiness.co.ke)
08:57.02*** join/#arm-netbook cnxsoft (~cnxsoft@node-9bu.pool-118-172.dynamic.totbb.net)
09:02.51*** part/#arm-netbook QingPei (~qingpei@inet-hqmc01-o.oracle.com)
09:27.04*** join/#arm-netbook eebrah (~Ibrahim_K@41-139-199-130.safaricombusiness.co.ke)
09:46.58*** join/#arm-netbook Quarx (~Quarx@94.137.48.145)
09:51.43*** join/#arm-netbook Xlab (~Adium@home-pool-188-244-36-2.com2com.ru)
10:20.19mnemochno: another double post :)
10:23.09mnemocis hyundai's a7hd display really better than the normal 1024x600 7"s ?
10:29.15*** join/#arm-netbook Byan (byan@gateway/shell/mtu-lug/x-kyaojzrntuxalhlf)
10:29.22mnemoci see... it's 7" IPS
10:32.36libvi believe that one of the countless ainols also has an ips display
10:38.28mnemocaurora
10:38.55mnemocinterestings
10:38.57mnemocinteresting
10:55.44CIA-121rhombus-tech: lkcl master * ra7daa6b6cb18 /allwinner_a10/orders/ukkiosktesting.mdwn: order processing cleanup
11:58.18*** join/#arm-netbook hp_|2 (~kvirc@220-136-74-105.dynamic.hinet.net)
13:46.46*** join/#arm-netbook Xlab (~Adium@home-pool-188-244-36-2.com2com.ru)
14:04.52*** join/#arm-netbook tom_say (~quassel@cpe-68-203-248-184.stx.res.rr.com)
14:34.41*** join/#arm-netbook rm (rm@fsf/member/rm)
14:36.26Turlmnemoc: we're now two releases back, yay! http://www.malideveloper.com/developer-resources/drivers/open-source-mali-gpus-linux-kernel-device-drivers.php
14:36.44Turl(prop-wise)
14:44.04*** join/#arm-netbook Gumboot_ (~gumboot@rev.bovine.muck.net.nz)
14:46.56mnemocmeh :<
14:47.29mnemocTurl: but we can't move ahead of the userspace binary libraries anyway
14:48.13Turlyeah
14:48.22Turlthey bumped the big first number too :(
14:50.25*** join/#arm-netbook Gujs_ (~gregor@cpe-92-37-95-115.dynamic.amis.net)
15:04.01mnemocand we still don't figure out how do integrate drm/mali :-|
15:04.02libvi should update my git tree for the last year, and we should look into getting dkms
15:04.30mnemoclibv: go ahead :)
15:05.52mnemoca dkms-based mali would be nice
15:06.56mnemoclibv: btw, did you get a mele for lima?
15:07.36libvnot yet
15:08.13libvas i am full time on intel work atm, and don't really have time for lima atm
15:08.24mnemoc:(
15:08.32libvgetting a new toy is just too much of a temptation
15:08.47libvi already have a hard time stopping myself from poking lima stuff
15:39.39mnemochttp://olimex.files.wordpress.com/2012/06/a13-brd.gif <--- a13-olinuxino got a layout diagram
15:41.54traeakhow much will this one cost?
15:42.30traeakwonder what can be done with the "LCD" pins
15:45.05A1Shedstoo bad there is't aversion of the board with just headers vs all the connectors in the most difficult to integrate into a product location
15:45.59specingmnemoc: Omg, that is one spaghetti mess ;P
15:46.35A1Shedsnah, thats nothing, plenty of room on that size board
15:46.59*** join/#arm-netbook ssvb (~ssvb@a88-114-220-213.elisa-laajakaista.fi)
15:48.01A1Shedswow, lots of through hole
15:49.27specingI don't like the layout of the usb ports...
15:49.38specingAlso no hdmi?
15:49.49Turlspecing: it's an A13
15:49.53Turlno HDMI on A13s
15:49.54specingAh
15:49.57specingAh
15:50.02Turlthat's pretty much the only difference with A10 btw
15:50.04specingOh well
15:50.24specingI still dont like those USB ports
15:50.44mnemocTurl: no hdmi, no ethernet, no sata
15:51.05mnemoctraeak: the LCD pins is to connect an LCD panel
15:51.06Turlspecing: they look like vertical
15:51.26specingI know
15:52.42mnemoctraeak: but GPIO if configured to use the VGA
15:53.40mnemocA1Sheds: I suppose it should be hard to make a dumb daugtherboard mounted on the headers on both sides
15:54.27mnemocA1Sheds: but it obviusly won't work for building tablets or other thin products
15:55.06Turlmnemoc: any idea ~ what price are they aiming for?
15:55.19mnemoclast time he said ~40E
15:55.34Turlsounds good
15:55.43Turlhm
15:55.50Turlno sata and no ethernet and no hdmi :(
15:56.02Turlaka no 'nas', no media center
15:56.13Turlno routing :P
15:56.35mnemocthe a10-based will hopefully come short after this one
15:56.46Turlthat one will be more interesting
15:56.55mnemocthere are uses for both
15:57.04A1Shedshttp://www.the-digital-reader.com/2012/04/10/55-tablet-runs-android-4-0-on-a-boxchip-a13-cpu/
15:57.10Turlcan't think of any use for the A13 one
15:57.13A1Sheds$55 Tablet Runs Android 4.0 on a BoxChip A13 CPU
15:57.14Turl(other than a devkit)
15:57.59mnemocTurl: I have a laundrymat project crying for a board like this :)
15:58.28Turlmnemoc: you can't have a smart wash machine
15:58.31Turlno ethernet :P
15:59.03specingTurl: PPP/SLIP
16:00.13A1ShedsSDIO or USB to Ethernet would be the option
16:00.17specingBack in the dawn of the internets, people routed traffic through SERIAL LINES!
16:00.32mnemocTurl: I need a bunch of custom rs232/rs485 too so I'm pushing this one and a custom spi board with ethernet and 4 rj45 rs232/485 ports
16:01.03A1ShedsUSB to SATA as well
16:01.17A1Shedshttp://www.allwinnertech.com/product/A13.html
16:01.22specingmnemoc: ENC28j60? wiznet?
16:01.41mnemocnot sure yet
16:02.42mnemocspecing: I only do software, so I long as the chosen chips have mainlined linux support I'm happy
16:02.50specingHehe
16:03.28specingBut you will roll your own PCB? :D
16:03.43A1Shedshttp://apc.io/product/  he should add ethernet and keep the price to $45
16:03.50mnemocnot me, my employer
16:05.36traeakyuk, that via POS
16:05.42mnemocspecing: In my proposal I'm suggesting a custom usb board with spi-to-usb or type b + usb hub + usb/ethernet + usb/4xuart + 2xusb host
16:08.17mnemocspecing: but no clue about components or costs :<
16:08.33mnemocis just a software ape
16:09.42traeaklow level software
16:10.25A1Shedshttp://www.realtek.com.tw/products/productsView.aspx?Langid=1&PNid=14&PFid=8&Level=5&Conn=4&ProdID=21
16:10.31A1Sheds~$1 ea
16:10.33specingA1Sheds: Omg that board layout is HORRIBLE
16:10.51specingA1Sheds: Look at that plug tower sticking out... imagine designing a case for that
16:10.56specingAbsolutely horrible.
16:11.17traeakso how did the mele guys pull of their board?  it doesn't look too bad
16:11.29traeakchinese have superior design over everytone else?
16:11.30traeakhehe
16:12.44specingA1Sheds: "Full-Speed (12 Mb/s) USB Device" <-- ?
16:13.36specingtraeak: Its more like we westerners have a habbit of expanding all the peripherals on them
16:14.23specingmnemoc: ape :D
16:14.36*** join/#arm-netbook devxdev (~devxdev@c-67-171-181-60.hsd1.or.comcast.net)
16:16.36mnemocA1Sheds: thanks for for hint, I'll write that one down
16:16.38mnemocspecing: :)
16:16.51traeaktrying to figure out what themele is missing...LCD connector i guess
16:17.06A1Shedshttp://www.smsc.com/index.php?tid=299  for <$2
16:18.17mnemocA1Sheds: is PoE handled by separated chips?
16:18.52A1ShedsPoE at the transformer
16:19.27*** join/#arm-netbook Gujs (~Gujs@cpe-92-37-4-202.dynamic.amis.net)
16:20.01*** join/#arm-netbook malmrose (~malmrose@173-11-125-162-SFBA.hfc.comcastbusiness.net)
16:25.57Turlmnemoc: you're gonna run your washing machine over PoE? :P
16:27.15specingHhahaha
16:27.22specing1000W POE :D
16:27.47specingI doubt any data would get through with that kind of interference ;D
16:27.55Turlhahaha
16:28.02A1ShedsA10 tablets down to $55 as well
16:28.10A1Shedshttp://detail.tmall.com/item.htm?id=16094948559
16:28.44mnemocTurl: :) just adding features to the proposed usb io board... but I suppose PoE could power the daughter board, the a13 board, the lcd and the card reader...
16:30.24Turlmnemoc: yeah, but why bother when you'll need a normal power cable on the washing machine anyway :)
16:30.59mnemocTurl: only to add value to the usb board claiming he will be able to use it in other products too
16:31.29Turland add cost, making it less competitive for the washing machines :P
16:31.37mnemocnarf
16:32.12A1Shedshttp://www.ti.com/lit/an/snoa464b/snoa464b.pdf  Application Note 1408 Designing Power Over Ethernet
16:32.43TurlA1Sheds: if tablets go under 25US I'll start buying them and reselling :P
16:32.52A1Shedshttp://www.smsc.com/media/Downloads/Application_Notes/an1718.pdf
16:34.10A1ShedsTurl: the BOM is ~$25
16:34.17TurlBOM?
16:34.30mnemocmaterials' costs
16:34.30A1Shedsbill of materials, not code for Bomb
16:35.10Turloh
16:36.56*** join/#arm-netbook dfletcher (~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net)
16:37.07*** join/#arm-netbook dfletcher (~fletch@drupal.org/user/72475/view)
16:54.03*** join/#arm-netbook devxdev (~devxdev@c-67-171-181-60.hsd1.or.comcast.net)
17:25.01*** join/#arm-netbook malmrose_ (~malmrose@173-11-125-162-SFBA.hfc.comcastbusiness.net)
17:25.31*** join/#arm-netbook rzk (~rzk@2002:2590:bba:1:222:4dff:fe7c:450f)
17:27.24*** join/#arm-netbook gimli (~gimli@xbmc/staff/gimli)
17:40.03*** join/#arm-netbook von_fritz (~fritz@host23-177-dynamic.1-79-r.retail.telecomitalia.it)
18:33.06*** join/#arm-netbook malmrose (~malmrose@173-11-125-162-SFBA.hfc.comcastbusiness.net)
18:37.05A1Shedshttp://www.pcper.com/news/Processors/AMD-Licenses-ARM-Technology-AMD-Leans-ARM-Security  yay!!
18:40.13A1Shedstime to finish up the Fusion card and buddy up
18:40.44Turlso... ARM trustzone thingy :(
18:41.46A1Shedsthe rumor is that AMD will also start combining ARM cores with GPU/APU cores
18:41.57CIA-121rhombus-tech: Toni master * rc8b22fa25530 /allwinner_a10/orders/Tonza.mdwn:
18:42.55A1Shedsthey sold off their low power ARM/Mips compatible and portable gpu division to Qualcomm a few years ago
18:43.32A1Shedsnow if their current CEO actually has some vision.....
18:45.05A1Shedsso maybe we won't have to couple ARM to Radeon via PCIe, AMD will just sell it as a complete SOC
18:49.19traeaklike nvidia, ati's gpu units excel most at sucking tons and tons of power
18:49.50traeakit's not that simple to just stick their processing units on an SOC...it requires a total redesign
18:51.32specingAMD :(
18:51.40specingIm dissapointed.
18:52.20libvA1Sheds: i think that the sale was a plain money thing
18:52.32libvA1Sheds: this happened before they created globalfoundries
18:52.42libvall during the credit crunch
18:53.17libvalso the time when the radeonhd project, which was long on a deadend road politically, stopped receiving AMD funding
18:54.48Turlmaybe they'll sell PCIe switchable graphics cards, just like they do intel+(ati|nvidia) on laptops
19:03.25A1Shedsthey do have the mini-pcie gpu cards for laptops
19:03.51TurlA1Sheds: with a low power + a high perf unit on the same card?
19:04.17A1Shedsoh, no, just the GPU on a card
19:04.38A1ShedsI've been talking about doing this the past few years
19:05.06A1Shedsif Renesas falls through maybe I'll look into it again
19:08.22A1ShedsAMD has suffered from some really poor management the past few years, I hope it has finally made a turn for the better
19:09.03A1Shedsthey seem to be getting most of the low-mid end laptop and netbook market now
19:13.19traeakafter releasing the athlon64 it seems like they stopped all R&D
19:13.27traeakuntil it was too late at least
19:14.02traeak"most" ? hmm
19:14.17traeakatoms are the low low end
19:14.36traeaki wish they shipped a highly smp netbook chip which totally turns off unused chips
19:14.43A1ShedsI've been seeing the C60's replaced most of the Atom's in netbooks
19:14.47traeaksort of like what the tegra3 does owuld even be great
19:15.37traeakweak assed chip to run the OS and basic stuff
19:15.46traeakand turn on other higher powered processors when needed
19:21.57CIA-121rhombus-tech: lkcl master * rfacee86f35b2 /allwinner_a10/orders/Tonza.mdwn: order processing cleanup
20:11.52libvtraeak: amd64 was the right solution at the right time (unlike itanium), had nothing to do with spending more or less money on RnD
20:17.36hnotraeak, the LCD pins can be used as LCD / GPIO / UART / SDCARD iirc.
20:20.26specingtraeak: Eh? /sys/devices/system/cpu/cpu1/online
20:20.35specingecho 0 to it and tada!
20:20.46specingThough Im unsure if it actually powers it off
20:22.58specingI would have to poke around with an ampere meter to see if it actually works
20:34.22Turlspecing: it usually does
20:34.48Turlat the very minimum on the sense that nothing will be scheduled there and the system has one less cpu (core) :P
20:35.04Turlspecing: tegra has a 4+1 design
20:35.19Turl4 powerful cores and a low power, crappy one
20:36.43Turlwhen the system idles, they just disconnect the powerful 4 and leave it running on the small power efficient core
20:56.03specingNice
20:56.38specingI wonder when will first ARM desktops start appearing...
20:56.59specingthe*
21:07.02A1Shedshttp://en.wikipedia.org/wiki/Acorn_Computers
21:10.06mnemocsteev: ping
21:14.46steevyo
21:16.17mnemocsteev: when you said you use make-kpkg to make kernel .debs, do you cross compile or do it natively?
21:16.20steevspecing: pfft, we have arm desktops already in our efikamx smarttop, it's 800mhz, but hey, it's there
21:16.25steevmnemoc: both
21:16.28steevi prefer native
21:16.42steevi normally build em on my trimslice though
21:16.44steevone sec
21:17.12steevhttps://github.com/genesi/linux-legacy/blob/master/make-deb.sh
21:17.29specingsteev: Im not sure those smarttops count as desktops
21:17.58steevspecing: you want a machine with a BR and/or dvdrw?
21:18.09specingBR?
21:18.15steevblu-ray
21:18.19specingNo
21:18.24steevoh
21:18.25steevi do
21:18.43mnemocsteev: on the first run here it ends ranting about the .ko files because it calling `objcopy` instead of prefixing it.... and on the second run it forgets about the modules and rants about the missing system.map :-/
21:18.44steevi *try* to steer them towards making something that makes me happy in pants
21:18.59mnemocsteev: I'll try your script
21:19.04steevi usually lose out to cost reducing
21:19.09steevmnemoc: don't forget the toolchain.sh as well
21:19.46steevyou can probably drop the subarch, we add efikamx because our flash-kernel hack (prep-kernel) expects the subarch to be efikamx to set up the kernel properly
21:19.47traeakIMHO optical drives are deprecated technology
21:19.47mnemocweirdly my make-kpkg doesn't like --jobs
21:20.04steevmnemoc: we successfully cross with --jobs 32 here
21:20.19mnemocsteev: mine rejects the argument
21:20.29steevwhat version
21:21.01specingsteev: I want, specificaly: an ARM board with: 4+ cores at >= 1GHz with some GPU, 2+ SATA ports, 6+ USB ports and 1+ 100/1000baseT ethernet
21:21.05steevi know it works with 12.036+nmu1(and 2)
21:21.25traeaksounds like you want something x86 based :-p
21:21.27steev2+ sata isn't gonna happen, nor 6+ usb
21:21.38specingIt looks like my needs will be satisfied in a year or so
21:21.39mnemocsteev: 12.032... it's an old build server :p
21:21.50steevmnemoc: upgrade that shit yo :P
21:21.52mnemoc10.04 iirc
21:22.19mnemocyes, i'll have to do that
21:22.50specingsteev: you think so? I think it will
21:27.38Turlspecing: look into tegra3
21:27.46specingsteev: two weeks or so ago I heard an anouncement of a first ARM server
21:27.55Turlat least they have the 4 cores at >1Ghz and the gpu part :P
21:28.00Mazonomap5 ?
21:28.03A1Shedsspecing, wait and see what freescale does with imx6 4 core allocations this August
21:28.06specingI don't think x86 is going to dominate the desktop market for much longer
21:28.11specinghigh-end, sure
21:28.25specingbut not middle and definetely not low end
21:28.28A1Shedsthe other option is the Renesas 4 core for ~$40
21:28.44Mazonwhen are omap5 dev boards expected ?
21:29.09Mazonafaik, it has a shitload of connectors
21:30.18A1Shedshttp://www.eetimes.com/electronics-blogs/other/4374524/TI-OMAP-5-kicks-some-iPad-3-GPU-butt-
21:30.20Mazonomap5 : http://focus.ti.com/en/graphics/wtbu/omap5/OMAP5430-SoC_large.gif
21:30.46Mazonjust need some boards - but prob going to be north of 400$
21:31.31A1Shedsor clunky modules for $300
21:32.39A1Shedshttp://www.phytec.com/products/som/Cortex-A9/phyCORE-OMAP4460-OMAP4430.html  like these
21:33.07Mazonwell, there are pandaboards (omap4)
21:33.22Mazonso it stands to reason that they'll make an omap5 version too
21:33.33A1Shedsyeah, i still have one here gathering dust
21:33.42Mazones ?
21:35.46A1Shedsthey didn't make enough Pandaboards so that you could make products using them, plus the board layout was terrible for trying to make a product from it
21:36.45A1Shedsthey wouldn't sell omap4 devices for months, then you were told to buy $200 modules from Phytec or the other COM vendor
21:38.05A1Shedsso whats the point of the omap5? You won't be able to buy them as discrete parts until they are old. And yeah they will have another almost open platform like the pandaboard that is only good for helping TI get Linux support
21:41.41mnemocsteev: using my laptop now (12.04), had to change your script to use --arch arm instead of armel to get it moving...
21:42.01A1Shedssomebody could whip up a notebooks with ARM and http://www.amd.com/us/products/embedded/graphics-processors/Pages/embedded-display-graphics.aspx  MXM GPU modules rather quickly
21:43.03mnemocit was so nice to see today that MS will charge $85 per license of windows rt to OEMs
21:43.23traeakheh
21:43.30traeakdo we really care?
21:44.06mnemocyes, that make more interesting for OEMs to sell non-locked-down-for-windows arm notebooks
21:45.23A1Shedshttp://www.amd.com/us/Documents/46161D_E2400_MXM_brief_web.pdf + and ARM SOC with PCIe
21:47.15A1Shedslibv: how much work would it be to port ATOM BIOS for ATI to ARM?
21:48.10A1ShedsATOM bios and unified memory were the main hurdles for ARM
21:48.11libvA1Sheds: read up on me.
21:49.26libvA1Sheds: particularly: http://libv.livejournal.com/15571.html
21:49.55libvred flag, bull, etc
21:56.46*** join/#arm-netbook malmrose (~malmrose@173-11-125-162-SFBA.hfc.comcastbusiness.net)
22:07.52libvin any case, once we get mali t6xx, things will become a lot better
22:08.19libvand the mali t6xx will be clean and nice compared to anything ATI straings out
22:11.55specingI read it is going to be radically different from mali 400
22:12.23libvit's going to be unified shaders
22:12.32libvbut the apple will not fall far from the tree
22:13.53libvsome parts of the command stream should be recognizable, and flatmush expect the instruction set to be related to the current mali fragment shader
22:13.55specingHeh, doesen't matter if you'll write the drivers for it :P
22:16.54libvwait and see, nothing is known until the hardware actually hits the streets and i and others get their hands on it
22:25.48traeakhow complex is something like the t6xx? ie: how many transistors for the logic?
22:27.42libvno idea, personally
22:37.51traeakhttp://www.eetimes.com/electronics-news/4375114/ARM-fills-in-GPU-line-with-Mali-450
22:37.54traeakmali 450
22:39.45libvyeah, update to mali400, with up to 8 fragment shaders possible this time round
22:44.04*** join/#arm-netbook leojrfs (~leojrfs@bl15-91-205.dsl.telepac.pt)
22:45.07*** join/#arm-netbook tastypotato (~tastypota@99-44-169-62.lightspeed.sntcca.sbcglobal.net)
23:00.13steevmnemoc: actually if you're on precise, you don't need to pass anything (if you're building for hardfloat at least)
23:00.25steevit should just figure it out, it's kinda smrt like that
23:01.39mnemocsteev: unfortunatelly my host is not arm
23:01.49steevah right
23:02.42mnemoc/usr/share/kernel-package/ruleset/arches/ does have a recipe for armhf :-/
23:03.20mnemocand need to find out how to make it generate a uImage instead of vmlinuz
23:03.30mnemocbut now I need to sleep :|
23:04.29mnemocI might be brave and try to compile it natively in the mele
23:04.33mnemocbut tomorrow
23:04.53mnemocgood night
23:06.16Xlabbye
23:15.49steevhi
23:16.15steevmnemoc: you generate the deb, when you install, flash-kernel is supposed to generate the uImage
23:16.23*** join/#arm-netbook ZaEarl (~malmrose@173-11-125-162-SFBA.hfc.comcastbusiness.net)
23:27.44leojrfshi, how is the situation on video acceleration on a10?
23:45.38ZaEarlhi leojrfs, that depends on which OS.
23:46.57leojrfsanyone, i just want to use my melea1000 as a embedded video player with an linux distro so i can controll by http vlc for example
23:48.53ZaEarlwell, Android drivers are fully accelerated.
23:49.20ZaEarlI don't think anyone has accelerated X11 drivers yet.
23:53.01*** join/#arm-netbook PhantomsDad (~PhantomsD@c-69-255-33-53.hsd1.md.comcast.net)
23:53.01*** join/#arm-netbook PhantomsDad (~PhantomsD@konversation/developer/PhantomsDad)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.