Commit Graph

13 Commits

Author SHA1 Message Date
Antonio Borneo 370681e971 SDCARD-RAW-TOOLS: resolve path of debug tsv script
Debug script is inside an extra level 'debug' of folders.

Increase by one level the search to resolve the path.

Signed-off-by: Antonio Borneo <antonio.borneo@foss.st.com>
Change-Id: I2aaea6b63f7c30f8e8ae24b90ebc0c9d50c2c52c
2022-11-17 17:19:20 +01:00
Christophe Priouzeau 86b53fdbe1 SDCARD: tools: adapt to firwmare update
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
Change-Id: Id8b31e604be332a9e94f2ad7627c68ce828f3b58
2022-06-23 10:47:25 +02:00
Christophe Priouzeau 483a6968fa KIRSKSTONE: overwrite syntax
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
2022-05-02 11:53:28 +02:00
Lionel VITTE 5df595134e MACHINE: set partition configuration specific to fstype
- Allow specific partition image configuration between 'ext4' and 'ubifs'.
 - In case ubifs created is larger than max-leb-cnt allocated, mkfs.ubi raise
an error that make bitbake exit on error: add test to avoid this unexpected exit.

Change-Id: Ib386e703cfb1d0434ea17c279abb31f705514019
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
2021-11-16 17:56:04 +01:00
Christophe Priouzeau 525020d5d8 sdcard-raw-tools: add extra space with append on rdepends
When trying to build with a more recent OE-master version, bitbake ended
up having an issue parsing the rdepends for the target and native build
targets due lack of space when appending bash to rdepends.

Fix by just adding the extra space required when appending values to a
variable.

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
2021-05-20 09:21:25 +02:00
Christophe Priouzeau faedbbe552 SDCARD-RAW-TOOLS: check requisite tools are available on the system
In addition, to script adaptation following shellcheck

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Change-Id: I49d9f9a3ebfe7be2d1b8e77c8bf6a71751dbf228
2020-11-05 15:46:36 +01:00
Romuald JEANNE 2fbe4ce39c SDCARD-RAW-TOOLS: extend script support
Change-Id: I0187e879bfcf1544d406c78a33dfbcee0070e0ca
2020-06-23 17:23:52 +02:00
Priouzeau Christophe 0fb88e1abc SDCARD-RAW: manage case of binary on several directory
Signed-off-by: Priouzeau Christophe <christophe.priouzeau@st.com>
2020-02-10 12:12:19 +01:00
Daniel Ammann ab2dd52ccc SDCARD-RAW-TOOLS: Abort if user opts to not overwrite raw image file
Otherwise, it will be overwritten anyway.
2020-02-03 14:41:19 +01:00
Daniel Ammann 81af72efee SDCARD-RAW-TOOLS: Check dependencies on external tools 2020-02-03 14:41:03 +01:00
Christophe Priouzeau bf2775faa4 SDCARD-RAW-TOOLS: handle GPT TYPE CODE and correct help display
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-10-09 11:29:50 +02:00
Christophe Priouzeau e07b4287ed SDCARD-RAW-TOOLS: add specific gtp code for system partitions
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-05-02 11:04:46 +02:00
Christophe Priouzeau bcd8ef05fb SDCARD: script to create raw image with flashlayout help
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:22:32 +01:00