| 05:43.52 | *** join/#htc-linux goxboxlive (n=goxboxli@ti500710a080-14919.bb.online.no) |
| 07:15.33 | *** join/#htc-linux awelux__ (n=awelux__@dslb-084-058-163-210.pools.arcor-ip.net) |
| 09:02.41 | *** join/#htc-linux rob_w (n=bob@p213.54.218.51.tisdip.tiscali.de) |
| 09:20.30 | *** join/#htc-linux immolo (i=mahdusmq@cpc3-cosh1-4-0-cust151.cos2.cable.ntl.com) |
| 09:42.52 | *** join/#htc-linux goxboxlive (n=goxboxli@ti500710a080-14919.bb.online.no) |
| 10:07.07 | *** join/#htc-linux goxboxlive (n=goxboxli@ti500710a080-14919.bb.online.no) |
| 10:17.56 | *** join/#htc-linux goxboxlive_ (n=goxboxli@ti500710a080-14919.bb.online.no) |
| 10:23.23 | *** join/#htc-linux awelux (n=awelux__@dslb-084-058-163-210.pools.arcor-ip.net) |
| 10:26.37 | awelux | Xfbdev works. I got a X in the middle of the typical X background :) |
| 11:35.05 | *** join/#htc-linux BabelOued (n=BabelOue@lun34-2-82-238-28-28.fbx.proxad.net) |
| 13:03.14 | m1nd | I'm trying to build a quite extensice package (the EFL) for the arm arch... But I've never dealth with quite so extensive packages... Using autogen and libtoolize... Anyone that might help out a bit? |
| 13:09.30 | awelux | m1nd, rofl. that is a cool idea. But it's been ages since I build efl for a normal desktop. |
| 13:13.39 | m1nd | hehe, okthen... They work mighty fine on my desktop ;) |
| 13:14.16 | m1nd | Still, do you know what options need to be set for automake, libtoolize etc to cross-compile for arm? |
| 13:15.22 | m1nd | awelux: I just built the eem on my desktop, works really well ;) I'm thinking about taking it from a demo and make it into a real project ;) If anyone would like to help out, please join #eem @irc.freenode.net |
| 14:54.15 | *** join/#htc-linux goxboxlive (n=goxboxli@ti500710a080-14919.bb.online.no) |
| 15:33.32 | m1nd | I must need some new google skills but I can't find what args automake will take anywhere..?! |
| 16:28.08 | awelux | doesn't automake just process the Makefile.am input files ? |
| 16:52.17 | cr2 | hi awelux |
| 16:52.23 | awelux | hi |
| 16:52.36 | cr2 | i have looked at your ts driver. |
| 16:52.41 | awelux | I've seen the X cursor for the first time now. |
| 16:52.57 | awelux | I didn't change much in the ts part yet. |
| 16:53.00 | cr2 | but you obviously can't move it. |
| 16:53.08 | awelux | hehe. true. |
| 16:53.14 | awelux | You have a suggestion ? |
| 16:53.33 | cr2 | magiciangpio says that ssp1 is used for audio. |
| 16:54.09 | awelux | oh. |
| 16:54.15 | cr2 | so you should use ssp2 like on hx4700 |
| 16:54.33 | awelux | I couldn't read it out of the gpio table. Where is that info? |
| 16:55.02 | cr2 | you need to correct htcmagician-gpio.h file, so it reflects the magiciangpio data. |
| 16:55.47 | cr2 | <PROTECTED> |
| 16:55.52 | awelux | ah |
| 16:56.09 | cr2 | GPIO 88 SSPRXD2 |
| 16:56.16 | cr2 | GPIO 89 SSPTXD2 |
| 16:56.36 | cr2 | and |
| 16:56.39 | cr2 | GPIO 115 touchscreen I1 FE |
| 16:57.00 | cr2 | do you have the HTCMAGICIAN_IRQ macro ? |
| 16:57.16 | awelux | no. |
| 16:57.42 | cr2 | ok, but you need the right entries in htcmagician-gpio.h anyway. |
| 16:57.45 | awelux | there is a special macro for that ? |
| 16:58.17 | awelux | working is a bit tricky and slow this weekend without a mouse. |
| 16:58.33 | cr2 | #define HTCUNIVERSAL_IRQ(gpio) \ |
| 16:58.33 | cr2 | <PROTECTED> |
| 16:58.45 | awelux | where is that ? |
| 16:58.46 | goxboxlive | cr2: I read that pocketloox720 had managed to boot kernel 2.6.16. Is it just a coinsidence that all those who have managed to boot .16 has gone frome .13 and not .12 as we are trying to? |
| 16:58.53 | awelux | usually I would past that to a grep. |
| 16:59.02 | awelux | but copy/paste is offline .... |
| 16:59.42 | cr2 | goxboxlive: i think the problem is the phone and its USB datapath. |
| 17:00.12 | goxboxlive | ok |
| 17:00.35 | cr2 | if the FFUART (modem datapath) is switched off, the memory is corrupted somehow. |
| 17:01.20 | goxboxlive | have you tried the 16 kernel with FFUART on? |
| 17:01.29 | cr2 | haret needs some more debugging code to watch for the memory changes after the irq off. |
| 17:01.37 | cr2 | yes. but it does not help. |
| 17:01.52 | awelux | if that's a big issue I could try to issolate this problem. |
| 17:02.22 | awelux | The code used to debug the boot process would be very handy. |
| 17:02.32 | awelux | But it seams like a minor problem for now. |
| 17:03.15 | cr2 | awelux, can you compile the latest haret version ? |
| 17:03.25 | cr2 | it has the pxa27xssp dump. |
| 17:03.31 | awelux | ah. ok |
| 17:03.40 | awelux | sure. Will put it on the list |
| 17:04.15 | awelux | why doesn't the _ts driver reference SSPRXD ? |
| 17:04.16 | cr2 | yes you have the macro: |
| 17:04.20 | cr2 | #define HTCMAGICIAN_IRQ(gpio) \ |
| 17:04.20 | cr2 | <PROTECTED> |
| 17:04.47 | cr2 | but the entries are just copied from universal |
| 17:04.50 | cr2 | #define GPIO_NR_HTCMAGICIAN_PWM_OUT1 115 |
| 17:05.03 | cr2 | you should correct these. |
| 17:05.12 | cr2 | it is your ts irq. |
| 17:05.47 | cr2 | goxboxlive: do you have 'acx' oopses ? |
| 17:05.52 | awelux | ok. So my ts irq is the pen down gpio and not the ssp irq ? |
| 17:06.10 | cr2 | yes. |
| 17:06.34 | goxboxlive | cr2: What do u mean about oops. Yes it carsh alot. Have reprobe acx and start network again |
| 17:07.20 | cr2 | awelux: look at the hx4700 code, not on universal. |
| 17:07.35 | cr2 | oops is in the syslog. |
| 17:07.49 | awelux | ok. I was confused because hx4700 seams to use asic3 for irq as well |
| 17:07.58 | cr2 | the register dumps on a in-kernel bugs. |
| 17:08.12 | cr2 | asic3 is for the buttons. |
| 17:08.27 | cr2 | the irq on hx4700 is on pxa |
| 17:08.40 | cr2 | universal has the ts irq on asic3. |
| 17:09.20 | cr2 | you need to take the hx4700 ts driver, comment out the asic3 stuff, and change the ts irq number in htcmagician-gpio.h |
| 17:09.24 | cr2 | that's all. |
| 17:10.19 | cr2 | goxboxlive: if you have lost the wifi connection, do 'dmesg' and look if there are any register dumps there. |
| 17:13.15 | awelux | ok. So I start from the hx4700_ts.c file now |
| 17:13.56 | goxboxlive | YES |
| 17:14.40 | cr2 | then it's a bug in the acx driver ;) |
| 17:16.12 | cr2 | and you can complain on the hx4700 list :) |
| 17:17.23 | cr2 | we need to create a bug list. the *_power module has some wrong things too. |
| 17:18.32 | cr2 | awelux: look at the pxa-mci driver too. since you know the irq, it should work right out of the box if you will setup the driver. |
| 17:19.10 | awelux | mci ? |
| 17:22.06 | awelux | oh you mean for sd cards? |
| 17:22.11 | awelux | that works already. |
| 17:22.33 | cr2 | ok. |
| 17:23.23 | cr2 | goxboxlive: i get such messages in the log |
| 17:23.26 | cr2 | acx: unknown EID 42 in mgmt frame at offset 57. IE: 2A 01 00 |
| 17:23.26 | cr2 | acx: unknown EID 47 in mgmt frame at offset 60. IE: 2F 01 00 |
| 17:23.26 | cr2 | acx: unknown EID 221 in mgmt frame at offset 69. IE: DD 05 00 10 18 01 01 |
| 17:23.37 | cr2 | wtf is that ? |
| 17:24.12 | goxboxlive | Here is mine when it's fail and goes on again: http://pastebin.com/692616 |
| 17:26.56 | goxboxlive | Also have does in line 72-73 |
| 17:27.46 | cr2 | but not EID 221 |
| 17:29.02 | goxboxlive | that's right. Do u have both the radio and wlangen firmware? I have also another one form the sdg website. |
| 17:30.12 | cr2 | yes. |
| 17:30.27 | cr2 | do you know how to enter the wep key with iwconfig ? |
| 17:31.22 | cr2 | 64bit (40) |
| 17:31.31 | goxboxlive | I am not using any wep/wpa , i have a fully open net ( live on a small friendly place on an island in Norway:-) ) |
| 17:33.27 | goxboxlive | example: iwconfig wlan0 key "key" |
| 17:33.30 | cr2 | :) i'm forbidden to do that here :) |
| 17:33.32 | cr2 | but what do the '-' mean ? i will read the howto. |
| 17:34.00 | cr2 | ah it's for wep104 |
| 17:34.16 | goxboxlive | where is the "-" |
| 17:37.17 | goxboxlive | I have allways used WPA but the wpasupplicant supplied in the image doesnt support the 'acx' interface. |
| 17:39.02 | awelux | I just checked out the cvs, used the current magician_defconfig, and got a working kernel. |
| 17:39.38 | awelux | But I used Image and not zImage because it doesn'T care as much about memory corruption |
| 17:51.36 | cr2 | goxboxlive: why the gps is running on /dev/ttyS1 ??? |
| 18:01.45 | cr2 | GPS_DEV="/dev/ttyS1" |
| 18:01.51 | cr2 | this is wrong. |
| 18:04.47 | cr2 | i don't remember about 2.28 but after some version it was not necessary to specify the port. |
| 18:05.09 | cr2 | you can later tell gpsd to open any device (and even multiple ones) |
| 18:05.57 | cr2 | http://gpsd.berlios.de is unreachable here... |
| 18:13.05 | goxboxlive | Because it is setup after install to use ttyS3 |
| 18:14.46 | cr2 | i can associate with a wep ap ;) |
| 18:38.00 | cr2 | ok, it works now (1Mb), but suffers horribly from transmit timeouts. |
| 18:44.56 | cr2 | set txpower to 20 |
| 18:45.24 | cr2 | wlan0: less than 5 minutes since last radio recalibration, not recalibrating (maybe card is too hot?) |
| 18:45.24 | cr2 | NETDEV WATCHDOG: wlan0: transmit timed out |
| 18:45.24 | cr2 | wlan0: FAILED to free any of the many full tx buffers. Switching to emergency freeing. Please report! |
| 18:45.24 | cr2 | wlan0: tx timeout! |
| 18:49.28 | goxboxlive | i have managed to use it eith both 6Mb and 11Mb but it failes after short time |
| 18:51.59 | cr2 | 11Mb works, but transmit fails after some time. i think it is some driver-firmware problem. |
| 18:52.16 | cr2 | the undecoded EIDs are probably harmless. |
| 18:53.36 | goxboxlive | ok |
| 18:53.58 | cr2 | ok. that means the userspace is ok. |
| 18:53.59 | goxboxlive | What are you running your gpsd on? |
| 18:54.17 | cr2 | i can't connect to my bt gps. |
| 18:54.34 | goxboxlive | ok. |
| 18:54.51 | cr2 | and sdio too, but its not practical anyway (the SD slot is used) |
| 18:54.55 | goxboxlive | why isent the ttyS1 the right port? I just couldnt set rfcomm. |
| 18:55.30 | cr2 | ttyS1 is where ALL the bt services run. after hciattach you should forget about it. |
| 18:55.38 | cr2 | the same if with IRda |
| 18:55.58 | cr2 | the problem is IMHO the missing BT irq. |
| 18:56.24 | cr2 | it signals something, like data buffer overflow or such. |
| 18:56.53 | cr2 | we can probably set an isr there without doing anything. |
| 18:57.12 | cr2 | when the BT is initialzed in wince, it flips quite aften. |
| 18:58.22 | cr2 | so you should use rfcomm, but it should not be put into /etc/init.d/gpsd |
| 18:58.45 | cr2 | can you compile the 2.30 version ? or is the 2.31 the last ? |
| 18:59.33 | cr2 | aah. the berlios.de is back. |
| 18:59.49 | cr2 | 2.32 |
| 19:00.39 | cr2 | 2006-03-13 |
| 19:01.05 | cr2 | you should update your .bb script |
| 19:10.31 | goxboxlive | I jhave done an update today, i also had to delete the work folder becaise i was running out of diskspace. So i have no clue if the bitbake works. I'll try now. |
| 19:10.49 | awelux | :) |
| 19:11.01 | awelux | I got data from the ts. |
| 19:11.18 | awelux | But I don't know exactly why. |
| 19:12.21 | awelux | I still can't move the cursor in xfbdev |
| 19:12.44 | awelux | but event0 and tsraw0 give a lot of data |
| 19:16.41 | goxboxlive | cr2: The latest gpsd in the bitbake cvs is 2.28. |
| 19:19.55 | cr2 | awelux: put the source in CVS. and run the ts_* tools first. |
| 19:20.01 | awelux | ok |
| 19:20.14 | awelux | I just commited the src |
| 19:20.25 | cr2 | goxboxlive: does 2.28 need the device on the command line ? |
| 19:20.28 | cr2 | ok. |
| 19:21.02 | goxboxlive | It need the device in /etc/init.d/gpsd |
| 19:21.51 | goxboxlive | I also cleaned the my bitbake sources and it did a new download, but it stills download the 2.28. I can se if i can edit something. |
| 19:21.55 | cr2 | can you comment it out ? also on the line where it is referenced. |
| 19:22.46 | awelux | btw. cr2, when you start from SD card |
| 19:22.52 | cr2 | it is stupid to add rfcomm, while it is, generally speaking, does not exist. |
| 19:22.59 | awelux | is it supposed to use the SD directly as the root device ? |
| 19:23.04 | cr2 | yes. |
| 19:23.08 | awelux | there is no xfbdev on the SD card? |
| 19:23.18 | cr2 | if you use gpe |
| 19:23.30 | cr2 | opie writes into the framebuffer. |
| 19:23.40 | cr2 | directly, (qpe) |
| 19:23.42 | awelux | ah |
| 19:23.56 | awelux | good |
| 19:24.07 | cr2 | just run opie, and login over usb. |
| 19:26.15 | awelux | btw. Do you know a way around this problem: |
| 19:26.37 | awelux | before the pda or my pc detects the usbnet module |
| 19:26.46 | awelux | I've to disconnect and reconnect the usb |
| 19:27.11 | cr2 | yes. it is always so,. even on ba. i have forgot what is the reason. |
| 19:29.28 | goxboxlive | cr2: I changed the name of the bb gpsd file to version 2.32 and now it buildt the gpsd_2.32. |
| 19:31.38 | awelux | if it has been like that forever for you I take it that the usb plug is stable enough for all this repluging ? |
| 19:32.09 | cr2 | officially 5000 times. |
| 19:32.59 | cr2 | the lcd backlight also has similar limits ;) |
| 19:33.33 | awelux | oh |
| 19:33.56 | awelux | doesn't sound much for the backlight |
| 19:34.09 | awelux | 5000 for the plug should be ok |
| 19:34.21 | cr2 | on sharp zaurus i have seen such numbers. |
| 19:35.02 | awelux | So basically they say you can switch it on about 7 times per day for two years. |
| 19:36.16 | cr2 | after two years you are supposed to throw it away. |
| 19:36.31 | awelux | Yes. obviously |
| 19:36.35 | cr2 | if it breaks. |
| 19:38.06 | awelux | I just realized that with an usb dsl modem and wifi these devices will be very expensive routers :) |
| 19:38.17 | awelux | if the backlight breaks down |
| 19:39.12 | cr2 | or lcd. |
| 19:40.41 | awelux | yes. or that |
| 19:41.03 | awelux | anything else these devices are usefullfor without lcd ? |
| 19:41.24 | cr2 | a fileserver :) |
| 19:41.28 | awelux | hehe. |
| 19:41.38 | awelux | motion detector via camera perhaps |
| 19:42.23 | cr2 | do you have opie now ? |
| 19:42.30 | awelux | no not yet. |
| 19:42.59 | cr2 | i mean, have you downloaded it ? |
| 19:43.24 | awelux | oh. yes I did |
| 19:43.38 | awelux | I tried to compile it myself but that didn't work :/ |
| 19:43.45 | awelux | So I took your image |
| 19:43.51 | cr2 | untarred to the sd ? |
| 19:44.16 | awelux | yes. I can access it when I load via initrd |
| 19:44.26 | awelux | kernel oooooooops |
| 19:44.47 | awelux | so far it doesn't look that bad |
| 19:44.52 | awelux | o.O |
| 19:44.59 | awelux | why does it just work ? |
| 19:45.16 | awelux | <- mad laughter |
| 19:45.37 | awelux | ts needs calibration |
| 19:45.59 | awelux | and I'm missing the keys. |
| 19:45.59 | cr2 | login over ssh. |
| 19:46.13 | cr2 | keys ? buttons. |
| 19:46.33 | cr2 | it is easy. |
| 19:46.34 | awelux | buttons |
| 19:46.36 | awelux | yes |
| 19:46.48 | awelux | I just started ts_calibrate |
| 19:46.51 | cr2 | check the calibration. it is interesting. |
| 19:47.00 | cr2 | VERY interesting. |
| 19:47.44 | awelux | I think I already noticed nonlinearities when I did od -x -v |
| 19:47.54 | awelux | hmm. how to get back to opie ? |
| 19:48.14 | cr2 | ctrl-c |
| 19:48.18 | awelux | xres = 240, yres = 320 |
| 19:48.18 | awelux | Took 80 samples... |
| 19:48.19 | awelux | Top left : X = 14732 Y = 21032 |
| 19:48.19 | awelux | Took 103 samples... |
| 19:48.19 | awelux | Top right : X = 7472 Y = 20984 |
| 19:48.19 | awelux | Took 127 samples... |
| 19:48.21 | awelux | Bot right : X = 4008 Y = 5136 |
| 19:48.23 | awelux | Took 76 samples... |
| 19:48.25 | awelux | Bot left : X = 10304 Y = 4972 |
| 19:48.27 | awelux | Took 103 samples... |
| 19:48.31 | awelux | Center : X = 9312 Y = 12968 |
| 19:48.33 | awelux | 241.874695 -0.020505 0.005075 |
| 19:48.35 | awelux | 340.137817 -0.000106 -0.013763 |
| 19:48.37 | awelux | Calibration constants: 15851500 -1343 332 22291272 -6 -901 65536 |
| 19:48.39 | awelux | ctrl-c is a problem :) |
| 19:48.41 | awelux | without keys |
| 19:48.50 | cr2 | wtf, why is it 15bit ? |
| 19:48.52 | cr2 | ssh ? |
| 19:49.07 | cr2 | try ts_test now. |
| 19:49.25 | awelux | ok |
| 19:50.45 | awelux | It's slightly nonlinear |
| 19:50.52 | awelux | but not a big problem |
| 19:51.11 | awelux | oh |
| 19:51.23 | awelux | somehow opie came back to the front with the bt manager. |
| 19:52.17 | cr2 | it will not work ;) |
| 19:52.22 | cr2 | slightly ? |
| 19:53.10 | awelux | yes. the vertical part is very good |
| 19:53.18 | cr2 | http://forum.xda-developers.com/viewtopic.php?t=35972&postdays=0&postorder=asc&start=725 |
| 19:53.27 | awelux | the horizontal values are slightly off |
| 19:53.41 | awelux | the right side looks very much like your right side |
| 19:54.37 | awelux | much better than these pictures |
| 19:54.57 | cr2 | ok. it should be, your display is 1/4 of that. |
| 19:55.16 | cr2 | in 2D |
| 19:55.20 | awelux | now how do I get opie to use a calibrated TS ? |
| 19:55.43 | cr2 | ts_calibrate has created /etc/pointercal |
| 19:55.47 | cr2 | just restart opie |
| 19:56.01 | awelux | ok |
| 19:56.04 | cr2 | <PROTECTED> |
| 19:56.39 | awelux | oh |
| 19:56.48 | awelux | I was going for the kill ;) |
| 20:09.07 | awelux | ok. TS needs a little more work it seams. Much better already but some opie buttons are really small. |
| 20:09.31 | awelux | But it's still fun to play with |
| 20:53.46 | awelux | hmm. |
| 20:53.58 | awelux | I try to rerun ts_calibrate |
| 20:54.07 | awelux | Btu nothing happens |
| 21:53.18 | awelux | Ok. I can boot with your normal haret too. |
| 21:53.46 | *** join/#htc-linux husam (n=kvirc@217.206.111.105) |
| 22:31.52 | awelux | cr2, I did the ts_harvest part |
| 22:32.59 | awelux | the whole screen seams to be tilted |
| 22:33.48 | awelux | I'm pretty sure there is some kind of driver for the TS which does the initial adjustment. |
| 22:34.03 | awelux | The windows adjustment is just finetuning. |
| 22:35.08 | cr2 | awelux, you have strong nerves :) |
| 22:35.29 | awelux | hehe. After 4 month this was nothing ;) |
| 22:35.53 | cr2 | may i look at the data ? i'd like to overlay it over my data. |
| 22:36.06 | cr2 | i don't really understand why it is 15bit. |
| 22:36.10 | awelux | sure. I will try to upload it somewhere |
| 22:36.18 | cr2 | bzip2 |
| 22:36.39 | awelux | it's probably not 15 bit |
| 22:36.45 | cr2 | imho, you should try to boot 2.6.16 now. |
| 22:36.47 | cr2 | why ? |
| 22:36.51 | cr2 | 25000 |
| 22:36.55 | cr2 | is not 12bit |
| 22:36.59 | cr2 | as in the docs |
| 22:37.03 | awelux | I never see values ending with odd numbers |
| 22:37.14 | cr2 | hmm. i'd look at mine. |
| 22:37.42 | awelux | It looks like everything could be divided by 4 |
| 22:38.05 | cr2 | the even are more often, but the odd are also there. |
| 22:38.16 | cr2 | it's just averaging. |
| 22:38.16 | awelux | hmm. |
| 22:38.22 | cr2 | hmm. you mean the raw data ? |
| 22:38.29 | awelux | yes. There was some averaging in the driver |
| 22:38.45 | cr2 | look at the raw data. i like your idea :) |
| 22:39.07 | cr2 | but it should be dividable by 8 |
| 22:39.20 | cr2 | 1<<3 |
| 22:40.31 | awelux | yep. here too |
| 22:40.53 | awelux | when I use ts_print_raw everything is dividable by 8 |
| 22:41.46 | cr2 | ok. |
| 22:42.22 | cr2 | then you can just divide the reported data by 8. |
| 22:42.44 | cr2 | in the driver |
| 22:43.10 | awelux | For averaging this can be pretty usefull |
| 22:43.52 | cr2 | ? it is artificial. |
| 22:43.56 | cr2 | the ADC has 12bit resolution. |
| 22:44.44 | awelux | the values seamed to have a huge variation anyway. |
| 22:45.33 | awelux | Well. it doesn'T really matter where we scale back to 320x240 or 640x480 in your case |
| 22:45.56 | cr2 | 24000+/8 != 4096 |
| 22:45.57 | awelux | And other devices might not have 12 bit resolution but something else |
| 22:46.08 | cr2 | but makes sense. |
| 22:46.10 | cr2 | which ? |
| 22:46.28 | awelux | more or less resolution when other ts chips are used |
| 22:46.48 | awelux | so the ts libraries shouldn't be 12 bit only anyway. |
| 22:46.54 | cr2 | input_report_abs(&ts->input, ABS_X, x); |
| 22:46.59 | cr2 | input_report_abs(&ts->input, ABS_X, x>>3); |
| 22:47.15 | cr2 | i will try. |
| 22:47.24 | awelux | yes. but for now it's just an additional operation. |
| 22:47.56 | awelux | where should I get 2.6.16 from? |
| 22:48.03 | cr2 | hh.org cvs |
| 22:48.22 | awelux | Is this a unified tree just as the universal tree? |
| 22:48.30 | awelux | the 2.6.16 tree ? |
| 22:48.42 | cr2 | unified ? |
| 22:48.49 | awelux | like for multiple devices. |
| 22:48.58 | cr2 | you should add the magician directory to mach-pxa |
| 22:49.01 | cr2 | yes. |
| 22:49.16 | cr2 | and make some minor changes to magician.c |
| 22:51.32 | awelux | http://home.arcor.de/awelux/tmp/ts_harvest.out |
| 22:53.56 | cr2 | you have some big 'spikes' |
| 22:54.23 | awelux | yes. |
| 22:54.46 | awelux | Maybe because I've a screen protector foil. |
| 22:55.07 | cr2 | hmm. i have 25000x25000, but you have only one half in one direction. |
| 22:55.10 | awelux | And human error |
| 22:55.22 | cr2 | me too. human error - most probable. |
| 22:55.50 | awelux | not all of it |
| 22:56.07 | awelux | since some dot's are in parts I should not be able to touch |
| 22:56.22 | awelux | But some averaging should do the trick. |
| 22:56.34 | awelux | http://home.arcor.de/awelux/pic/pda-dots.jpg |
| 22:56.51 | awelux | This is a picture of my early booting tests btw. |
| 22:57.10 | awelux | I should be able to use that to identify why it doesn't boot in flight mode. |
| 22:57.25 | cr2 | looks funny. |
| 22:57.28 | cr2 | ? |
| 22:57.49 | cr2 | i can't boot in flight mode too. |
| 22:58.10 | cr2 | still, you have a good affine picture. |
| 22:58.16 | cr2 | unlike me. |
| 22:58.22 | awelux | The dot's mean I've reached a certain part in the code. And I've printed some values as binariy values to the screen |
| 22:59.02 | awelux | So I should see very fast where it stops when using flight mode |
| 22:59.25 | awelux | Yes. the TS is almost useable even now |
| 22:59.59 | awelux | But in the corners the nonlinearities become noticeable. |
| 23:00.25 | cr2 | i'd like to have a loop over the lower 8MB plotting 16bit page checksums as pixels |
| 23:00.27 | awelux | it's almost imposible to hit something in the top right or bottom left corner |
| 23:00.39 | cr2 | it's such driver. |
| 23:01.03 | awelux | cr2. yes. that's a good idea. |
| 23:08.07 | cr2 | but i must be remapped first. |
| 23:08.19 | cr2 | s/ i / it / |
| 23:13.38 | awelux | ok. enough for today. Thanks for all the usefull hints cr2. And the nice opie image. |
| 23:14.33 | cr2 | good night. |
| 23:14.39 | awelux | gn8 |