I've managed to flash a
DE05 firmware over
DE07 drive (from compellent) using seaflash for linux.
DE05.lod can be obtained downloading from EQL website the Drive Firmware KIT
Code:
kit_V13.0_DriveFw_731036618.zip
Looking for the drive device using
Code:
./sealflashlin_048_064 -i
My disk was at
/dev/sg5Code:
./sealflashlin_048_064 -s 512 -m ST4000NM0025 -f DE05.lod /dev/sg5
I've captured a kind of partition on a working EQL drive in
EQL.BIN and copied it.
I've used dmesg to get that
/dev/sg5 is mapped to my
/dev/sddNext i've copied the image i made to the disk with
Code:
dd if=./EQL.BIN of=/dev/sdd
Putting the disk into the storage was successfully with a correctly recognized drive.
Next step is to convert a drive with the Enterprise firmware or a NON OEM segate drive.