aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-11-14 16:36:09 +0800
committerAndy Green <andy.green@linaro.org>2012-11-14 16:36:09 +0800
commit3fd63eb976893f3f1f6e8307810203161a65310c (patch)
tree58000547d0d95b200a8b7bbda138cb3e1eb8375f
parent1d217b6c241dc3d3524916f83fd815550514e203 (diff)
use lib firmware for firmware
Signed-off-by: Andy Green <andy.green@linaro.org>
-rwxr-xr-xfmb_driver/S99h55fmb2
-rwxr-xr-xfmb_driver/install.sh2
-rw-r--r--fmb_player_apl/include/FmbCmn.h4
-rwxr-xr-xhdcapture2
-rwxr-xr-xinstall.sh2
5 files changed, 6 insertions, 6 deletions
diff --git a/fmb_driver/S99h55fmb b/fmb_driver/S99h55fmb
index ea486d1..3f587fd 100755
--- a/fmb_driver/S99h55fmb
+++ b/fmb_driver/S99h55fmb
@@ -5,7 +5,7 @@
KERN_RELEASE=`uname -r`
LIBDIR="/lib/modules/$KERN_RELEASE/$MDIR"
-FIRM_PATH="/usr/local/etc/mb86h55.bin"
+FIRM_PATH="/lib/firmware/mb86h55.bin"
module="h55fmb"
device_num="0 1 2 3 4 5 6 7"
diff --git a/fmb_driver/install.sh b/fmb_driver/install.sh
index 442ff82..ba58020 100755
--- a/fmb_driver/install.sh
+++ b/fmb_driver/install.sh
@@ -5,7 +5,7 @@
KERN_RELEASE=`uname -r`
LIBDIR="/lib/modules/$KERN_RELEASE/$MDIR"
-FIRM_PATH="/usr/local/etc/mb86h55.bin"
+FIRM_PATH="/lib/firmware/mb86h55.bin"
module="h55fmb"
device_num="0 1 2 3 4 5 6 7"
diff --git a/fmb_player_apl/include/FmbCmn.h b/fmb_player_apl/include/FmbCmn.h
index 63fe990..d2983a1 100644
--- a/fmb_player_apl/include/FmbCmn.h
+++ b/fmb_player_apl/include/FmbCmn.h
@@ -102,8 +102,8 @@ struct RecvEventArgType{
#define DEFAULT_FMB_PATH "/dev/h55fmb"
-#define DEFAULT_FMB_FIRMPATH "/usr/local/etc/mb86h56.bin"
-#define DEFAULT_FMB_SECONDARY_FIRMPATH "/usr/local/etc/mb86h55.bin"
+#define DEFAULT_FMB_FIRMPATH "/lib/firmware/mb86h56.bin"
+#define DEFAULT_FMB_SECONDARY_FIRMPATH "/lib/firmware/mb86h55.bin"
#define FMB_FIRM_TIMEOUT 10000
#define FIRM_WRITE_SIZE (512 * 1024) /* 512KB */
diff --git a/hdcapture b/hdcapture
index 4e30c30..3217853 100755
--- a/hdcapture
+++ b/hdcapture
@@ -5,7 +5,7 @@
KERN_RELEASE=`uname -r`
LIBDIR="/lib/modules/$KERN_RELEASE/$MDIR"
-FIRM_PATH="/usr/local/etc/mb86h55.bin"
+FIRM_PATH="/lib/firmware/mb86h55.bin"
module="h55fmb"
device_num="0 1 2 3 4 5 6 7"
diff --git a/install.sh b/install.sh
index a9ede55..94d7d5b 100755
--- a/install.sh
+++ b/install.sh
@@ -4,7 +4,7 @@
#------------------------------------------------------------------
APL_INST_DIR="/usr/local/bin"
-FIRM_INST_DIR="/usr/local/etc"
+FIRM_INST_DIR="/lib/firmware"
FIRM_NAME="mb86h56.bin"
module="hdcapture"
exe="hdcapture"