From f303ce805abe78bcbab81704bc0d4ad4d0fb8d61 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 2 Mar 2016 02:22:04 -0300 Subject: uboot-mx6_cubox-i: add new package to [libre] --- .../uboot-cubox-i-linux-libre.install | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 libre/uboot-cubox-i-linux-libre/uboot-cubox-i-linux-libre.install (limited to 'libre/uboot-cubox-i-linux-libre/uboot-cubox-i-linux-libre.install') diff --git a/libre/uboot-cubox-i-linux-libre/uboot-cubox-i-linux-libre.install b/libre/uboot-cubox-i-linux-libre/uboot-cubox-i-linux-libre.install deleted file mode 100644 index ff3b52d2a..000000000 --- a/libre/uboot-cubox-i-linux-libre/uboot-cubox-i-linux-libre.install +++ /dev/null @@ -1,25 +0,0 @@ -flash_uboot() { - 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/uboot-cubox-i-linux-libre/SPL of=/dev/mmcblk0 bs=1K seek=1 - dd if=/boot/uboot-cubox-i-linux-libre/u-boot.img of=/dev/mmcblk0 bs=1K seek=42 - sync - else - echo "You can do this later by running:" - echo "# dd if=/boot/uboot-cubox-i-linux-libre/SPL of=/dev/mmcblk0 bs=1K seek=1" - echo "# dd dd if=/boot/uboot-cubox-i-linux-libre/u-boot.img of=/dev/mmcblk0 bs=1K seek=42" - fi -} - -## arg 1: the new package version -post_install() { - flash_uboot -} - -## arg 1: the new package version -## arg 2: the old package version -post_upgrade() { - flash_uboot -} -- cgit v1.2.3