Skip to content

Commit

Permalink
Bluetooth fix for Udoo Neo and M4 updated firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Mar 7, 2016
1 parent 01bbe8f commit 91a4c04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Binary file renamed bin/m4startup.fw.origin → bin/m4clean.fw
Binary file not shown.
Binary file modified bin/m4startup.fw
Binary file not shown.
Binary file removed bin/m4startup.fw.fast
Binary file not shown.
5 changes: 4 additions & 1 deletion boards.sh
Expand Up @@ -64,7 +64,7 @@ install_board_specific (){

# Udoo
if [[ $BOARD == "udoo" ]] ; then

chroot $DEST/cache/sdcard /bin/bash -c "apt-get -y -qq remove lirc >/dev/null 2>&1"
sed 's/wlan0/wlan2/' -i $DEST/cache/sdcard/etc/network/interfaces.default
sed 's/wlan0/wlan2/' -i $DEST/cache/sdcard/etc/network/interfaces.bonding
Expand All @@ -85,6 +85,9 @@ install_board_specific (){
# firmware for M4
mkdir -p $DEST/cache/sdcard/boot/bin/
cp $SRC/lib/bin/m4startup.fw* $DEST/cache/sdcard/boot/bin/
# fix for BT
cp $SRC/lib/bin/udoo-neo-debs/udooneo-bluetooth_1.2-1_armhf.deb /tmp
chroot $DEST/cache/sdcard /bin/bash -c "dpkg -i /tmp/udooneo-bluetooth_1.2-1_armhf.deb >/dev/null 2>&1"

fi

Expand Down

0 comments on commit 91a4c04

Please sign in to comment.