From 8a6d1bb3afe9e76156d7999e720527a4f1b3a871 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 20 Oct 2015 14:56:24 +0200 Subject: update.sh: use moduletype specific folder for output files With update.sh one creates files on e.g. a SD-card or a tftp server which enables updating the SW on a module from U-Boot running on said module. This commit adds a module type specific directory on that output media so that update data for multiple module types can be stored on one media. Generic U-Boot scripts in the media's root directory do select the matching update data depending on module type. --- recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_mmc.scr | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_mmc.scr (limited to 'recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_mmc.scr') diff --git a/recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_mmc.scr b/recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_mmc.scr deleted file mode 100644 index 207c7db..0000000 --- a/recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_mmc.scr +++ /dev/null @@ -1,6 +0,0 @@ -#flash_mmc has been renamed to flash_blk, ensure compatibilty when updating from older versions -test -n ${interface} || setenv interface mmc -test -n ${drive} || setenv drive 1 - -fatload ${interface} ${drive}:1 ${loadaddr} flash_blk.img -source ${loadaddr} -- cgit v1.2.3