From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Current U-Boot doesn't boot device tree enabled kernel anymore
Date: Thu, 27 Mar 2008 15:09:23 +0100 [thread overview]
Message-ID: <200803271509.23870.sr@denx.de> (raw)
I just ran into a problem with current U-Boot on Kilauea and device tree
enabled Linux kernel (arch/powerpc). After updating U-Boot the kernel doesn't
boot anymore:
=> run net_nfs_fdt
Waiting for PHY auto negotiation to complete... done
ENET Speed is 1000 Mbps - FULL duplex connection (EMAC0)
Using ppc_4xx_eth0 device
TFTP from server 10.0.0.152; our IP address is 10.0.0.182
Filename 'kilauea/uImage'.
Load address: 0x200000
Loading: #################################################################
#######################
done
Bytes transferred = 1288707 (13aa03 hex)
ENET Speed is 1000 Mbps - FULL duplex connection (EMAC0)
Using ppc_4xx_eth0 device
TFTP from server 10.0.0.152; our IP address is 10.0.0.182
Filename 'kilauea/kilauea.dtb'.
Load address: 0x400000
Loading: #
done
Bytes transferred = 8000 (1f40 hex)
## Booting kernel from Legacy Image at 00200000 ...
Image Name: Linux-2.6.25-rc7-next-20080327-d
Created: 2008-03-27 13:51:18 UTC
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 1288643 Bytes = 1.2 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
ERROR: image overwritten - must RESET the board to recover.
Before updating U-Boot I am able to boot exactly this kernel/dtb combination
without problems:
=> run net_nfs_fdt
Waiting for PHY auto negotiation to complete... done
ENET Speed is 1000 Mbps - FULL duplex connection (EMAC0)
Using ppc_4xx_eth0 device
TFTP from server 10.0.0.152; our IP address is 10.0.0.182
Filename 'kilauea/uImage'.
Load address: 0x200000
Loading: #################################################################
#######################
done
Bytes transferred = 1288707 (13aa03 hex)
ENET Speed is 1000 Mbps - FULL duplex connection (EMAC0)
Using ppc_4xx_eth0 device
TFTP from server 10.0.0.152; our IP address is 10.0.0.182
Filename 'kilauea/kilauea.dtb'.
Load address: 0x400000
Loading: #
done
Bytes transferred = 8000 (1f40 hex)
## Booting image at 00200000 ...
Image Name: Linux-2.6.25-rc7-next-20080327-d
Created: 2008-03-27 13:51:18 UTC
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 1288643 Bytes = 1.2 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Booting using the fdt at 0x400000
Using Kilauea machine description
...
Any ideas?
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
next reply other threads:[~2008-03-27 14:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-27 14:09 Stefan Roese [this message]
2008-03-27 14:15 ` [U-Boot-Users] Current U-Boot doesn't boot device tree enabled kernel anymore Bartlomiej Sieka
2008-03-27 14:25 ` Stefan Roese
2008-03-27 15:36 ` Markus Klotzbücher
2008-03-27 15:45 ` Stefan Roese
2008-03-27 16:25 ` Wolfgang Denk
2008-04-01 8:00 ` Bartlomiej Sieka
2008-03-27 18:56 ` Bartlomiej Sieka
2008-03-28 10:55 ` Stefan Roese
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=200803271509.23870.sr@denx.de \
--to=sr@denx.de \
--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.