Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 11 to 11 | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
SPI Read | ||||||||
Line: 96 to 97 | ||||||||
Return $Data | ||||||||
Added: | ||||||||
> > |
Using ipmitoolYou can issue these command using the OS suppliedipmitool as follows. | |||||||
Added: | ||||||||
> > | To read:
$ ipmitool -H 192.168.1.41 -U '' -P '' -T 0x82 -b 7 -t 0x76 raw 0x32 0x34 1 11 0 4
| |||||||
Added: | ||||||||
> > | To write:
$ ipmitool -H 192.168.1.41 -U '' -P '' -T 0x82 -b 7 -t 0x76 raw 0x32 0x33 0 0 0 6 0x03 0xff 0xff 0xff 0x00 0xc0
| |||||||
Changed: | ||||||||
< < | -- DavidZou - 30 May 2013 | |||||||
> > | -- EricHazen - 30 Apr 2014 |