final H810 files hopefully

This commit is contained in:
Jon Sands 2020-10-09 03:35:55 -04:00
parent 67dc8ac02b
commit cfb20f161f
6 changed files with 32 additions and 7 deletions

View File

@ -0,0 +1,11 @@
@echo off
echo H810 Full Size D1 Revision Preparation
pause If your card is not a full size H810 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 810D1MD.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 H810 To Dell Firmware
pause If your card is not an H810 D1, hit ctrl+c now!! Otherwise hit enter
pause Press any key to clean adapter flash
megarec -cleanflash 0 H810.rom
echo Flashing Dell Image Complete
pause Press any key to write Dell SBR (required)
megarec -writesbr 0 810D1STK.sbr
pause If no errors above, you may press any key then reboot

Binary file not shown.

Binary file not shown.

View File

@ -11,7 +11,7 @@ This guide allows you to crossflash 12th gen Dell Mini Mono & full size cards to
* H810 Full Size * H810 Full Size
## Thanks ## Thanks
[**Jon Sands**](http://fohdeesha.com/) [**Jon Sands**](https://fohdeesha.com/)
[**fourlynx**](mailto:fourlynx@phoxden.net) [**fourlynx**](mailto:fourlynx@phoxden.net)
**WildOne69** **WildOne69**
[**Various STH Members**](https://forums.servethehome.com/index.php?threads/perc-h710-mini-to-it-mode.25448/page-3) [**Various STH Members**](https://forums.servethehome.com/index.php?threads/perc-h710-mini-to-it-mode.25448/page-3)
@ -31,10 +31,10 @@ 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. 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-v1.5.zip) [```Dell Perc Flashing ZIP```](https://fohdeesha.com/data/other/perc/perc-crossflash-v1.6.zip)
```Version: v1.5``` ```Version: v1.6```
```ZIP Updated: 05-18-2020``` ```ZIP Updated: 10-09-2020```
```MD5: 64f167007480f71d9756ea9f6f6f449a``` ```MD5: 82bc38e9a19ae0e26803bbdc485d9194```
>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. >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.
@ -82,7 +82,12 @@ Regardless, since they're the same price used, you may as well grab the D1 revis
**H710P D1 Full Size Part Numbers:** **H710P D1 Full Size Part Numbers:**
- These full size cards are still $$$ for some reason - These full size cards are still $$$ for some reason
- Unless you already have one just buy an actual LSI card for half the price - Unless you already have one just buy an actual LSI card for half the price
- 07GCGT - 07GCGT
**H810 D1 Full Size Part Numbers:**
- These full size cards are still $$$ for some reason
- Unless you already have one just buy an actual LSI card for half the price
- 0NDD93
**H710 B0 Mini Part Numbers:** **H710 B0 Mini Part Numbers:**
- 0MCR5X - 0MCR5X
@ -104,4 +109,4 @@ Regardless, since they're the same price used, you may as well grab the D1 revis
### Contributing: ### 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. 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:``` [ v2.2 (05-18-2020)](https://github.com/Fohdeesha/lab-docu/commits/master) ```Documentation version:``` [ v2.3 (10-09-2020)](https://github.com/Fohdeesha/lab-docu/commits/master)