Dne St 1. zC!EC- 2010 03:07:45 Super Biscuit napsal(a):
> Compiled the bootloader with the following.
> export ARCH=arm
> export CROSS_COMPILE=arm-none-linux-gnueabi-
>
> Replaced angstrom with none in Makefile
> Used startup.txt from Android script and replaced initrd with bsd.rd
> Removed references to android
>
> Used Makefile and built zImage after a.out was compiled.
>
> Haret boots the kernel.
> If the startup.txt file has ramboot instead of boot, the kernel hangs. With
> normal boot, it will boot, white out, then reboot into WinCE.

WTF ?

Did you just stick the loader in front of bsd.rd and booted it like a regular
zImage ?

Try if the code hits the kernel at all (eg. by toggling some GPIO early in the
kernel or such).

Also note: If you have winmo6, they enable watchdog timer on pxa27x and that
can
NOT be disabled. Once the WDT underruns, it triggers reboot.

Btw. what kernel do you use?

Reply via email to