Boot from cf card

From WikiWiki

Jump to: navigation, search

Content-Transfer-Encoding: binary

In order to boot from the CF card, you need to issue the following commands in redboot (or put them in your redboot config script)

~RedBoot> load -r -b 0x00218000 -m disk hda1:/boot/vmlinuz
Raw file loaded 0x00218000-0x00394043, assumed entry at 0x00218000
~RedBoot> exec -c "root/dev/hda1 consolettyAM1,115200"

and off you go.

This assumes that you have a bootable linux kernel at /boot/vmlinux and that the kernel has built into it all of the ide and fs drivers.

Personal tools