0% found this document useful (0 votes)
127 views

DELL FW Update Tool Quick Start Guide

This document provides a quick start guide for using the Dell FW Update Tool. It includes an overview of the files included in the DellCamera_release folder, instructions for operating the tool to update firmware by selecting a vendor and plugging in the module, and formatting for adding module information to the INI configuration file. The tool offers options to update firmware for Sunplusit, RealTek, and Sonix chips.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
127 views

DELL FW Update Tool Quick Start Guide

This document provides a quick start guide for using the Dell FW Update Tool. It includes an overview of the files included in the DellCamera_release folder, instructions for operating the tool to update firmware by selecting a vendor and plugging in the module, and formatting for adding module information to the INI configuration file. The tool offers options to update firmware for Sunplusit, RealTek, and Sonix chips.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

DELL FW Update Tool Quick Start Guide

V1.0

FW Update Tool Quick Start Guide

1. Overview
Please open DellCam_release folder which includes
- DELLCamera_vxx.exe
- RvcLib.dll
- SunplusCamera.dll
- BurnerApLib.dll
- st50220.dll
- pid.ini
- bin folder

2. Operation
This tool offers three vendors that include Sunplusit, RealTek and Sonix to
use. You can execute DELLCamera_vxx.exe to update firmware.
Following is operating steps.
- Step1: open DELLCamera_vxx.exe

- Step2: plug in your module, then the UI will show information about
the module and update firmware.

- Step3: The FW is update finished.
If result is successful, it will show,

else


3. How to Script the INI File
Format of one modules information like this
[PID_2896] // section name, it is [PID_XXXX]
BIN=1BCF_2896_V2815.bin //key1 string, BIN=binary file name
CHIP=1//key2 string, CHIP=vendor number

Chip number list:
#CHIP(1=SunplusIT) (2=RealTek) (3=Sonix)

If you want to add one modules information, you can do the following
three steps. Example: this is Sunplusit chip that is pid number is 2898,
binary file name is 1BCF_2895_V2823.bin.
- Step1: modify PID number, be written as [PID_2898]
- Step2: modify binary file name at BIN key string, be written as
BIN=1BCF_2898_V2710.bin
- Setp3: modify vendor number at CHIP key string, be written as
CHIP=1

You might also like