aboutsummaryrefslogtreecommitdiff
path: root/ledge-debian
diff options
context:
space:
mode:
authorChristophe Priouzeau <christophe.priouzeau@linaro.org>2019-11-25 08:42:33 +0100
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2019-11-25 07:51:27 +0000
commit264dc0f6d4fe4ff92cf6d07aff23ef8b729fe3ac (patch)
tree8215ed851fc250b7a59a1cce2b5a8d5841707ffa /ledge-debian
parentf0f4696329dd0d9946eb588b7e74fa7a511ddc8e (diff)
LEDGE-DEBIAN: execute creation of raw image
- Update branches of flashlayout - execute test for creating raw images Change-Id: I4f1bd8c003450f1623e07be37952e601ee8cd019 Signed-off-by: Christophe Priouzeau <christophe.priouzeau@linaro.org>
Diffstat (limited to 'ledge-debian')
-rw-r--r--ledge-debian/builders-fai.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/ledge-debian/builders-fai.sh b/ledge-debian/builders-fai.sh
index b17a4b33..212ea02f 100644
--- a/ledge-debian/builders-fai.sh
+++ b/ledge-debian/builders-fai.sh
@@ -86,8 +86,11 @@ if [ $ARMHF_ARCHITECTURE -eq 1 ]
then
# donwload flashlayout and script from github
mkdir -p out/script
- wget https://raw.githubusercontent.com/Linaro/meta-ledge/thud/meta-ledge-bsp/recipes-devtools/generate-raw-image/raw-tools/create_raw_from_flashlayout.sh -O out/script/create_raw_from_flashlayout.sh
- wget https://raw.githubusercontent.com/Linaro/meta-ledge/thud/meta-ledge-bsp/recipes-devtools/generate-raw-image/files/ledge-stm32mp157c-dk2/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.fld -O out/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.fld
- wget https://raw.githubusercontent.com/Linaro/meta-ledge/thud/meta-ledge-bsp/recipes-devtools/generate-raw-image/files/ledge-stm32mp157c-dk2/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.tsv.template -O out/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.tsv.template
+ wget https://raw.githubusercontent.com/Linaro/meta-ledge/zeus/meta-ledge-bsp/recipes-devtools/generate-raw-image/raw-tools/create_raw_from_flashlayout.sh -O out/script/create_raw_from_flashlayout.sh
+ wget https://raw.githubusercontent.com/Linaro/meta-ledge/zeus/meta-ledge-bsp/recipes-devtools/generate-raw-image/files/ledge-stm32mp157c-dk2/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.fld -O out/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.fld
+ wget https://raw.githubusercontent.com/Linaro/meta-ledge/zeus/meta-ledge-bsp/recipes-devtools/generate-raw-image/files/ledge-stm32mp157c-dk2/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.tsv.template -O out/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.tsv.template
chmod +x out/script/create_raw_from_flashlayout.sh
+ # generate raw image
+ cd out/
+ ./script/create_raw_from_flashlayout.sh FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.fld
fi