Hi,
I have a SPARCengine 1E machine, and the Logo in the Banner is a custom one.
I would like to export/copy/download that logo as an image file to use that image file on another project.
Any ideas on how to do that?
Let me know please.
Welcome!
Try the shell commands
eeprom oem-logo
eeprom oem-banner
Perhaps you can take a photo of the screen?
Hello!
Got it
I’ll try and post in a few hours
Eeprom, would that display the location of the banner’s logo?
Normally eeprom only prints text, I have never printed these two ...
The openboot document says:
The graphic logo is handled differently. oem-logo is a 512-byte array, containing a
total of 4096 bits arranged in a 64 x 64 array. Each bit controls one pixel. The most
significant bit (MSB) of the first byte controls the upper-left corner pixel. The next bit
controls the pixel to the right of it, and so on.
...
Because the oem-logo array is so large, printenv displays approximately the first 8 bytes (in hexadecimal). To display the entire array, type oem-logo dump.
This is at the ok>
prompt, where printenv
is like eeprom
in Solaris. At the ok>
there is a banner
command - not available in Solaris.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.