Sponsored Content
Operating Systems Solaris Can Missing mpk Code be added via NVRAM Post 302966885 by forjack842 on Thursday 18th of February 2016 01:04:45 AM
Old 02-18-2016
Tadpole Bullfrog-1 Lapytop How to Reprogram the IDPROM

Morning,
Finally located the memory locations that hold the Ethernet Addr, Serial, Date, and Checksum which make up the IDPROM. What's so damn time consuming is taking what information is available and getting it to work on your system. In the last 10 or years vendors have removed some to most of the commands used in the documentation. Both versions of the Sun OBP Ref Manual are good but a command syntax example is worth its weight in gold.
In any case there's the How to:
IDProm locations:
Bullfrog-1
Code:
FFF17A58 = 01	Format
FFF17A59 = 80	Type
FFF17A5A = 00	Ethernet Addr
FFF17A5B = 00	Ethernet Addr
FFF17A5C = 83	EthernetAddr
FFF17A5D = D1 Ethernet Addr
FFF17A5E = 00	Ethernet Addr
FFF17A5F = 8D	Ethernet Addr
FFF17A60 = 00	Date
FFF17A61 = 00	Date
FFF17A62 = 00 Date
FFF17A63 = 00	Date
FFF17A64 = D1	Serial
FFF17A65 = 00	Serial
FFF17A66 = F0	Serial
FFF17A67 = 7F	Checksum

OBP Commands:
Code:
FFF17A58 10 dump	displays 16 bytes
FFF17A58 C? Displays content of a single address (is 01)
n FFF17A58 C!	Store byte "n" in address
show-devices	Find address of eeprom

IDProm is within 1000h below that
Calculate Checksum using Windows calculator in Programmer mode:
Code:
B is for Byte.
B1 xor B2 xor B3 xor B4 xor B5 xor B6 xor B7 xor B8 xor B9 xor B10 xor B11 xor B12.....B15 = B16

Regarding "nvedit" as much as I have read, this utility can't be used to edit a specific address, rather is designed to use a specific area NVRAM space for commands.

Thanks for your help,
Jack KG6INX

---------- Post updated at 09:44 PM ---------- Previous update was at 09:43 AM ----------

To my amazement, when I entered the new 16 bytes of data, the banner was correct. Resetting and BAM! everything was invalid again. Come to find that the OBP copies the 16 bytes out of battery backed memory to a non battery backed up buffer. Further digging found the "IDPROM" string in battery backed memory. Input the 16 bytes there and whalla everything is valid even after a complete power cycle. Use the commands and checksum calculations I posted previously below.

Code:
FFF19FD8 = 01	Type
FFF19FD9 = 80	Type
FFF19FDA = 00	Ethernet Addr
FFF19FDB = 00	Ethernet Addr
FFF19FDC = 83	EthernetAddr
FFF19FDD = D1 Ethernet Addr
FFF19FDE = 00	Ethernet Addr
FFF19FDF = 8D	Ethernet Addr
FFF19FD0 = 00	Date
FFF19FE1 = 00	Date
FFF19FE2 = 00 Date
FFF19FE3 = 00	Date
FFF19FE4 = D1	Serial
FFF19FE5 = 00	Serial
FFF19FE6 = F0	Serial
FFF19FE7 = 7F	Checksum

---------- Post updated at 10:04 PM ---------- Previous update was at 09:44 PM ----------

Well after burning a bunch of hours finally getting my invalid IDPROM restored the hard way, Flextronics Support surprised me tonight with the correct "passphrase" to restore the host-id easily. This process correctly restores the entire 16 bytes of the battery backed IDPROM data.

So for all to find and use, the Tadpole Bullfrog-1 host-id restore is as follows:
Code:
After restart:
ok
set-defaults
ok your host-id
ok set-host-id
Entering an invalid code.....bla bla bla

Enter passphrase: 9301984
Please reset the board.....bla bla

Any other response after entering the passphrase means is was the wrong code.

SPARCLE:
Code:
 passphrase is 930984

Hope this helps all the Tadpole SPARC Laptop owners.

Jack KG6INX

Last edited by forjack842; 02-18-2016 at 02:10 AM.. Reason: Add CODE tags.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

nvram reset or crack password

Hello guys ,and girls. Im having a very interesting problem. I have a Netra SUN machine and i had it here for quite a while now...i wanted to install it as a new server and todo so i needed to mount a cd rom and to change the boot at the prom level to cdrom. this could work but i forgot the... (5 Replies)
Discussion started by: talroze
5 Replies

2. UNIX for Dummies Questions & Answers

Nvram?

what is its signifance and how do you flush it. i was reading this book that said something about flushing the nvram before un-installing it. how do you do that and also whats the purpose of this nvram when the regular RAM is available (2 Replies)
Discussion started by: TRUEST
2 Replies

3. Solaris

Nvram

I have Ultra1 SUN machine, its NVRAM got damaged. I purchased new NVRAM. now the host id of the new nvram is by default different than the old one.Any way to program it to change the new host id to be the same like the host id of the damaged one? (3 Replies)
Discussion started by: adol3
3 Replies

4. Solaris

NVRAM change

I have replaced the nvram on my Sun V480 and now the system stops at the "ctrl-d for normal startup, or root password for maintenance" part. The nvram auto-boot=true, but it still stops here. Any help would be appreciated. Thanks. (4 Replies)
Discussion started by: kjbaumann
4 Replies

5. Solaris

new NVRAM

what is the requirements to install a new nvram for sun fire v890 server. should I keep the same host id and mac address, or it doesn't matter the server will boot with the new nvram regardless to the host id and mac address. (4 Replies)
Discussion started by: gad314
4 Replies

6. Solaris

Need help with nvram

Hi Gurus, Can somebody explain me actually how a NVRAM works on a sparc server. I am really confused and the same level of confusion with eeprom . (1 Reply)
Discussion started by: rama krishna
1 Replies

7. AIX

Resetting the NVRAM

Does anybody know how to reset the NVRAM on a System p 520 (power 5)? (7 Replies)
Discussion started by: livehho
7 Replies
All times are GMT -4. The time now is 05:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy