Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
System Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
system
System Manager
Merge requests
!24
Update vendor extension in pipeline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update vendor extension in pipeline
vendor_extn
into
devel
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Vivek Dutta
requested to merge
vendor_extn
into
devel
4 months ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
devel
devel (base)
and
latest version
latest version
25cf2cbf
1 commit,
4 months ago
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
docs/guide/libbbfdm_DeviceInfo_FirmwareImage.md
+
3
−
3
Options
@@ -133,9 +133,9 @@ Device.DeviceInfo.FirmwareImage.{i}.Download() input:FileSize
Device.DeviceInfo.FirmwareImage.
{
i
}
.Download
()
input:Password
Device.DeviceInfo.FirmwareImage.
{
i
}
.Download
()
input:URL
Device.DeviceInfo.FirmwareImage.
{
i
}
.Download
()
input:Username
Device.DeviceInfo.FirmwareImage.
{
i
}
.Download
()
input:X_IO
PSYS
_EU_KeepConfig
Device.DeviceInfo.FirmwareImage.
{
i
}
.Download
()
input:X_IO
WRT
_EU_KeepConfig
```
Customer can use X_IO
PSYS
_EU_KeepConfig=0, to do factory reset(not copy the current config to next firmware) while doing the download.
Customer can use X_IO
WRT
_EU_KeepConfig=0, to do factory reset(not copy the current config to next firmware) while doing the download.
> Note: Default value of X_IO
PSYS
_EU_KeepConfig is 1, so in case this option not used, it keeps the config(as the default behavior of the CPE).
> Note: Default value of X_IO
WRT
_EU_KeepConfig is 1, so in case this option not used, it keeps the config(as the default behavior of the CPE).
Loading