Hello list,

here's my actual config-file, but somehow the resulting linuxbios.rom is only 64 kB instead of 256 kB, although setting: "option ROM_SIZE=262144"

Filling the Linuxbios.rom to 256 kB with zeros (dd if=/dev/zero bs=1k count=192 >> linuxbios.rom) or with itself three more times (cat linuxbios.rom linuxbios.rom linuxbios.rom linuxbios.rom > bios256.rom) doesn't work, the monitor displays nothing (is framebuffer neccessary for that?!). So, how to make the generated linuxbios.rom will be 256 kB?

Thx, Tom



target testawb651
mainboard ics-d/awb651

# Enable Serial Console for debugging
option SERIAL_CONSOLE=1
option TTYS0_BAUD=38400
option VIDEO_CONSOLE=1

option DEFAULT_CONSOLE_LOGLEVEL=9
option DEBUG=1

# option HAVE_FRAMEBUFFER=1
option USE_GENERIC_ROM=1
option USE_ELF_BOOT=1
option ROM_SIZE=262144
option STD_FLASH=1

linux /stuff2/Linuxe/kernel2422

commandline root=/dev/hda1 console=ttyS0,115200 FS_MODE=ro hda=flash

_______________________________________________
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios

Reply via email to