Home | History | Annotate | Download | only in hikey

Lines Matching refs:img1

227     img1 = 'fastboot1.img'
231 opts, args = getopt.getopt(argv,"hd:",["img1=","img2="])
233 print 'hisi-idt.py -d device --img1 <fastboot1> --img2 <fastboot2>'
237 print 'hisi-idt.py -d device --img1 <fastboot1> --img2 <fastboot2>'
241 elif opt in ("--img1"):
242 img1 = arg
247 print ' Image1: ', img1
251 if not os.path.isfile(img1):
252 print "Image don't exists:", img1
260 burnboot('hi3716cv200', dev, img1, img2)