I had the same problem with EE (large eDGe). I used the serial port as console interface and linux's minicom as terminal emulator, ran the diagnostics test and got a message that the memory integrity test failed..error code. When I attempted to reflash Ermine with Dingo, it showed following error message:
UPDATE_DEVICE = edge
TARGET_DEVICE = edge
BUILD_TYPE = user
************************************************** *******************
current: Ermine 0.9
new: Dingo 1.11
MISMATCH: aborting update"
************************************************** *******************
and then reboots.
I deleted the following comparative query in "update.zip\update.sh":
if [ "$UPDATE_DEVICE" != "$TARGET_DEVICE" ];
then
echo " MISMATCH: aborting update"
echo " MISMATCH: aborting update" >> $TMP_LOG
echo "************************************************* ********************"
rm $SRC_MOUNT_POINT/$CMD_FILE_NAME
rm $SRC_MOUNT_POINT/$UPDATE_FILE
sync
umount $SRC_MOUNT_POINT
reboot
sleep 5
exit 1
fi
and reflashed (successful) Ermine with Dingo. Now everything works as it should. Memtest gets no errors after reflash.
Maybe it will help one of you too