HomeSort by relevance Sort by last modified time
    Searched refs:DEVICE_PORT (Results 1 - 3 of 3) sorted by null

  /device/linaro/hikey/installer/hikey/
flash-all.sh 13 DEVICE_PORT="${1}"
63 sudo python "${INSTALLER_DIR}"/hisi-idt.py --img1="${FIRMWARE_DIR}"/l-loader.bin -d "${DEVICE_PORT}"
  /device/linaro/hikey/factory-images/
generate-factory-images-hikey.sh 76 DEVICE_PORT="\${1}"
87 python hisi-idt.py --img1=l-loader.bin -d "\${DEVICE_PORT}"
  /system/update_engine/scripts/
update_device.py 42 DEVICE_PORT = 1234
242 '''.format(appid=appid, port=DEVICE_PORT,
397 payload_url = 'http://127.0.0.1:%d/payload' % DEVICE_PORT
405 ['reverse', 'tcp:%d' % DEVICE_PORT, 'tcp:%d' % server_thread.port])
406 finalize_cmds.append(['reverse', '--remove', 'tcp:%d' % DEVICE_PORT])
425 OmahaUpdateCommand('http://127.0.0.1:%d/update' % DEVICE_PORT)

Completed in 613 milliseconds