imx-boot: create a symlink to the default 1GB image
This simplifies the creation of the sdcard image. https://jira.digi.com/browse/DEL-6159 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
0e2a5a6b1c
commit
ee14e6f28e
|
|
@ -218,6 +218,7 @@ do_deploy () {
|
|||
done
|
||||
cd ${DEPLOYDIR}
|
||||
ln -sf ${BOOT_CONFIG_MACHINE}-${type}.bin-${IMAGE_IMXBOOT_TARGET} ${BOOT_CONFIG_MACHINE}-${type}.bin
|
||||
ln -sf ${BOOT_CONFIG_MACHINE}-${type}.bin-${IMAGE_IMXBOOT_TARGET} ${BOOT_CONFIG_MACHINE}-${MACHINE}.bin
|
||||
cd -
|
||||
done
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue