From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Date: Fri, 04 Feb 2005 16:06:34 +0000 Subject: [U-Boot-Users] Re: Booting problems for Integrator/CP+ARM920T In-Reply-To: <41108D1A000E81D2@hawk.dcu.ie> (Alan Casey's message of "Fri, 4 Feb 2005 15:04:27 +0000") References: <20050202170254.14A31C108D@atlas.denx.de> <41108D1A000E81D2@hawk.dcu.ie> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de "Alan Casey" 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