Skip to content

Commit

Permalink
copy the images to patchpool
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Dec 7, 2011
1 parent 6a796e9 commit 57c973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile-milkymist-firmware.sh
Expand Up @@ -140,7 +140,7 @@ cp ${MILKYMIST_GIT_DIR}/autotest-m1.git/src/boot*.bin ${IMAGES_DIR}/

echo "build data patitions ..."
mkdir -p ${IMAGES_DIR}/data.flash5/patchpool
find ${MILKYMIST_GIT_DIR}/flickernoise.git/patches -name "*.fnp" -exec cp {} ${IMAGES_DIR}/data.flash5/patchpool \;
cp -af ${MILKYMIST_GIT_DIR}/flickernoise.git/patches/* ${IMAGES_DIR}/data.flash5/patchpool

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

Expand Down

0 comments on commit 57c973d

Please sign in to comment.