
4 Feb
2005
4 Feb
'05
5:06 p.m.
"Alan Casey" alan.casey5@mail.dcu.ie writes:
I am still having trouble booting Linux on the ARM Integrator/CP with an ARM920T macrocell. I have tried Peter Pearse's Patches which enable U-Boot to support the ARM920T macrocell but i can get message as before:
Starting Kernel ...
Then nothing - the boot process freezes.
Are you sure it is not a problem with the kernel?
CONFIG_CMDLINE="console=ttyUA0 mem=128M root=/dev/ram0 video=vc:1-2clcdfb ramdisk_size=17408 initrd=0x24500000,6980391
And in U-Boot i set: setenv bootargs console=ttyUA0 mem=128M root=/dev/ram0 video=vc:1-2clcdfb
Try "console=ttyAMA0" (and configure the terminal to 38400 8N1), you might be able to get some kernel messages.
Catalin