I’ve had a Sun Blade 100 server sitting in storage awaiting time for me to take a look sometime on a weekend or after work. The system would power up, but then drop to the EEPROM prompt with the infamous IDPROM checksum error. After a little research, I found several sites with examples of how to rewrite the eeprom. I had remembered during a JMCIS/JOTS class I had taken in the Navy that you could do all kinds of good and bad from aborting the boot process. This can be done by pressing Stop-A which drops you to an OK prompt in OpenBoot. This gives you access to a powerful Fourth language interpreter. What can be done from her is a completely other subject for another time.
For those of you who are stuck with a non-bootable system caused by this checksum error, it may have something to do with the battery. There is an on-board CR2032 battery that can be easily replaced by opening the case. Also found within the case is the PROM chip U13, which will have a MAC address printed on top of it.

Whether you install the battery or not, you will still need to get the prom values restored and checksummed, otherwise your system may not work as you are wanting it to.
Several of the articles I read had comments referring back to a GitHub site that was created just for this reason by MrSparc1 found here. This site really has all you need to know to figure out how to restore your system.
Also, I found the Oracle OpenBoot 4.x2 manual indispensable for figuring out what the heck I was typing and learning about using the stack for generating checksums with xor. You can find that here.
Last but not least, I created my own calculator3 based on the above resources that is attached here as an Excel Spreadsheet. You can plug in your EEPROM base memory address and adjust the DeviceID, if needed. It will generate copy/paste lines you can use in the Serial CLI. A small hint, you may need to use the ‘ttya io’ to redirect Input and Output to the Serial port (9600-N-8-1 with crossover cable). Found this in the OpenBoot 4.x manual on page 79.
Here are my references: