The image on the compact flash is put there by this command:
dd if=/elfImage of=/dev/hda

To create the elfImage i do a standard linuxbios build.

Here is a config file for a roadrunner2 booting from compact flash.

target roadrunner2
mainboard lippert/roadrunner2

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

option DEFAULT_CONSOLE_LOGLEVEL=9
option DEBUG

option RAMTEST
option USE_ELF_BOOT=1
option USE_GENERIC_ROM=1
option ROM_SIZE=262144
nooption NO_KEYBOARD
keyboard pc80

# for standard flash, set these two.
#option STD_FLASH=1
#payload ../elfImage.9load
#payload ../eepro100.ebi

# For compact flash,  set these two
payload /dev/zero
option BOOT_IDE=1

option PAYLOAD_SIZE=196608


Reply via email to