Update guide with H710 D1 fullsize

This commit is contained in:
Jon Sands 2020-03-07 03:54:32 -05:00
parent a7f8204bde
commit 99844d266d
5 changed files with 24 additions and 4 deletions

View File

@ -0,0 +1,11 @@
@echo off
echo Full Size D1 Revision Preparation
pause If your card is not Full Size D1, hit ctrl+c now!! Otherwise hit enter
pause Press any key to clean adapter flash
megarec -cleanflash 0
pause Press any key to continue
echo running second cleaning to be sure
megarec -cleanflash 0
pause Press any key to write IT Mode SBR
megarec -writesbr 0 BIGD1MOD.sbr
pause If no errors above, you may press any key then reboot

Binary file not shown.

View File

@ -0,0 +1,9 @@
@echo off
echo Revert Full Size D1 H710 To Dell Firmware
pause If your card is not FUll Size D1, hit ctrl+c now!! Otherwise hit enter
pause Press any key to clean adapter flash
megarec -cleanflash 0 BIG710.rom
echo Flashing Dell Image Complete
pause Press any key to write Dell SBR (required)
megarec -writesbr 0 BIGD1STK.sbr
pause If no errors above, you may press any key then reboot

Binary file not shown.

View File

@ -31,9 +31,9 @@ Ensure there is only one LSI-based adapter in your system. If there are others b
Download the ZIP below which contains two ISOs. One is a FreeDOS live image, the other is a Debian live image. Both come prepackaged with all the required tools and files, and they can be booted either via iDRAC virtual media or by burning them to a flash drive via [Rufus](https://rufus.ie/), using `dd`, or your favorite flashing utility - up to you.
[```Dell Perc Flashing ZIP```](https://fohdeesha.com/data/other/perc/perc-crossflash.zip)
```Version: v1.3```
```ZIP Updated: 03-06-2020```
```MD5: 150e7f0bb71809a13c46966aa67c2727```
```Version: v1.4```
```ZIP Updated: 03-07-2020```
```MD5: 7741176dce72d6fcb2f992b28d5872d9```
>Note: If you **know** you have an H310 Mini (**not** an H710), skip all of the below and jump right to the [H310 Mini Guide](https://fohdeesha.com/docs/H310/). Otherwise, continue below.
@ -90,4 +90,4 @@ Regardless, since they're the same price used, you may as well grab the D1 revis
### Contributing:
The markdown source for these guides is hosted on [**my Github repo.**](https://github.com/Fohdeesha/lab-docu) If you have any suggested changes or additions feel free to submit a pull request.
```Documentation version:``` [ v1.9 (03-06-2020)](https://github.com/Fohdeesha/lab-docu/commits/master)
```Documentation version:``` [ v2.0 (03-07-2020)](https://github.com/Fohdeesha/lab-docu/commits/master)