From: Gregoire Banderet <Gregoire.Banderet@ge.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] booting with a multi-image and DTB on powerpc
Date: Wed, 29 Aug 2007 10:45:37 +0200 [thread overview]
Message-ID: <46D53231.70907@ge.com> (raw)
Hello,
Using u-boot 1.2.0 and Linux kernel 2.6.20, I try to boot a powerpc
board. I have a working DTB file and a multi-image file with uImage and
the initramfs.
I am able to boot with a separate uImage and a NFS rootfs like this:
setenv bootargs root=/dev/nfs rw nfsroot=3.137.218.190:/rootfs
ip=3.137.218.182:3.137.218.190:3.137.218.1:255.255.255.0:disco405:eth0
console=ttyS0,115200n8
tftpboot 2000000 /tftp/disco405.dtb
tftpboot 1000000 /tftp/uImage
bootm 1000000 - 2000000
But I am not able to boot using my uLinux-initramfs.img multi-image.
setenv bootargs root=/dev/ram
ip=3.137.218.182:3.137.218.190:3.137.218.1:255.255.255.0:disco405:eth0
console=ttyS0,115200
tftpboot 2000000 /tftp/disco405.dtb
tftpboot 1000000 /tftp/uLinux-initramfs.img
... what's the correct bootm command?
"bootm 1000000 - 2000000" does not work.
Thanks,
Greg
next reply other threads:[~2007-08-29 8:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-29 8:45 Gregoire Banderet [this message]
2007-08-29 9:18 ` [U-Boot-Users] booting with a multi-image and DTB on powerpc Bartlomiej Sieka
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=46D53231.70907@ge.com \
--to=gregoire.banderet@ge.com \
--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.