Difference between revisions of "MCE firmware"
From MCEWiki
(→Procedures for keeping DAS/MCE healthy during firmware upgrades, power cycles, etc.) |
(→Source code and version-control system) |
||
Line 19: | Line 19: | ||
== Source code and version-control system == | == Source code and version-control system == | ||
− | We | + | We decided (sadly) NOT to migrate from CVS to SVN, if we ever do here are some guidelines: |
* [[ Firmware Accessing the svn repository | Accessing the svn repository ]] | * [[ Firmware Accessing the svn repository | Accessing the svn repository ]] |
Revision as of 16:42, 11 June 2008
Feature descriptions
Procedures for keeping DAS/MCE healthy during firmware upgrades, power cycles, etc.
It is good practice to do an MCE reset ("mce_reset" command or "mce_reset_clean" shell script) after any firmware upgrades or power cycles.
Source code and version-control system
We decided (sadly) NOT to migrate from CVS to SVN, if we ever do here are some guidelines:
- Accessing the svn repository
- svn commit guidelines
- svn basic operations