Ectool: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Ectool info page.)
 
m (→‎Installation: svn paths)
Line 5: Line 5:
'''Manual installation'''
'''Manual installation'''


  $ svn co svn://coreboot.org/repos/trunk/util/ectool
  $ svn co svn://coreboot.org/coreboot/trunk/util/ectool
  $ cd ectool
  $ cd ectool
  $ make
  $ make

Revision as of 18:35, 30 October 2009

ectool is a small utility that dumps the RAM of a laptop's Embedded/Environmental Controller (EC).

Installation

Manual installation

$ svn co svn://coreboot.org/coreboot/trunk/util/ectool
$ cd ectool
$ make
$ sudo make install

You can browse the ectool source code using the trac web interface.

Usage

$ ectool

Please see ectool -h for information on various other options.


Public domain I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.

In case this is not legally possible:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.