| /developtools/integration_verification/DeployDevice/src/core/ |
| D | base.py | 18 flash_type = None variable in BaseApp 40 def _excuteApp(self, flash_type): argument 50 flash_two(nowtime, flash_type) 53 flash_two(nowtime, flash_type) 56 flash_two(nowtime, flash_type) 59 …tLog("========================%s %s flash success========================" % (nowtime, flash_type)) 118 def flash_two(nowtime, flash_type): argument 119 …rintLog("========================%s %s flash fail========================" % (nowtime, flash_type))
|
| /developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/ |
| D | liteOsUpgrade_L1_shequ_test_app.py | 196 flash_type = self.params_dict.get("flash_type") 248 old_xml_path = os.path.join(scriptpath, "resource", "L1", flash_type, "usb-burn.xml") 251 … old_xml_path = os.path.join(scriptpath, "resource", "L1", flash_type, "usb-burn-jffs2.xml") 253 … old_xml_path = os.path.join(scriptpath, "resource", "L1", flash_type, "usb-burn-vfat.xml") 255 if flash_type.lower() == "ev300": 257 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3518ev300.bin… 258 elif flash_type.lower() == "dv300": 260 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3516dv300.bin… 262 logger.error("flash_type is : %s " % flash_type) 265 scriptfile = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "update.txt") [all …]
|
| D | liteOsUpgrade_L1_shequ_app.py | 199 flash_type = self.params_dict.get("flash_type") 249 old_xml_path = os.path.join(scriptpath, "resource", "L1", flash_type, "usb-burn.xml") 252 … old_xml_path = os.path.join(scriptpath, "resource", "L1", flash_type, "usb-burn-jffs2.xml") 254 … old_xml_path = os.path.join(scriptpath, "resource", "L1", flash_type, "usb-burn-vfat.xml") 256 if flash_type.lower() == "ev300": 258 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3518ev300.bin… 259 elif flash_type.lower() == "dv300": 261 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3516dv300.bin… 263 logger.error("flash_type is : %s " % flash_type) 273 …flash_uboot_xml = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "flash_fastboot.x… [all …]
|
| D | liteOsUpgrade_L1_shequ_app copy.py | 198 flash_type = self.params_dict.get("flash_type") 248 old_xml_path = os.path.join(scriptpath, "resource", "L1", flash_type, "usb-burn.xml") 251 … old_xml_path = os.path.join(scriptpath, "resource", "L1", flash_type, "usb-burn-jffs2.xml") 253 … old_xml_path = os.path.join(scriptpath, "resource", "L1", flash_type, "usb-burn-vfat.xml") 255 if flash_type.lower() == "ev300": 257 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3518ev300.bin… 258 elif flash_type.lower() == "dv300": 260 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3516dv300.bin… 262 logger.error("flash_type is : %s " % flash_type) 272 …flash_uboot_xml = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "flash_fastboot.x… [all …]
|
| D | liteOsUpgrade_linux_app.py | 201 flash_type = self.params_dict.get("flash_type") 251 old_xml_path = os.path.join(scriptpath, "resource", "L1", flash_type, "usb-burn.xml") 254 if flash_type.lower() == "ev300": 256 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3518ev300.bin… 257 elif flash_type.lower() == "dv300_linux": 259 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3516dv300.bin… 261 logger.error("flash_type is : %s " % flash_type) 273 …flash_uboot_xml = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "flash_fastboot.x… 301 …if self.bootUpUboot(ser,scriptfile) and self.configureIp(ser, flash_type, device_ip, device_netmas… 350 def configureIp(self,ser,flash_type, device_ip, device_netmask, device_gatewayip): argument [all …]
|
| D | liteOsUpgrade_L2_app - 副本.py | 196 flash_type = self.params_dict.get("flash_type") 246 … old_xml_path = os.path.join(scriptpath, "resource", "L2", flash_type, "Hi3516DV300-emmc.xml") 249 if flash_type.lower() == "ev300": 251 elif flash_type.lower() == "dv300": 254 logger.error("flash_type is : %s " % flash_type) 266 …flash_uboot_xml = os.path.join(scriptpath, "resource", "L2", flash_type.lower(), "flash_fastboot.x…
|
| D | liteOsUpgrade_L2_app.py | 203 flash_type = self.params_dict.get("flash_type") 256 if flash_type.lower() == "ev300": 258 elif flash_type.lower() == "dv300": 261 logger.error("flash_type is : %s " % flash_type) 265 …flash_uboot_xml = os.path.join(scriptpath, "resource", "L2", flash_type.lower(), "flash_fastboot.x… 275 … old_xml_path = os.path.join(scriptpath, "resource", "L2", flash_type, "Hi3516DV300-emmc.xml")
|
| D | liteOsUpgrade_L1_app.py | 208 flash_type = self.params_dict.get("flash_type") 234 if "ev" in flash_type: 236 elif "dv" in flash_type: 286 packagefile_path = "/%s" % flash_type
|
| D | liteOsUpgrade_L1_shequ_dv_app.py | 307 flash_type = self.params_dict.get("flash_type") 367 packagefile_path = "/%s" % flash_type
|
| /developtools/integration_verification/DeployDevice/src/ |
| D | L1task1.properties | 11 flash_type=ev200 key
|
| /developtools/integration_verification/DeployDevice/src/func/presetup/ |
| D | presetup_app.py | 70 flash_type = self.params_dict.get("flash_type")
|