Hi,Erwin
Follows your suggestion, I want to download bluez-utils-2.10 and
bluez-libs-2.10 package.I use your patch to bluez-utils-2.10.
Because of uclinux on my board, I copy my /bluez to my target root without
/bluez/include and /bluez/lib.
I use cmd "hciattach /dev/ttyS1 bcsp 115200 noflow" to attach my uart
bluetooth device,but have some hdr error. info as follows:
"bcsp_recv: Error in BCSP hdr checksum
bcsp_recv: Error in BCSP hdr checksum
bcsp_recv: Error in BCSP hdr checksum
bcsp_recv: Error in BCSP hdr checksum
bcsp_recv: Error in BCSP hdr checksum
......"
And I use cmd "hcid".But I find the cmd run without stop.
hciattach is error so hcid is error?
In addition, the device is good used by my PC.
Thanks a lot.
Best regards
yong Zhu
Am Donnerstag, den 02.03.2006, 23:08 +0800 schrieb zhu yong:
> Hi,Erwin
> my board use Samsung 44B0x chip of ATM7TDMI. I use bluez-utils-2.24
> and bluez-libs-2.24.
> Do I need patchs for non-mmu systems?
> Is 'startup script' /etc/hcid.conf?
> I have no ides how to change the file, I use default config.
>The default config should be ok. Some patches are necessary because of
>the fork() restrictions on nommu (they may be different for 2.24!):
>http://home.at/cgi-bin/viewcvs.cgi/midori/sources/bluez-utils-2.10/
>My startup script works as follows:
>/sbin/hcid -n &
>/sbin/hciattach ttyS0 csr &
>-Erwin