Let me begin by saying that I completed my build and it all went very smoothly. Once complete, everything (including bluetooth) was working except for the SD card. Attempting to boot a floppy disk resulted in the "CCCCC" problem, and attempting to boot a hard disk gave an error. The SD card is the pre-loaded and tested one I bought from Chris (so I didn't suspect that), and the Due came pre-loaded (but with which version of the SD card library, I don't know). I checked continuity from the 4 used pins of the SPI connector under the Due to their corresponding pins on the Micro SD Module, as well as GND and 3.3V at the Micro SD Module, so I didn't suspect a soldering problem.
The collective wisdom in this group suggested that I should re-flash the Due, making sure I was using the 1.1.1 version of the SD card library. So I followed the directions in
https://www.altairduino.com/install/ (including one thing not mentioned there, the changing of -Os to -O3 in platform.txt).
When I got to the "Upload" step, it compiled ok but failed with the message “No device found on COM5...", so I followed the directions at the bottom of the page to switch over to the Native USB Port, the re-tried the upload, assured that "It should work fine."
This time, and on all subsequent attempts to re-flash using either USB port, I get the following error:
Sketch uses 456068 bytes (86%) of program storage space. Maximum is 524288 bytes.
Atmel SMART device 0x285e0a60 found
Erase flash
done in 0.031 seconds
Write 459552 bytes to flash (1796 pages)
[ ] 0% (0/1796 pages)
Flash page is locked
An error occurred while uploading the sketch
Of course, as Murphy would have it, the "Erase flash" worked fine, while the "Write to flash" failed, leaving me with a totally dead (empty) Due, all LEDs lit, and no way to install the Altair8800 software.
Please tell me how to unlock this "Flash page" (whatever that is) so I can restore my AltairDuino to at least the state it was when received.