From: Alan Casey <alan.casey5@mail.dcu.ie>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Booting problems for Integrator/CP+ARM920T
Date: Wed, 2 Feb 2005 16:43:15 +0000 [thread overview]
Message-ID: <41108D1A000E576D@hawk.dcu.ie> (raw)
Hi,
I have an ARM Integrator/CP board(s) which
contains an ARM920T macrocell. I have been
trying to use U-Boot(1.1.2) to boot
linux2.6.9 (with a patch applied from ARM's
website) on this system. As i understand it,
U-Boot only supports the ARM926EJS macrocell
as the default configuration with the
Integrator/CP but i was hoping the same boot
process would work with the ARM920T macrocell??
The default kernel command string i use when
compiling/building/installing the kernel is:
CONFIG_CMDLINE="root=/dev/ram0 video=vc:1-2clcdfb console=ttyAMA0 mem=128M
ramdisk_size=17408 initrd=0x24500000,6980391"
I then generate the kernel image using:
arm-linux-objcopy -O binary -R .note -R .comment
-S vmlinux linux-2.6.9.bin
mkimage -n '2.6.9 Kernel Image' -A arm -O linux -T kernel
-C none -a 0x7fc0 -e 0x7fc0
-d linux-2.6.9.bin linux-2.6.9.img
I also generate a RAMDisk image in a similar way.
I load the U-Boot, kernel and RAMDisk images into FLASH at the
following addresses:
U-Boot image: 0x24000000
kernel image: 0x242C0000
ramdisk image: 0x24500000
Using U-Boot i set the bootargs variable as:
setenv bootargs root=/dev/ram0
However when i try to boot the kernel using 'bootm 242c0000 24500000'
i get the following message:
## Booting image at 242c0000 ...
...
Load Address: 00007fc0
Entry Point: 00007fc0
OK
## Loading Ramdisk Image at 24500000 ...
...
...
Load Address: 00000000
Entry Point: 00000000
Starting Kernel ...
Then nothing - the boot process freezes.
Does anybody know what i am doing wrong?? I have tried
numerous things such as copying the kernel image to RAM
and booting from there but i always get the same
message as above. Do i have to configure and build
U-Boot to support the ARM920T macrocell with the
Integrator/CP??
Any information greatly appreciated,
Regards,
Alan.
next reply other threads:[~2005-02-02 16:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-02 16:43 Alan Casey [this message]
2005-02-02 17:02 ` [U-Boot-Users] Booting problems for Integrator/CP+ARM920T Wolfgang Denk
2005-02-04 15:04 ` Alan Casey
2005-02-04 16:06 ` [U-Boot-Users] " Catalin Marinas
2005-02-04 16:16 ` [U-Boot-Users] " Wolfgang Denk
2005-02-10 16:25 ` [U-Boot-Users] Re: u-boot and linux-2.6.9 Alan Casey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41108D1A000E576D@hawk.dcu.ie \
--to=alan.casey5@mail.dcu.ie \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.