RE: Linux kernel in Rom

2005-01-10 Thread Ronald G. Minnich
did you look at:
http://tinylinux.sourceforge.net/


ron


___
Linuxbios mailing list
Linuxbios@clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios


RE: Linux kernel in Rom

2005-01-10 Thread Gin
>Here is my config file for a kernel version of linuxbios.
>opteron_phase1_p4_noapic is a kernel that I ran mkelfImage on.

Ok. I will test on this config file.

I am trying to make my linux kernel image smaller as I want to embed it
with the ROM. Is there anyway you suggest to do this instead of using
the menuconfig in RedHat linux. I can only take out options provided in
the menu but the sometimes the dependency doesn't work that well. I get
compile errors later when make bzImage.


gin


___
Linuxbios mailing list
Linuxbios@clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios


Re: Linux kernel in Rom

2005-01-07 Thread Ronald G. Minnich

Here is my config file for a kernel version of linuxbios.
opteron_phase1_p4_noapic is a kernel that I ran mkelfImage on.

Let me know if this works, I just quick hacked it for the new config 
scheme but it is untested as of today.


target hdama
mainboard arima/hdama
option ROM_SIZE=0x10
romimage "fallback" 
option USE_FALLBACK_IMAGE=1
option ROM_IMAGE_SIZE=0x1
option LINUXBIOS_EXTRA_VERSION=".0Fallback"
payload ../../../../opteron_phase1_p4_noapic
end

buildrom ./luxbios.rom ROM_SIZE "fallback"
___
Linuxbios mailing list
Linuxbios@clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios


Linux kernel in Rom

2005-01-07 Thread Gin
What Options should I enable if I want to embed a linux kernel with
Linuxbios in Version2?
CONFIG_FS_STREAM?

What should I use as the Linuxbios payload? What file format should it
be?


gin



___
Linuxbios mailing list
Linuxbios@clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios