tizen: sd_fusing_rpi3.sh: Support for non-sdX partition names
authorMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 8 Jun 2020 08:01:16 +0000 (10:01 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Oct 2022 05:46:55 +0000 (14:46 +0900)
commitfab388ea1e509b67a86e9638cc22dffe0eb5e9a9
tree811cc8aea31e97d80a1ea6d33da2aa227eb06f70
parentbd0203ee4f0daadf90f214d56df4cd1763842167
tizen: sd_fusing_rpi3.sh: Support for non-sdX partition names

Properly find partiton device names for the given block device. In
case of MMC (or loop) partition names are created in a different way
(/dev/mmcblk0p1) than for typical USB pen-drives (/dev/sdb1).

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I4e3e272acd85bcd5a54ff8102a3978d18ea5687e
scripts/tizen/sd_fusing_rpi3.sh