erland wrote: 
> A bit related to this, does the Bluetooth on the Dual board work or are
> there no drivers available for that ?
> If it works, would it mean that a Bluetooth keyboard also could work ?

The binary firmware blob is loaded from /etc/rc.d/rc.local.


Code:
--------------------
    
  ##
  ## Load the Broadcom bluetooth firmware
  ##
  brcm_patchram_plus\
  --timeout=6.0\
  --patchram /lib/firmware/brcm/bcm4329.hcd\
  --baudrate 921600\
  --use_baudrate_for_download\
  /dev/ttymxc2 && hciattach /dev/ttymxc2 any 921600 &
  
--------------------


A scan finds my phone. I don't have a bluetooth keyboard, but no reason
to believe you wouldn't get it to work.


Code:
--------------------
    
  [clivem@wandboard ~]$ hcitool scan
  Scanning ...
        74:45:8A:47:10:A3       S2CM
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=97881

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to