FM MODULE SETUP FOR INTEL/PPC
• Press esc during bootup • Enter Setup utility • In Advanced tab select IDE Configuration • Enable SATA Port 3 • In Boot tab select Legacy > • Use F5/F6 to put SM65GEB at the top
• Connect to motherboard serial in teraterm • Start motherboard into uboot by hitting esc in TeraTerm • Copy and paste following commands:
# Module 2
i2c dev 3
i2c probe
# Write Module ID (FM5) and Size (0) to EEPROM
i2c mw 51 00.1 0x46 1
i2c mw 51 01.1 0x4D 1
i2c mw 51 02.1 0x35 1
i2c mw 51 03.1 0x00 1
i2c mw 51 04.1 0x00 1
i2c mw 51 05.1 0x00 1
i2c mw 51 06.1 0x00 1
i2c mw 51 07.1 0x00 1
# Write Special Configuration registers to EEPROM
i2c mw 51 A0.1 0x06 1
i2c mw 51 A1.1 0x04 1
i2c mw 51 A2.1 0x00 1
i2c mw 51 A3.1 0x01 1
i2c mw 51 A4.1 0x00 1
i2c mw 51 A5.1 0x00 1
i2c mw 51 A6.1 0x0F 1
i2c mw 51 A7.1 0xF0 1
# Check Values
i2c md 51 100
i2c read 51 A0.1 20 100000
md.b 100000 100
