Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
87
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Software
Commits
ed314a01
Commit
ed314a01
authored
8 years ago
by
Adam Wujek
Browse files
Options
Downloads
Patches
Plain Diff
doc/wrs-developer-manual: add info how to erase barebox's environment
Signed-off-by:
Adam Wujek
<
adam.wujek@cern.ch
>
parent
d80a31d6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/wrs-developer-manual.in
+19
-0
19 additions, 0 deletions
doc/wrs-developer-manual.in
with
19 additions
and
0 deletions
doc/wrs-developer-manual.in
+
19
−
0
View file @
ed314a01
...
...
@@ -1436,6 +1436,25 @@ used in partial updates during development, please see
@t
{
/etc/init.d/wrs-boot-procedure
}
(in the source archive it is
distributed in @t
{
userspace/rootfs
_
override/
}
.
@c ==========================================================================
@node Restore default Barebox environment
@section Restore default Barebox environment
In some cases it might be necessary to restore default Barebox's environment.
Please note that so far switch uses only "Barebox-environment-backup"
partition. It doesn't use "Barebox-Environment".
Erasing can be performed from Barebox's commnad line:
@smallexample
erase /dev/env0
@end smallexample
or from Linux:
@smallexample
flash
_
erase /dev/mtd0 0 0
@end smallexample
@c ##########################################################################
@node WRS Internals
@chapter WRS Internals
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment