Supervivi-128M

vikas
Hi,

I am new to Win CE. I do want to develope my own supervivi bootloader for
mini2440 board.

How to do?

Which compilers should I use for the same?

I sit possible in VC2005?

Please help me.

yopo
Hi,

no, you should use the newest supervivi in download page.

Leo

vikas
"I sit possible in VC2005?" this is typing mistake..

Is it possible to compile and generate "Supervivi-128M" bootloader by using
VC2005?

Jay
No, Supervivi is closed source.

R.N.Raju
Hi
We have purchased some micro2440 boards. I want to shift the console from
ttyASC0 to ttyASC1 permanently. I need the source code of supervivi
bootloader.. where can i get the source code....?

Gautam
Hi Raju,

As per my knowledge, ttySAC0/1 are serial port device name under Linux and
not for Supervivi which runs before the Linux kernel boots up.

If you want to change the console for the Linux kernel, you can make
changes to the Linux kernel command line from the Supervivi command prompt.
You don't need to change the Supervivi code for that.

Gautam

bob
to change the  console device, it is the KERNEL  configuration you need to
play with

make menuconfig

Boot options ---->
Default kernel command stiring.

it is currently:

noinitrd root=/dev/mtdblock2 init=/linuxrc console=ttySAC0   

or you can go into "zImage"  with a hex editor to the image and change 1
byte.


but before you start playing about , may i recommend you become familiar
with HOW linux boots

Because if you break something, you will have a hell of a job understanding
how to fix it.