After make the linuxbios.rom with this config file i don't see any log in the serial ports, and the monitor is out of signal.
tnx Serafino
# Sample config file for PCCHIPS M810LMR with DoC Millennium (as root) # This will make a target directory of ./pcchips target pcchips
# PCCHIPS M810LMR mainboard mainboard pcchips/m810lmr
# We are using a k7 cpu (???) cpu k7
# Set up udelay - needed option CONFIG_UDELAY_TSC=1
# This SHOULD enable the video console with messages about what's going on #option VIDEO_CONSOLE=1
# Enable Serial Console for debugging option SERIAL_CONSOLE=1
# Sets the log level, from 9 to 1 (???) option DEFAULT_CONSOLE_LOGLEVEL=6
# More debug options option SERIAL_POST=1
# Enables ethernet (?) option ENABLE_MII=1
# use DOC MIL option USE_DOC_MIL=1 docipl northsouthbridge/sis/730/ipl.S
# Use the internal VGA frame buffer device option HAVE_FRAMEBUFFER=1
# Sets the amount of framebuffer memory # 0x80 (2MB/4MB) # 0x90 (4MB/8MB) # 0xA0 (8MB/16MB) # 0xB0 (16MB/32MB) # 0xC0 (32MB/64MB) # 0xD0 (64MB/na) option SMA_SIZE=0xC0
# Enables IDE boot option BOOT_IDE=1
# Selects which IDE device should boot from, using the following table: # /dev/hda -> 0 # /dev/hdb -> 1 # /dev/hdc -> 2 # /dev/hdd -> 3 option IDE_BOOT_DRIVE=0
payload /home/fino/ide_disk.zelf
# Partition table size (should be left untouched?) option ONE_TRACK=32
# Need to "relocate the gdt" to use a standard flash part (???) biosbase 0xffff0000
# Path to your kernel (vmlinux) linux /usr/src/linux
# Kernel command line parameters commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single
On Tue, 13 May 2003, Serafino Sorrenti wrote:
change this ...
# Sets the log level, from 9 to 1 (???)
option DEFAULT_CONSOLE_LOGLEVEL=9 option MAXIMUM_CONSOLE_LOGLEVEL=9
this is a real pain, isn't it. Sorry I am not more useful, but I don't have an m810lmr any more.
Andrew Ip is the expert on this board.
ron