[Home]Recover Corrupt/Blank EEPROM 5i24,6i24,7i24, 6i25

LinuxCNCKnowledgeBase | Recover Corrupt | RecentChanges | PageIndex | Preferences | LinuxCNC.org

To recover a corrupt/blank EEPROM on a 5i24 6i24 7i24 or 6i25 board:

You will need the latest mesaflash ver from:

https://github.com/micges/mesaflash

NOTE: You must use --device 6i25 for this step regardless the target board!

sudo ./mesaflash --device 6i25 --recovery --write hm2flash.bit (example: 5i24_16_justio.bit)

power cycle the board

the leds should go out

sudo ./mesaflash --device 5i24 --readhmid

may return nothing

Both leds should be out now though

sudo ./mesaflash --device 5i24 --verify 5i24_16_justio.bit

You should see: board configuration verified successfully

Next find 5i24 fallback in 5i24.zip and

sudo ./mesaflash --device 5i24 --fallback --write fallback.bit

You can write now standard hostmot2 bitfile

The card will be fully reprogrammed

sudo ./mesaflash --device 5i24 --write yourfile.bit

sudo ./mesaflash --device 5i24 --verify yourfile.bit

sudo ./mesaflash --device 5i24 --reload


LinuxCNCKnowledgeBase | Recover Corrupt | RecentChanges | PageIndex | Preferences | LinuxCNC.org
This page is read-only. Follow the BasicSteps to edit pages. | View other revisions
Last edited May 27, 2015 7:33 pm by Tlightus (diff)
Search:
Published under a Creative Commons License