untill the board start again boot
but i do not remebe very well the steps any details
please
- ran to the store and bought a 4gb Sandisk microSD card. They didn't have any class 10 cards, only class 4, but it seems to work (ordered a couple class 10s from Amazon for backup).
- Downloaded onto my MacBook the latest firmware from the bitmaintech website, as well as the SD card image from https://dl.dropboxusercontent.com/u/16075357/bitmain.img.zip (thanks 1l1l11ll1l)
- put the new microSD card in the adapter, shoved it into my MacBook, read through the guide at http://elinux.org/RPi_Easy_SD_Card_Setup, and then ran these commands in Terminal:
cd Desktop (my bitmain.img was on the desktop)
diskutil list (to find the disk name of SD card, mine was disk2, so replace disk2 below with what yours is)
diskutil unmountDisk /dev/disk2
sudo dd bs=1m if=bitmain.img of=/dev/disk2 (this took 30 minutes to complete)
- once SD card was ready, I opened up the AntMiner, pulled out the BeagleBone card, swapped SD cards and reassembled
- powered up, and it started hashing again. Connected to the miner from the browser, uploaded the latest firmware, changed to point to my pool, and everything was golden.
Much thanks to all of previous posters that talked about this issue, as your help got me back up in hours as opposed to days.