Skip to content

Commit

Permalink
include all demo in data partition
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Feb 28, 2012
1 parent fa451aa commit dcf150e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/compile-milkymist-firmware.sh
Expand Up @@ -150,7 +150,10 @@ cp ${MILKYMIST_GIT_DIR}/autotest-m1/src/boot*.bin ${IMAGES_DIR}/

echo "build data patitions ..."
mkdir -p ${IMAGES_DIR}/data.flash5/patchpool
cp -af ${MILKYMIST_GIT_DIR}/flickernoise/patches/* ${IMAGES_DIR}/data.flash5/patchpool
make -C ${MILKYMIST_GIT_DIR}/flickernoise/patches/demo/pacman
make -C ${MILKYMIST_GIT_DIR}/flickernoise/patches/demo/wheel
rsync -av --include=*/ --include=*.fnp --include=*.png --include=*.jpg --exclude=* \
${MILKYMIST_GIT_DIR}/flickernoise/patches/ ${IMAGES_DIR}/data.flash5/patchpool

make -C ${MILKYMIST_GIT_DIR}/rtems-yaffs2/utils nor-mkyaffs2image

Expand Down

0 comments on commit dcf150e

Please sign in to comment.