| 06:06.08 | *** join/#htc-linux goxboxlive (n=goxboxli@ti500710a080-14919.bb.online.no) |
| 07:15.48 | *** join/#htc-linux goxboxlive (n=goxboxli@ti500710a080-14919.bb.online.no) |
| 07:16.34 | *** join/#htc-linux awelux_ (n=awelux__@dslb-084-058-131-241.pools.arcor-ip.net) |
| 07:24.59 | *** join/#htc-linux rob_w|mis (n=rob_w@p549BBA13.dip0.t-ipconnect.de) |
| 12:24.32 | *** join/#htc-linux SuN (i=unices@ip5652ade4.speed.planet.nl) |
| 13:00.32 | rob_w|mis | welcome SuN |
| 13:11.24 | *** join/#htc-linux goxboxlive (n=goxboxli@ti500710a080-14919.bb.online.no) |
| 13:16.17 | rob_w|mis | welcome goxboxlive |
| 13:28.55 | goxboxlive | thx rob |
| 14:45.55 | *** join/#htc-linux geers_ (n=DevzMan@c51008F31.inet.catch.no) |
| 16:38.36 | *** join/#htc-linux leOn (n=xxx@mathilda.ci.fct.unl.pt) |
| 16:38.38 | leOn | howdy |
| 16:39.14 | leOn | anyone knows where i can find the 9100 at an affordable price ? |
| 16:39.15 | leOn | =P |
| 16:53.19 | *** join/#htc-linux BabelOued (n=BabelOue@lun34-2-82-238-28-28.fbx.proxad.net) |
| 17:26.21 | *** join/#htc-linux rob_w (n=bob@213.54.200.117) |
| 18:18.11 | *** join/#htc-linux ChanServ (ChanServ@services.) |
| 18:18.11 | *** mode/#htc-linux [+o ChanServ] by irc.freenode.net |
| 19:34.30 | cr2 | hi |
| 19:40.53 | cr2 | somebody alive ? |
| 19:45.21 | BabelOued | yes, but with no solution |
| 19:45.28 | BabelOued | hi cr2 |
| 19:46.01 | BabelOued | i test your work on Universal, touchsreen is hard on border |
| 19:46.52 | BabelOued | i download technical datasheet for tsc2200 to see how it work and understand C code |
| 19:47.24 | BabelOued | because under linux my BA discharge |
| 19:48.36 | BabelOued | do you see my message about GPIO75 ? |
| 19:51.36 | cr2 | universal ? |
| 19:51.59 | cr2 | i have found a bug right now, but it does not change anything. |
| 19:52.36 | BabelOued | GPIO75 under BA, i don't understand it |
| 19:53.13 | cr2 | ok. it changes from input to output ? |
| 19:53.43 | BabelOued | reverse, when in WLAN mode it 's an input |
| 19:54.10 | cr2 | do you see any activity ? |
| 19:54.31 | cr2 | input can mean "not used". |
| 19:54.40 | BabelOued | ok |
| 19:54.47 | cr2 | hmm. output can mean "not used". |
| 19:55.12 | BabelOued | but for GPIO17 that is maybe IRQ for WLAN, it's input |
| 19:55.48 | cr2 | it's ok. irq is alway input. |
| 19:56.24 | cr2 | just set the direction on 17 and do request_irq. |
| 19:56.36 | cr2 | you can also set an irq on 75 |
| 19:56.47 | cr2 | and put a message in a log if it changes. |
| 19:57.05 | BabelOued | ah ok i don't do this, i boot with WIFI initilized to have correct direction |
| 19:57.06 | cr2 | as an isr. |
| 19:57.22 | BabelOued | ok good way to test |
| 19:57.32 | BabelOued | and for this define |
| 19:57.34 | BabelOued | #define WLAN_OFFSET 0x1000000 |
| 19:57.43 | BabelOued | #define WLAN_BASE (PXA_CS5_PHYS+WLAN_OFFSET) |
| 19:57.54 | cr2 | is it the same on ba ? |
| 19:57.56 | BabelOued | there are ok for BA ? |
| 19:58.01 | cr2 | ssh: connect to host cvs.sourceforge.net port 22: Connection timed out |
| 19:58.11 | cr2 | don't remember |
| 19:58.15 | cr2 | must have a look |
| 19:59.19 | BabelOued | where do you look for that ? |
| 19:59.30 | BabelOued | memory dump fail on my BA |
| 19:59.55 | cr2 | 0x11000000 ? |
| 20:00.09 | cr2 | BT/wifi led |
| 20:00.23 | cr2 | there must be an additional offset. |
| 20:02.55 | BabelOued | i get acx100 from CVS BA tree and look for in it ? |
| 20:06.20 | cr2 | you can disasm the driver ;) |
| 20:06.34 | BabelOued | :) |
| 20:07.02 | BabelOued | what dissambler do you use for wince dll ? |
| 20:08.21 | cr2 | objdump. but i look only for the .data section for the referenced addresses. it's not actually the right way. |
| 20:08.40 | cr2 | ida pro should be probably better. |
| 20:08.54 | BabelOued | i've only Linux at home :( |
| 20:09.06 | BabelOued | maybe a Vmware machine .... |
| 20:09.11 | cr2 | there is a linux version of ida pro |
| 20:09.17 | BabelOued | no vmware machine |
| 20:09.34 | BabelOued | ok :) i go to there site, i did'nt see it last time |
| 20:10.18 | cr2 | afaik, cp15 told that he could use the control registers... |
| 20:10.43 | cr2 | the driver must be in the sf.net CVS. but i can't access it |
| 20:11.32 | BabelOued | ok i have it now from CVS BA repository |
| 20:14.59 | cr2 | not ba |
| 20:15.06 | cr2 | it is a separate driver. |
| 20:16.10 | BabelOued | separate driver, the one in wiki blueangelprogress page ? |
| 20:18.10 | cr2 | cant access the CVS- |
| 20:18.25 | BabelOued | i try |
| 20:22.04 | BabelOued | me too timeout |
| 21:23.04 | goxboxlive | cr2: How to you port the kernel *12->16? Is it just to copy all the htc* files in to the 16 handhelds source? |
| 21:25.46 | goxboxlive | Or is it necessary to edit all the htcuni* files to match the 16 source? |
| 21:27.08 | cr2 | you need to edit because of the linux/device.h -> linux/platform_device.h |
| 21:27.20 | cr2 | plus some api changes by suspend |
| 21:27.30 | goxboxlive | And anoher thing, you said that you had upped universakl support to Opie. I looked in to the opie source and saw that here where som HTC support there. But how does bitbake/OE know that HTC is the htcuniversal? In the bitbkakes conf files the UNI is called htcuniversal and not HTC. |
| 21:27.37 | cr2 | and in the htcuniversal.c at the bottom, the macros are different. |
| 21:27.47 | goxboxlive | ok i c. |
| 21:28.10 | cr2 | in looks in /proc/cpuinfo |
| 21:28.23 | cr2 | the htc support is really rudimentary. |
| 21:28.43 | cr2 | i have found a bug in the ts driver. |
| 21:28.59 | cr2 | but it's not the calibration, but the CKEN bit. |
| 21:29.35 | cr2 | the _power file has some bugs too. |
| 21:30.08 | cr2 | for opie: there is some ip address hardcoded ... |
| 21:30.46 | goxboxlive | ok |
| 21:31.18 | goxboxlive | WHat does rudimentary means? I hav looked in dictinaries but no luck. |
| 21:32.34 | cr2 | primitive |
| 21:33.16 | goxboxlive | ok, And while you are her. When i am building with OE. Is armvte5 preffered or arm files? |
| 21:33.32 | cr2 | i don't understand why the touchscreen driver gives such big values. |
| 21:33.49 | cr2 | vte5 is better |
| 21:33.57 | cr2 | imho. |
| 21:34.11 | cr2 | we tune everything for a specific machine anyway. |
| 21:35.06 | goxboxlive | ok, because it builds both, and my haddisk is allmost filled up. Have to delete a lot of files, but when i does that i have to start all over again, and it takes so much time. |
| 21:36.22 | cr2 | well, right now we have so much bugs, that it does not really matter . |
| 21:36.31 | goxboxlive | :-) |
| 21:37.08 | goxboxlive | maybe thats why the 16 kernel refuse to boot. Or is that Haret? |
| 21:38.14 | cr2 | it can be something _missing_ in haret. |
| 21:38.24 | cr2 | maybe i should switch off the LCD after all. |
| 21:39.33 | cr2 | hmm. what is the bitmask for 12 bits ? |
| 21:39.56 | cr2 | 4096/256 |
| 21:40.33 | cr2 | 0xfff ? |
| 21:41.00 | cr2 | yes. |
| 21:41.07 | cr2 | ~(1<<12) |
| 21:41.59 | cr2 | maybe it is necessary to &0xfff all the touchscreen values ? |
| 21:42.39 | cr2 | i'm lazy to really read the tsc2046 manual ;) |
| 21:42.49 | rob_w | hehe |
| 21:42.59 | goxboxlive | :-) |
| 21:43.45 | cr2 | i'll simply try :) |
| 21:44.07 | rob_w | goxboxlive, ur right it looks as the ba is not charging .. we must miss something |
| 21:44.48 | rob_w | that brings to the dump question , if we need to trigger the charging ,, how stupid is that |
| 21:45.33 | goxboxlive | rob: What are you talkking about? I dont have a BA, i am using a uni. |
| 21:45.37 | cr2 | rob_w: add the ba asic3 gpio descriptions to haret and run 'wasic3gpio time' |
| 21:45.49 | cr2 | i was lazy here too. |
| 21:46.15 | cr2 | then you will see that is changing when charging happens. |
| 21:46.34 | rob_w | so i will see what gpio we need to pull ?!? |
| 21:47.16 | rob_w | which brings me to the other question , what happens if we dont take away "the charging " when it is full ? |
| 21:48.01 | rob_w | also i cant compile haret .. ERROR no brain left |
| 21:48.51 | cr2 | get the wince-pe-gcc toolchain ? |
| 21:49.07 | cr2 | it will be overcharged. |
| 21:49.41 | cr2 | if the accu is not very smart. and i think it is not smart. |
| 21:49.55 | SuN | NIce way to make a bomb. |
| 21:49.58 | rob_w | phuew that is hard |
| 21:52.09 | rob_w | i am building up a new .dev tree for my restart of development |
| 21:53.50 | cr2 | 0xfff idea was not very good ;) |
| 21:54.02 | cr2 | i will read the manual |
| 22:35.20 | cr2 | didn't find anything useful or what can be wrong. |
| 22:36.12 | BabelOued | cr2: this is don't usefull for you ? |
| 22:36.14 | BabelOued | http://focus.ti.com/lit/an/slaa278/slaa278.pdf |
| 22:38.15 | cr2 | hmm. the setup looks very similar. is the source code also available ? :) |
| 22:40.11 | cr2 | ok. looking at it. |
| 22:43.26 | cr2 | they use 8bit SPI, while universal has 24bit. still, i get 16bit XY data and don't get where the 4bits of junk? come from. |
| 22:51.44 | BabelOued | i don't know about source code, but there is a link to tsc2301 Generic driver |
| 23:12.20 | BabelOued | cr2: CVS is working again :) |
| 23:23.50 | cr2 | here: http://cvs.sourceforge.net/viewcvs.py/xanadux/acx100/ |
| 23:29.24 | BabelOued | thanks i read it |
| 23:58.35 | BabelOued | goodnight all |