alarm/uboot-wandboard: install file tweaks

This commit is contained in:
Kevin Mihelich 2013-07-26 01:50:43 +00:00
parent fd7ec2d828
commit 879037450d

View file

@ -1,6 +1,6 @@
flash_uboot() {
echo "A new U-Boot version needs to be flashed onto /dev/mmcblk0p1."
echo "Do this now? [y|N]"
echo "A new U-Boot version needs to be flashed onto /dev/mmcblk0."
echo "Do you want to do this now? [y|N]"
read -r shouldwe
if [[ $shouldwe =~ ^([yY][eE][sS]|[yY])$ ]]; then
dd if=/boot/u-boot.imx of=/dev/mmcblk0 bs=512 seek=2