I noticed your flash command:
-f - p 1 and -f -p 2
It's my understanding that the first graphics-device has device ID 0 and not 1, and the second graphic-device has device ID 1 and not 2
so the flash lines should be:
-f -p 0 for card number 1, with device ID 0
-f -p 1 for card number 2, with device ID 1
What happened is that with your first command you flashed the second card and with the second command flashed no card at all. Could explain why one of your card has higher clocks and the other does not
Bookmarks