Skip to content

Commit

Permalink
compile-milkymist-firmware.sh: create SDK even flickernoise failed co…
Browse files Browse the repository at this point in the history
…mpile
  • Loading branch information
Xiangfu Liu committed Jan 14, 2012
1 parent 9d18c34 commit 78c2c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/compile-milkymist-firmware.sh
Expand Up @@ -135,6 +135,7 @@ echo "compile autotest ..."
MILKYMIST_GIT_DIR=${MILKYMIST_GIT_DIR} IMAGES_DIR=${IMAGES_DIR} make -C ${SCRIPTS_GIT_DIR}/compile-flickernoise \
boot.bin boot.crc.bin >> ${BUILD_LOG} 2>&1
if [ "$?" != "0" ]; then
(cd /opt/ && tar cjvf ${IMAGES_DIR}/Flickernoise-lm32-rtems-4.11-SDK-for-Linux-x86_64.tar.bz2 rtems-4.11/)
abort "ERROR: compile autotest"
fi
cp ${MILKYMIST_GIT_DIR}/autotest-m1/src/boot*.bin ${IMAGES_DIR}/
Expand Down

0 comments on commit 78c2c5b

Please sign in to comment.