Hello~

 

I have been testing LinuxBIOS with EPIA-M10000 and ROM Emulator.

I made the romimage from /freebios/src/mainboard/via/epia-m/example.config.

When loaded it to ROM Emulator and reset, hyperterminal said "x-x-f"

but when loaded it and reset after loading original EPIA-M 10000 BIOS and reset, etherboot worked successfully.

 

following is the config file

#
# LinuxBIOS config file for: VIA epia-m mini-itx
#

target /opt/cwlinux/buildrom/epia-m

# via epia
mainboard via/epia-m

# Enable Serial Console for debugging
option SERIAL_CONSOLE=1
# option SERIAL_POST=1
option TTYS0_BAUD=115200
# option TTYS0_BAUD=57600
option DEFAULT_CONSOLE_LOGLEVEL=9
option DEBUG=1

# Use 256KB Standard Flash as Normal BIOS
option RAMTEST=1
option USE_GENERIC_ROM=1
option STD_FLASH=1
#option ZKERNEL_START=0xfffc0000
option ROM_SIZE=262144

# payload size = 192KB
option PAYLOAD_SIZE=196608

# use ELF Loader to load Etherboot
option USE_ELF_BOOT=1

# Use Etherboot as our payload
payload /opt/cwlinux/etherboot/src/bin32/via-rhine.ebi
# payload /opt/cwlinux/memtest86/memtest

plz, give me some hints~ :-)