博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
用命令行界面升级AXIS摄像头firmware
阅读量:6603 次
发布时间:2019-06-24

本文共 911 字,大约阅读时间需要 3 分钟。

FTP procedure:

Marko: - Please connect via an elevated command prompt and FTP the camera
Marko: ftp IP_CAMERA
Marko: - Please use your user ROOT and it's password
Marko: - Here the commands that you will need to use for the reflash:
Marko: bin
Marko: hash
Marko: put P3301_5_40_9_4.bin flash_all
Marko:
Marko: please replace FileFirmware with the right one and the " are not needed 

打开CMD,输入ftp 192.168.1.22,系统会弹出提示输入用户名及密码

然后输入: bin

然后输入: hash

然后输入: put c:\test\P3301_5_40_9_4.bin flash_all

屏幕提示过程信息,然后顺利完成:

The system upgrade completed successfully.

The unit will now reboot.
To continue, please connect to the unit again.
There may be a short delay before the new connection is accepted.
This connection will now close.
214 Virtual target exit.
221 Goodbye.
ftp: 22937624 bytes sent in 2.93Seconds 7828.54Kbytes/sec.

之前通过软件界面及http界面都失败。

本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/1682021,如需转载请自行联系原作者

你可能感兴趣的文章
Hadoop实战读书笔记(3)
查看>>
策略模式
查看>>
2012-2013 微软商业智能大调研分析报告
查看>>
iOS7设计规范分享:UI设计基础
查看>>
徐元杰:“淘”里“淘”外,简单营销
查看>>
国内外SNS比较分析
查看>>
iOS Image Filters
查看>>
Dsoframer实现文档在线浏览功能
查看>>
【图解AI】什么是语义分割、实例分割、全景分割
查看>>
调整PHPStorm中文件修改后标签和文件名的颜色与背景色
查看>>
devise登陆页不使用application模版
查看>>
微信小程序,用户私密信息解密
查看>>
android程序在下载文件时报java.io.EOFException
查看>>
swoole项目思维转换 -- 前篇
查看>>
Spring事务的传播属性和隔离级别
查看>>
SpringBoot之WebSocket和SSE
查看>>
在zsh下使用tmux会自动变更窗口名称的问题
查看>>
cpuidle_mediaroom
查看>>
oracle存储过程动态sql写法
查看>>
JAVA反射机制
查看>>