sd_fusing.py script was moved to tizen-fusing-scripts repository.
This script is not valid anymore.
In future, this script will be remove in this repository.
Change-Id: I9ff346d647c47b951f23584ff72d0dbc92e2b27a
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
if not Yes and not Format:
print(f"The following images will be written to {args.device} and the "
"existing data will be lost.\n")
+ print(f"########################## NOTICE ##########################\n")
+ print(f"sd_fusing.py was moved to tizen-fusing-scripts repository.\n")
+ print(f"Download sd_fusing.py from tizen-fusing-scripts reposistory!\n")
+ print(f"############################################################\n")
for b in args.binaries:
print(" " + b)
response = input("\nContinue? [y/N] ")