I'm trying to get the STPC Elite development board to use linuxbios with Filo, but after elfboot announces itself the board reboots:
---------------------- ..... Welcome to elfboot, the open sourced starter. January 2002, Eric Biederman. Version 1.2
LinuxBIOS-1.0.0 Thu Nov 6 16:13:37 GMT 2003 starting... Copying LinuxBIOS to ram. .... ------------------------ My config file looks like this:
target /home/fox/build/freebios1/stpc mainboard stpc/elite biosbase 0xffff0000
option CONFIG_COMPRESS=0
option SERIAL_CONSOLE=1 option TTYS0_BAUD=38400 option DEFAULT_CONSOLE_LOGLEVEL=9 option DEBUG=1
# option ROM_IMAGE_SIZE=131072 option ROM_SIZE=131072 option USE_ELF_BOOT=1
option PAYLOAD_SIZE=65536 payload /home/fox/build/filo-0.4/filo.elf
Any ideas as to what I've missed ?