mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/uboot-wandboard: sync after dd
This commit is contained in:
parent
88a46b9459
commit
5b6b97e191
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ flash_uboot() {
|
|||
read -r shouldwe
|
||||
if [[ $shouldwe =~ ^([yY][eE][sS]|[yY])$ ]]; then
|
||||
dd if=/boot/u-boot.imx of=/dev/mmcblk0 bs=512 seek=2
|
||||
sync
|
||||
else
|
||||
echo "You can do this later by running:"
|
||||
echo "# dd if=/boot/u-boot.imx of=/dev/mmcblk0 bs=512 seek=2"
|
||||
|
|
Loading…
Reference in a new issue