diff --git a/alarm/uboot-wandboard/uboot-wandboard.install b/alarm/uboot-wandboard/uboot-wandboard.install index a15d9c128..a2e97dda5 100644 --- a/alarm/uboot-wandboard/uboot-wandboard.install +++ b/alarm/uboot-wandboard/uboot-wandboard.install @@ -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