Friday, March 27, 2020

How to change Tyan BMC logo in Linux



How to change Tyan BMC logo in Linux

System requirement:
OS: Ubutnu 16.04 LTS Server
AP: FWM_v03
BMC firmware: Target BMC firmware file
Customer's logo: Place banner.jpg, logo.bmp, favicon.ico, and string.txt to customer's folder
banner.jpg: 220x50 (256 color)
favicon.ico: 16x16 (256 color)
logo.bmp: 800x600 (8bit, 256 color)

Note1. You cannot change the naming as xxxxx_baner.jpg, xxxx_logo.bmp or xxxx_favico.ico
Note2. Due to the fwm_v03 software limitation. It’s recommend to extract fwm_v03.tar to new folder in each time to rebuild customize BMC firmware file.



Install process
#Pre-installation
apt-get install make mtd-utils:i386
#Main program
1. Login to Ubuntu Desktop as normal user (ex. fae)
2. Right-click in Ubuntu Desktop and select Open Terminal.

3. Type sudo su – to change to root account.

4. Make new folder for BMC logo change use. (ex. logo)
 
5. Change folder to logo.
6. Make temporary folder to build customized BMC firmware file. (ex. 1)
7. Change folder to 1 (/root/logo/1)
8. Copy BMC change logo tool to temporary folder.
9. Type tar xvf fwm_v03.tar to extract BMC change logo tool.
 
 
10. Copy BMC firmware file to /root/logo/1/release/
 
11. Copy customer’s logo files to /root/logo/1/release/customer/
 
12. Type ./fwm.sh 7106340201.ima in /root/logo/1/fwm_V003/release folder
 
 
 
 
13. Updated BMC logo firmware file new.ima will generated at /root/logo/1/fwm_V003/release/output folder.
 
14. Copy new.ima to local. Use this file to upgrade BMC firmware file via BMC Web interface or UEFI tool.
15. If BMC Web login screen is not change to customized logo. Clear Browser cache and refresh Browser again.









No comments:

Post a Comment

How to use ipmi command to locate B7136 HDD LED

 Locate: Hdd0:  Ipmitool –I lanplus –H BMC_IP –U root –P BMC_password raw 0x2e 0x09 0xfd 0x19 0x0 0x06 0xc2 0x00 0x01 0x01 Hdd1:  Ipmitool –...