linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bluez-devel] Re: Bluez on Axis DevBoard 82
@ 2004-03-08 14:09 Eric Chapman
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Chapman @ 2004-03-08 14:09 UTC (permalink / raw)
  To: bluez-devel

Hi Tobias,

At your institute we are also trying to use an axis devboard to 
experiment with bluetooth applications. One of the primary goals is to 
get Bluez running on the board

 > we need help to compile and install Bluez on the Axis Devboard 82 
with  > a cross-compiler.
 >
 > The DevBoard-Software is running on our computer and we flashed the
 > new kernel on the DevBoard successful.
 >
 > We solved the kernel part of bluez as well, but we don't know, how to
 > configure and install the other parts.

I suppose you mean that you made the Kernel USB-ready for a USB 
Bluettooth adapter?

 > We need the packages bluez-libs, -utils, -sdp and -pan on the
 > DevBoard.
 >
 > Can somebody give as an example for how to compile such a package with
 > cris-gcc?

To my knowledge (and according to axis) there is no straightforward way 
to do this. The libs, I got to compile, but they do you no good all by 
themselves. I for my part have tried to autocompile the libs, utils etc 
with no luck for axis (using command-line lib invocation, config.site an 
shell parameters the way Marcel suggests). The only way I have found to 
work is to manually write a makefile from scratch which will then 
compile hciattach, hcitool...
hcid poses a problem because of the need for ybison to parse the conf file.
At this point the trouble is to get these things to compile using the 
axis top-level makefile so that the binaries may be flashed to the board 
and be used as applications

greets, Eric



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bluez-devel] Re: Bluez on Axis DevBoard 82
@ 2004-03-08 14:14 Eric Chapman
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Chapman @ 2004-03-08 14:14 UTC (permalink / raw)
  To: bluez-devel

Hi Tobias,

At your institute we are also trying to use an axis devboard to 
experiment with bluetooth applications. One of the primary goals is to 
get Bluez running on the board

 > we need help to compile and install Bluez on the Axis Devboard 82 
with  > a cross-compiler.
 >
 > The DevBoard-Software is running on our computer and we flashed the
 > new kernel on the DevBoard successful.
 >
 > We solved the kernel part of bluez as well, but we don't know, how to
 > configure and install the other parts.

I suppose you mean that you made the Kernel USB-ready for a USB 
Bluettooth adapter?

 > We need the packages bluez-libs, -utils, -sdp and -pan on the
 > DevBoard.
 >
 > Can somebody give as an example for how to compile such a package with
 > cris-gcc?

To my knowledge (and according to axis) there is no straightforward way 
to do this. The libs, I got to compile, but they do you no good all by 
themselves. I for my part have tried to autocompile the libs, utils etc 
with no luck for axis (using command-line lib invocation, config.site an 
shell parameters the way Marcel suggests). The only way I have found to 
work is to manually write a makefile from scratch which will then 
compile hciattach, hcitool...
hcid poses a problem because of the need for ybison to parse the conf file.
At this point the trouble is to get these things to compile using the 
axis top-level makefile so that the binaries may be flashed to the board 
and be used as applications

greets, Eric

-- 
Eric Chapman

-----------------
Lehrstuhl für Nachrichtentechnik
Universität des Saarlandes

-- 
Eric Chapman

-----------------
Lehrstuhl für Nachrichtentechnik
Universität des Saarlandes
Postfach 15 11 50
D-66041 Saarbrücken
Tel: +49 681 302 3975
Fax: +49 681 302 3972
Web: www.lnt.uni-saarland.de




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] Re: Bluez on Axis DevBoard 82
  2004-03-08 15:59 AW: " Tobias Sprafke
@ 2004-03-08 17:01 ` Marcel Holtmann
  2004-03-08 17:32   ` Eric Chapman
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2004-03-08 17:01 UTC (permalink / raw)
  To: Tobias Sprafke; +Cc: Eric Chapman, BlueZ Mailing List

Hi Tobias,

> with "kernel part of bluez" I really mean this part of bluez,
> which could be configured in the linux kernel.
> After installing the Axis-DevBoard-Software, there isn't a submenu for
> Bluetooth anymore
> when running "make xconfig" ...

this must be a bug. What kernel do you use? Maybe it is some Axis OpenBT
specific cruft of the Cris architecture. If so, it must be removed and
patches are welcome.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] Re: Bluez on Axis DevBoard 82
  2004-03-08 17:01 ` Marcel Holtmann
@ 2004-03-08 17:32   ` Eric Chapman
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Chapman @ 2004-03-08 17:32 UTC (permalink / raw)
  Cc: BlueZ Mailing List

This only relates to the kernel sources within the axis devboard=20
developer environment. It seems to me, that this is wanted, because Axis=20
  are aware of it, since one of their developers pointed me there.

Tobias' description of the solution is also what I had to do. Speaking=20
of which: Tobias, how did you find the solution?

On an different note, Tobias pointed me to another person who is trying=20
to get a similar hardware config to work. His config freezes up upon=20
doing a hcitool scan (inq works fine). I am using a USB and a serial=20
Bluetooth interface. USB freezes on scan, the serial one doesn't. They=20
are both CSR HCI 16.4

Any Ideas?


Marcel Holtmann wrote:

> Hi Tobias,
>=20
>=20
>>with "kernel part of bluez" I really mean this part of bluez,
>>which could be configured in the linux kernel.
>>After installing the Axis-DevBoard-Software, there isn't a submenu for
>>Bluetooth anymore
>>when running "make xconfig" ...
>=20
>=20
> this must be a bug. What kernel do you use? Maybe it is some Axis OpenB=
T
> specific cruft of the Cris architecture. If so, it must be removed and
> patches are welcome.
>=20
> Regards
>=20
> Marcel
>=20
>=20
>=20

--=20
Eric Chapman

-----------------
Lehrstuhl f=FCr Nachrichtentechnik
Universit=E4t des Saarlandes
Postfach 15 11 50
D-66041 Saarbr=FCcken
Tel: +49 681 302 3975
Fax: +49 681 302 3972
Web: www.lnt.uni-saarland.de



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-03-08 17:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-08 14:09 [Bluez-devel] Re: Bluez on Axis DevBoard 82 Eric Chapman
  -- strict thread matches above, loose matches on Subject: below --
2004-03-08 14:14 Eric Chapman
2004-03-08 15:59 AW: " Tobias Sprafke
2004-03-08 17:01 ` Marcel Holtmann
2004-03-08 17:32   ` Eric Chapman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).