Re: bcm2035-tool and a1200

2009-03-11 Thread Ilya Petrov
2009/3/11 Daniel Ribeiro : > Can you please trace kernel code, to see if this really powers on the > chip? We have multiple reports of BCM2045 working with OpenEZX, using > unmodified hciattach, and also reports of it working with the original > 2.4 kernel. > > Also, on your previous email you sai

Re: bcm2035-tool and a1200

2009-03-11 Thread Daniel Ribeiro
Em Qua, 2009-03-11 às 15:05 +0200, Ilya Petrov escreveu: > 2009/3/11 Daniel Ribeiro : > > > Serial port configuration is wrong or the chip is not powered. I think > > that something is wrong on your code to power on the chip, maybe a small > > delay after the ioctl is enough. > > i tried to power

Re: bcm2035-tool and a1200

2009-03-11 Thread Daniel Ribeiro
Em Ter, 2009-03-10 às 10:58 +0200, Ilya Petrov escreveu: > write(3, "\x01\x03\x0c\x00", 4) = 0 #write failed > read(3, "", 8) = 0 #read failed Serial port configuration is wrong or the chip is not powered. I think that something is wrong on your code to power on th

bcm2035-tool and a1200

2009-03-10 Thread Ilya Petrov
Hi! I tried to use bcm2035 tool on ming unstead of mbtdload as suggested on MF. At fisrt we have no AT+EBTP on gen2, we use some gpio via ioctl on /dev/ttyS1. I patched tool to poweron chip for me: if(fd < 0) exit(-1); + +unsigned short state; + +ioctl(fd, TIOC_BT_VOL