| 08:08.03 | *** join/#htc-blueangel geers (n=DevzMan@c51008F31.inet.catch.no) |
| 11:17.01 | *** join/#htc-blueangel Olli_G (n=bbird@port-195-158-180-93.dynamic.qsc.de) |
| 14:51.31 | *** join/#htc-blueangel rob_w (n=bob@p85.212.140.72.tisdip.tiscali.de) |
| 14:51.31 | *** mode/#htc-blueangel [+o rob_w] by ChanServ |
| 14:57.14 | *** join/#htc-blueangel oho_ (n=oho@81-179-87-148.dsl.pipex.com) |
| 14:57.24 | oho_ | Hi guys |
| 15:07.08 | rob_w | hi oho |
| 16:08.28 | *** join/#htc-blueangel llange (n=llange@nat-hoche-ludo.poliris.net) |
| 16:32.03 | *** join/#htc-blueangel cp15 (i=iyiert@p549A0272.dip0.t-ipconnect.de) |
| 16:32.04 | *** mode/#htc-blueangel [+o cp15] by ChanServ |
| 16:32.11 | cp15 | Good morning |
| 16:33.11 | oho_ | hi cp15 |
| 16:33.30 | cp15 | Hi oho_ |
| 17:00.21 | oho_ | cp15: a quick question about your script: has this line already got all the pre and suffixes which are needed ? |
| 17:00.21 | oho_ | echo "^B^V$line^M^V^B" >&3 |
| 17:01.16 | cp15 | Yes |
| 17:01.26 | oho_ | cheers |
| 17:01.44 | cp15 | At least if the "^something" are control characters :-) |
| 17:02.02 | oho_ | but before I will do any testing, I have to fix my usb networking |
| 17:02.39 | oho_ | re-bootinng all the time is very time consuming |
| 17:03.30 | cp15 | gtg, see you later |
| 17:03.37 | oho_ | see you |
| 17:38.40 | *** join/#htc-blueangel _cronos_ (n=cronos@ron34-1-82-224-149-102.fbx.proxad.net) |
| 19:00.22 | *** join/#htc-blueangel gixxar (i=gixxar@cpc3-ayle1-3-0-cust106.watf.cable.ntl.com) |
| 19:00.31 | gixxar | @find tomtom |
| 19:36.12 | *** join/#htc-blueangel Olli_G (n=bbird@port-195-158-178-242.dynamic.qsc.de) |
| 19:44.44 | Olli_G | yo rob |
| 20:47.17 | *** join/#htc-blueangel JuNuKN (n=JuNuKN@K8ea8.k.pppool.de) |
| 21:28.37 | *** join/#htc-blueangel iclem (n=chatzill@iclem.net) |
| 21:44.16 | *** join/#htc-blueangel iclem (n=iclem@iclem.net) |
| 22:45.36 | *** join/#htc-blueangel cp15 (i=oehrke@p549A0272.dip0.t-ipconnect.de) |
| 22:45.37 | *** mode/#htc-blueangel [+o cp15] by ChanServ |
| 22:45.42 | cp15 | re |
| 22:50.39 | iclem | hi |
| 22:53.36 | cp15 | Hi iclem, any success with linux on your himalaya? |
| 22:58.45 | iclem | yes |
| 22:59.05 | iclem | using your dump_ati tool, we manage to set the correct margin for my LCD |
| 23:00.31 | cp15 | So you have a correct display now? |
| 23:01.01 | iclem | llange has writen a himalaya_board_id() func, but it does report the same ID though we have different GPIOC values |
| 23:01.09 | iclem | yes, full screen* |
| 23:01.42 | cp15 | Differing in input or output? |
| 23:03.14 | iclem | ;) i'm don't know, I don't already have total understanding of the GPIO system |
| 23:03.23 | iclem | (not total at all) |
| 23:03.43 | iclem | where could i find some information about that ? |
| 23:04.11 | cp15 | http://wiki.xda-developers.com/index.php?pagename=ASIC3 |
| 23:04.58 | cp15 | and include/asm-arm/hardware/ipaq-asic3.h |
| 23:04.59 | iclem | yes, but on theory ? ie electronics |
| 23:05.10 | cp15 | from your linux kernel |
| 23:05.57 | cp15 | There is a halfword IPAQ_ASIC3_GPIO_Direction which tells you whether an GPIO is an input or output |
| 23:06.59 | iclem | Ok i will try to understand from code |
| 23:07.06 | cp15 | There is not much else information about ASIC3 |
| 23:07.40 | iclem | what are GPIOs ? some sort of registries ? |
| 23:11.06 | cp15 | You can see it as a kind of register. There may be input bits and output bits. Each bit is connected to a pin on the chip |
| 23:11.42 | cp15 | If you write a "1" to a specific bit, the according input goes to high voltage, if you write a "0", it goes to low voltage (if working as an output) |
| 23:12.11 | cp15 | If working as an input, you can read the status of the pin: "0" if there is low voltage, "1" if there is high voltage |
| 23:13.16 | iclem | ok thanks |
| 23:13.19 | cp15 | There are also "Alternate Function GPIOs" which serve an alternate function. For example, at the ASIC3 there are 3 outputs which can be connected to LEDs and then you can program hardware flashing of these LEDs |
| 23:14.04 | cp15 | Back to your GPIOC: There might be one pin which is connected either to high or low voltage, depending on which LCD was built in |
| 23:14.56 | iclem | now I think I'm able to answer your question |
| 23:16.56 | iclem | llange has asked me to dump physical memory of the ASIC area, at adress 0d800030 ,+100, +200, +300, and these values where different |
| 23:24.06 | cp15 | Ok, I will go to bed now |
| 23:24.09 | cp15 | Good night |
| 23:24.17 | iclem | bye |