Skip to content

Commit

Permalink
board/m2k/post-build.sh: Add update firmware script
Browse files Browse the repository at this point in the history
This script can be called from an USB storage using the runme.sh script

#!/bin/sh
/sbin/update_frm.sh m2k.frm

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
  • Loading branch information
mhennerich committed Sep 11, 2018
1 parent 987c79b commit 1f06980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions board/m2k/post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ mkdir -p ${TARGET_DIR}/mnt_jffs2
mkdir -p ${TARGET_DIR}/etc/wpa_supplicant/

${INSTALL} -D -m 0755 ${BOARD_DIR}/../pluto/update.sh ${TARGET_DIR}/sbin/
${INSTALL} -D -m 0755 ${BOARD_DIR}/../pluto/update_frm.sh ${TARGET_DIR}/sbin/
${INSTALL} -D -m 0755 ${BOARD_DIR}/../pluto/S10mdev ${TARGET_DIR}/etc/init.d/
${INSTALL} -D -m 0755 ${BOARD_DIR}/../pluto/S15watchdog ${TARGET_DIR}/etc/init.d/
${INSTALL} -D -m 0755 ${BOARD_DIR}/S16xadc ${TARGET_DIR}/etc/init.d/
Expand Down

0 comments on commit 1f06980

Please sign in to comment.