Hello,
I've very nearly got this all going on my Geode GX1 based system.
It get all the way to loading the linux kernel elf image from a compact
flash and the last thing printed is:
Firmware type: LinuxBIOS
I've tested this same kernel under the syslinux boot loader on the same
system with the same command line and it works fine with a serial
console.
I use the following line to make my kernel.elf image.
mkelfimg --kernel=/usr/src/linux/i386/boot/bzImage \
--output=kernel.elf \
--command-line="console=ttyS0,38400n8 root=/dev/hda2"
Any suggestions on what I should be checking.
Thanks,
Joey Nelson
|